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/06/20 12:14:36 UTC

[GitHub] [netbeans] stefanwendelmann edited a comment on issue #1193: [NETBEANS-2349] Convert switch to switch expression

stefanwendelmann edited a comment on issue #1193: [NETBEANS-2349] Convert switch to switch expression
URL: https://github.com/apache/netbeans/pull/1193#issuecomment-503998399
 
 
   I cant see the lightbulb for this, the hint is active and i made up a test like 
   
   ```
           int i = 1;
           String s = "foo";
           switch (i) {
               case 1:
                   s = "foo1";
                   break;
               case 2:
                   s = "foo3";
                   break;
               default:
                   s = "foo2";
                   break;
        }
   ```
   ![image](https://user-images.githubusercontent.com/3920790/59847825-e97f7300-9363-11e9-88f7-a4b9fdd4ec84.png)
   
   
   Product Version: Apache NetBeans IDE Dev (Build 20190619-5f7082f1d06e)
   Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
   Runtime: OpenJDK Runtime Environment 12.0.1+12
   System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
   User directory: C:\Users\swendelmann\AppData\Roaming\NetBeans\dev
   Cache directory: C:\Users\swendelmann\AppData\Local\NetBeans\Cache\dev
   
   Edit: May this not work bc its a JDK13 JEP ?

----------------------------------------------------------------
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