You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When @ConfigurationProperties has more than one field of the same non-primitive type, F3 navigation fails on the later(lexicographic) ones.
To Reproduce
Editor -> application.yml -> press F3 on property
Observe:
app3, app3.service1.** - navigates with F3
app3.service2 - does not navigate
rename service2 to service0: now app3.service0 navigates but app3.service1 stops working
Describe the bug
When
@ConfigurationProperties
has more than one field of the same non-primitive type, F3 navigation fails on the later(lexicographic) ones.To Reproduce
Editor -> application.yml -> press F3 on property
Observe:
Sample
gh-sts4-sampleV2.zip
We add a primitive type field to app3, OTW it won't navigate see #1030
The text was updated successfully, but these errors were encountered: