quick fix to remove public modifier from @Bean
method causes exception
#1184
Labels
Milestone
@Bean
method causes exception
#1184
As soon as I select a quick fix to remove the
public
modifier from an@Bean
annotated method, there is an exception being thrown behind the scenes into the Eclipse error log:This happens as soon as this quick fix is selected on the UI. You can still execute the quick fix and it works just fine, but showing the quick fix and selecting it throws this error. Since there is the first quick fix auto-selected when the quick fix popup appears, the exception is being thrown immediately. The same exception is also being thrown again when you select a different quick fix from the popup.
The text was updated successfully, but these errors were encountered: