[ 
https://issues.apache.org/jira/browse/NETBEANS-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16730059#comment-16730059
 ] 

Sarvesh Kesharwani commented on NETBEANS-1761:
----------------------------------------------

I could reproduce this issue earlier. But after I cloned the latest netbeans 
from [https://github.com/apache/incubator-netbeans] , and installed the latest 
jdk-12, I could not reproduce the null pointer exception.

As far as (2) is concerned, in rule switch, only one case is executed even in 
the absence of break statement, so it is understandable that user is not 
allowed to change a normal switch expression to a rule switch expression. Also, 
the hint is visible when a break statement is not present in default case, 
which, again is desirable.

So, closing this bug.

> Fix issues of "Convert switch to rule switch" hints
> ---------------------------------------------------
>
>                 Key: NETBEANS-1761
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1761
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: vikas kumar prabhakar
>            Assignee: Sarvesh Kesharwani
>            Priority: Major
>              Labels: NB-JDK12
>
> Following errors observe while verifying the "Convert switch to rule switch" 
> hints
>  # Currently it is throwing NullPointer exception while fixing the hints.
>  # No hints showing while remove any break statement (i.e //break;)



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

Reply via email to