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

Jeffrey Morlan commented on NETBEANS-5055:
------------------------------------------

In JDK 15 "permits" is an identifier token and is only treated specially in a 
class declaration; nb-javac instead made it a full fledged new token type in 
com.sun.tools.javac.parser.Tokens

> NetBeans 12.2 doesn't permit "permits" as identifier
> ----------------------------------------------------
>
>                 Key: NETBEANS-5055
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5055
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Compiler
>    Affects Versions: 12.2
>            Reporter: Jeffrey Morlan
>            Priority: Major
>
> The following valid Java code fails to parse in 12.2-vc2:
> class MySemaphore {
>     MySemaphore(int permits) {}
> }
> May be related to the "Sealed Classes" preview feature which uses a "permits" 
> pseudo-keyword, but it should still be allowed as a variable name (JDK 15 
> javac has no problem with it even with --enable-preview).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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