VScode incorrectly suggests removing @Autowired annotation from methods #787
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
status: assigned
status: in-progress
theme: refactoring
type: bug
Milestone
Describe the bug
Following the most recent update, VScode quick fix and Problem view are incorrectly suggesting removing @Autowired annotation from autowired methods. The issue is flagged as JAVA_AUTOWIRED_CONSTRUCTOR, but these are not constructors.
The text was updated successfully, but these errors were encountered: