[ https://issues.apache.org/jira/browse/NETBEANS-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated NETBEANS-1780: ------------------------------------- Labels: NB-JDK12 pull-request-available (was: NB-JDK12) > Formatting issue in Switch Expression(JDK-12) > --------------------------------------------- > > Key: NETBEANS-1780 > URL: https://issues.apache.org/jira/browse/NETBEANS-1780 > Project: NetBeans > Issue Type: Bug > Reporter: ARUNAVA SINHA > Assignee: ARUNAVA SINHA > Priority: Major > Labels: NB-JDK12, pull-request-available > > > > enum colors \{RED,BLUE}; > colors color = colors.RED; > int i = switch(color) > { > case RED -> break 6; > default -> break 7; > }; > On Alt+Shft+F formatting should happen properly. > Currently formatting is incorrect. > > > -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists