Jeffrey Morlan created NETBEANS-5055:
----------------------------------------
Summary: NetBeans 12.2 doesn't permit "permits" as parameter name
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
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