You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packagecclassConstructorTest {
staticmain(args) {
MyBean b =newMyBean(|)
}
}
Invoke code assist at "|": the property MyBean.bar is not suggested as a possible map-style constructor argument, only MyBean.foo is.
Also, I personally think that the code assist should not automatically add the trailing ",", I would find more comfortable to decide myself if I really need a comma (to enter another key-value pair).
The text was updated successfully, but these errors were encountered:
mauromol
changed the title
Missing property suggested in map-style constructor invocation code assist when such property is defined just by its setter
Missing property suggestion in map-style constructor invocation code assist when such property is defined just by its setter
Sep 1, 2017
This is a regression I discovered while re-testing the old GRECLIPSE-1772.
Consider the following:
And:
Invoke code assist at "|": the property
MyBean.bar
is not suggested as a possible map-style constructor argument, onlyMyBean.foo
is.Also, I personally think that the code assist should not automatically add the trailing ",", I would find more comfortable to decide myself if I really need a comma (to enter another key-value pair).
The text was updated successfully, but these errors were encountered: