You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Arvind (Jira)" <ji...@apache.org> on 2020/12/17 06:40:00 UTC

[jira] [Assigned] (NETBEANS-5055) NetBeans 12.2 doesn't permit "permits" as identifier

     [ https://issues.apache.org/jira/browse/NETBEANS-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind reassigned NETBEANS-5055:
--------------------------------

    Assignee: Akshay Gupta

> 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
>            Assignee: Akshay Gupta
>            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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists