jlahoda opened a new pull request #2170: URL: https://github.com/apache/netbeans/pull/2170
…lass numbers, as the class decl may not be IndexedClassDecl. While running on current JDK 15 without nb-javac, the parser produces ordinary JCClassDecl, not IndexedClassDecl, and then the casts to IndexedClassDecl fail, and various tests (like code completion tests) fail due to this. Eventually, we probably want to get rid of IndexedClassDecls altogether, but more testing will be needed for that. Added also a related test to partial reparse test, to verify things work reasonably during partial reparse. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- 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
