[
https://issues.apache.org/jira/browse/NETBEANS-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Netbeans User 2019 updated NETBEANS-5055:
-----------------------------------------
Priority: Blocker (was: Major)
> 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: Blocker
>
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists