-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: code completiontype: bug
Milestone
Description
Auto completion for @DependsOn doesn't work anymore.
This happens as soon as there is no @Component annotation on the class.
Internally, the DependsOnCompletionProcessor.getBeanNameFromSourceCodePosition method causes a NPE due to not finding the component annotation on the type declaration.
Question here is whether the bean name should be inferred by re-using the same mechanism that the component indexer uses to infer the bean name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: code completiontype: bug