mbien commented on PR #8676:
URL: https://github.com/apache/netbeans/pull/8676#issuecomment-3114959788

   `NBParserFactoryTest` found a problem
   ```
   java.lang.IllegalStateException: java.lang.ClassCastException: class 
com.sun.tools.javac.tree.TreeMaker cannot be cast to class 
org.netbeans.lib.nbjavac.services.NBTreeMaker 
(com.sun.tools.javac.tree.TreeMaker and 
org.netbeans.lib.nbjavac.services.NBTreeMaker are in unnamed module of loader 
'app')
        at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:252)
        at 
org.netbeans.lib.nbjavac.services.NBParserFactoryTest.compile(NBParserFactoryTest.java:130)
        at 
org.netbeans.lib.nbjavac.services.NBParserFactoryTest.testImplicitClassPositions(NBParserFactoryTest.java:71)
   ```


-- 
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

Reply via email to