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

[jira] [Created] (NETBEANS-497) New Fix hint for var compound declaration

Reema Taneja created NETBEANS-497:
-------------------------------------

             Summary: New Fix hint for var compound declaration
                 Key: NETBEANS-497
                 URL: https://issues.apache.org/jira/browse/NETBEANS-497
             Project: NetBeans
          Issue Type: Bug
            Reporter: Reema Taneja
            Assignee: Reema Taneja


We should provide fix hint to convert invalid var syntax

var a = 2, b = 3.0;

to

var a = 2;

var b = 3.0;



--
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