[bean completion proposals] beans of type Object
results in no constructor param being generated
#1468
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: code completion
type: bug
Milestone
It looks like if the bean that I select from the completion is of type
java.lang.Object
, there is no constructor parameter being generated for it and the inserted field gets the nameobject
instead of the name of the bean.This is the result after applying the completion:
after applying the bean completion for
myBean
, wheremyBean
is of typejava.lang.Object
.The text was updated successfully, but these errors were encountered: