ExE-Boss commented on issue #8994: URL: https://github.com/apache/netbeans/issues/8994#issuecomment-3558814377
> this will likely take a while until it is supported. `value` is no traditional keyword, it is context sensitive and would get recognized as such using javac after the parsing phase. So are `record`, `sealed`, `permits`, `var` and a few others, namely those that were added added since **Java 9**. (`assert` was the last traditional keyword to be added with the release of **Java 5**, causing backwards compatibility issues for testing frameworks) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
