mbien commented on issue #8994: URL: https://github.com/apache/netbeans/issues/8994#issuecomment-3559124742
@ExE-Boss yes. But but all context sensitive keywords you listed compile fine using nb-javac 25 (the javac build embedded in NB). nb-javac is intentionally kept unchanged (outside of the fact that it can run on JDK 17) and will be based on javac of JDK 26 next. We don't want to merge valhalla patches into it. Once its a preview feature this won't be a problem but until then `value` inside a class declaration is a syntax error for nb-javac and it will annotate it as such in the editor. -- 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
