mbien commented on issue #8994: URL: https://github.com/apache/netbeans/issues/8994#issuecomment-3506825272
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. Since value objects are no preview feature yet: Even if we would recognize `value`, the embedded javac would still fail to process the file and show an error at its location. Unless we build a frankenstein nb-javac which is a mix of upstream JDK 16 and the valhalla repo - which might be doable as experimental build but probably not in the release. -- 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
