This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 233230

Summary: AssertionError: No info for outermost class: Compare$Node
Product: java Reporter: J Bachorik <yardus>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: akobberup, alexvsimon, inonit, jglick, muellermi, ovrabec, pekarna, stefan79, terje7601, tipirneni
Priority: P2    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202419
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description J Bachorik 2013-07-23 08:45:58 UTC
This bug was originally marked as duplicate of bug 229406, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201307222300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
yardus: bg scan openjdk




Stacktrace: 
java.lang.AssertionError: No info for outermost class: Compare$Node
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:983)
   at com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:509)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:690)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
Comment 1 J Bachorik 2013-07-23 08:46:00 UTC
Created attachment 137603 [details]
stacktrace
Comment 2 Jesse Glick 2013-09-17 15:06:14 UTC
Created attachment 140180 [details]
stacktrace

Classpath scanning.
Comment 3 Alexander Simon 2016-02-09 07:16:48 UTC
Created attachment 158426 [details]
stacktrace

u
Comment 4 Alexander Simon 2016-02-09 07:19:48 UTC
Created attachment 158427 [details]
stacktrace

u
Comment 5 Ondrej Vrabec 2016-03-01 14:38:21 UTC
Created attachment 158695 [details]
stacktrace

Building ABCS backend
Comment 6 muellermi 2016-03-04 13:41:22 UTC
Created attachment 158743 [details]
stacktrace

editing file
Comment 7 stefan79 2016-05-03 14:48:12 UTC
Created attachment 159523 [details]
stacktrace

Exception occured while Scanning Projects.
Comment 8 stefan79 2016-06-16 14:08:27 UTC
Created attachment 160070 [details]
stacktrace

???
Comment 9 stefan79 2016-06-17 05:50:27 UTC
Created attachment 160077 [details]
stacktrace

...
Comment 10 Jesse Glick 2016-12-01 16:03:07 UTC
Created attachment 163114 [details]
stacktrace

Made a minor edit to a Java source and tried to rerun a CoS test (in the same Maven module). The test failed with a CNFE on the source file I had just edited, and then when I went back to the editor, this error was thrown. github.com/jenkinsci/acceptance-test-harness/src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java in case it matters.
Comment 11 akobberup 2016-12-07 07:45:09 UTC
Created attachment 163178 [details]
stacktrace

tried to go to implementation