[
https://issues.apache.org/jira/browse/NETBEANS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
vikas kumar prabhakar resolved NETBEANS-497.
--------------------------------------------
Resolution: Fixed
Changes are merged to apache master branch.
Pull request: https://github.com/apache/incubator-netbeans/pull/521
> 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: vikas kumar prabhakar
> Priority: Minor
> Labels: JDK10-LVTI, pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> 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: [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