vikas kumar prabhakar created NETBEANS-1137:
-----------------------------------------------
Summary: Split 'var' compound declaration fix are giving incorrect
fix.
Key: NETBEANS-1137
URL: https://issues.apache.org/jira/browse/NETBEANS-1137
Project: NetBeans
Issue Type: Bug
Components: editor - Hints & Annotations
Environment: OpenJDK11, nb-javac11, Apache NetBeans IDE Dev 9.0
Reporter: vikas kumar prabhakar
Split compound declaration fix for statement: var v1 = 10, v2 = 11; is not
giving correct output with openJDK11.
With Open JDK10:
Output: var v1 = 10;
var v2 = 11;
With Open JDK11:
Output: var v1 = 10, var v2 = 11, v2 = 11; ---> Errors
--
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