Christian Lenz created NETBEANS-506:
---------------------------------------
Summary: Please add hint to variable which might not been
initialized
Key: NETBEANS-506
URL: https://issues.apache.org/jira/browse/NETBEANS-506
Project: NetBeans
Issue Type: Bug
Components: editor - Hints & Annotations, java - Editor, java -
Hints
Affects Versions: Next
Reporter: Christian Lenz
When I have a ctor, where I initialized 2 out of 3 variables, NetBeans shows me
an error at the end of the ctor and not at the end of the variable which might
not have been initialized.
So we have 2 things here:
First: The error/warning should appear at the variable, where that error
happens.
Second: There should be a hint while pressing alt + enter, where I can
add/initialize the variable to the ctor which is already there.
I addede a screenshot, where the error happens, which is not correct, in my
opinion. Error is "Variable test might not have been initialized"
Cheers
Chris
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists