[refactoring] quick fix to convert autowired field to constructor param shows up even if the constructor param already exists #815
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
status: needs-investigation
theme: refactoring
type: bug
Milestone
I have a class like this:
The quick fix to convert the autowired field into a constructor param shows up, even through the constructor param already exists. This should not be the case. Instead, a quick fix should be around to remove the autowired annotation only.
In addition to that, when I execute the quick fix, it results in:
So I end up having the same constructor param three (!) times.
The text was updated successfully, but these errors were encountered: