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 2019/04/23 04:52:06 UTC

[GitHub] [incubator-netbeans] vikasprabhakar opened a new pull request #1211: [NETBEANS-2350]NPE while doing auto complete in rule switch block

vikasprabhakar opened a new pull request #1211: [NETBEANS-2350]NPE while doing auto complete in rule switch block
URL: https://github.com/apache/incubator-netbeans/pull/1211
 
 
   Null pointer exception while doing auto complete in rule switch block
   
   Code scenario:
   
   enum Days{MON, TUES, WED, THUR, FRI};
   
   private static void test1(Days day) {
   switch (day)
   
   { case FRI -> System.out.println("javaapplication2.JavaApplication2.test1()");  
   <Caret position>   --> Auto complete press 'Ctrl+Space' throw Null pointer exception }
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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