javydreamercsw opened a new issue, #6489:
URL: https://github.com/apache/netbeans/issues/6489
### Apache NetBeans version
Apache NetBeans 19
### What happened
```
An error occurred during parsing of
'/Users/javierortiz/Documents/P14C/v2-client/src/main/java/com/pingidentity/v2/clients/davinci/DaVinciClient.java'.
Please report a bug against java/source and attach dump file
'/Users/javierortiz/Library/Application
Support/NetBeans/19/var/log/DaVinciClient_17.dump'.
Caused: java.lang.AssertionError
at com.sun.tools.javac.util.Assert.error(Assert.java:155)
at com.sun.tools.javac.util.Assert.check(Assert.java:46)
at
com.sun.tools.javac.comp.Flow$AliveAnalyzer.clearPendingExits(Flow.java:588)
at
com.sun.tools.javac.comp.Flow$AliveAnalyzer.visitClassDef(Flow.java:543)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:810)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:446)
at
com.sun.tools.javac.comp.Flow$AliveAnalyzer.analyzeTree(Flow.java:1097)
at
com.sun.tools.javac.comp.Flow$AliveAnalyzer.analyzeTree(Flow.java:1089)
at com.sun.tools.javac.comp.Flow.analyzeTree(Flow.java:223)
at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1391)
at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1355)
at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:404)
at
com.sun.tools.javac.api.JavacTaskImpl.lambda$analyze$1(JavacTaskImpl.java:379)
at
com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:379)
Caused: java.lang.IllegalStateException
at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:383)
at
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:770)
at
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:540)
at
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:141)
at
org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
at
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:241)
at
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:288)
at
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
[catch] at
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1419)
at
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2034)
```
### How to reproduce
_No response_
### Did this work correctly in an earlier version?
Apache NetBeans 18
### Operating System
macOS Ventura 13.6
### JDK
11.0.20; OpenJDK 64-Bit Server VM 11.0.20+8-LTS
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
Seems to happen all the time.
### Are you willing to submit a pull request?
No
--
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