You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2018/03/23 11:19:00 UTC

[jira] [Updated] (NETBEANS-506) Please add hint to variable which might not been initialized

     [ https://issues.apache.org/jira/browse/NETBEANS-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Lenz updated NETBEANS-506:
------------------------------------
    Attachment: error-init-variable.png

> 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 &amp; Annotations, java - Editor, java - Hints
>    Affects Versions: Next
>            Reporter: Christian Lenz
>            Priority: Major
>         Attachments: error-init-variable.png
>
>
> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists