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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to