You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/03/27 12:48:20 UTC

[GitHub] rtaneja1 opened a new pull request #468: [NETBEANS-463] illegalargexception thrown when var type used for instance variables

rtaneja1 opened a new pull request #468: [NETBEANS-463] illegalargexception thrown when var  type used for instance variables
URL: https://github.com/apache/incubator-netbeans/pull/468
 
 
   IllegalArgumentException is thrown if we open a file with decl like var v or while typing in the editor. In this case, type returned for var is none and this is not handled in ClassFileUtil.createFieldDescriptor.  I'm ignoring this as it's invalid declaration as var type is not allowed for instance variables. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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