jlahoda opened a new pull request #2083: Preventing AssertionError from javac due to use of incorrect scope on… URL: https://github.com/apache/netbeans/pull/2083 … JDK12+ There is a random AssertionError, typically from code completion, due to the use of incorrect scope. Sadly, on JDK 11 without nb-javac, we need to use the wrong scope, as otherwise code comletion/code templates would not work in common cases. But we don't need to use the wrong scope on JDK12+ or when running with nb-javac.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
