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 - AssertionError: No info for outermost class: Compare$Node
Summary: AssertionError: No info for outermost class: Compare$Node
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 08:45 UTC by J Bachorik
Modified: 2016-12-07 07:45 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202419


Attachments
stacktrace (4.42 KB, text/plain)
2013-07-23 08:46 UTC, J Bachorik
Details
stacktrace (4.38 KB, text/plain)
2013-09-17 15:06 UTC, Jesse Glick
Details
stacktrace (4.80 KB, text/plain)
2016-02-09 07:16 UTC, Alexander Simon
Details
stacktrace (4.79 KB, text/plain)
2016-02-09 07:19 UTC, Alexander Simon
Details
stacktrace (4.80 KB, text/plain)
2016-03-01 14:38 UTC, Ondrej Vrabec
Details
stacktrace (4.80 KB, text/plain)
2016-03-04 13:41 UTC, muellermi
Details
stacktrace (5.47 KB, text/plain)
2016-05-03 14:48 UTC, stefan79
Details
stacktrace (5.47 KB, text/plain)
2016-06-16 14:08 UTC, stefan79
Details
stacktrace (5.44 KB, text/plain)
2016-06-17 05:50 UTC, stefan79
Details
stacktrace (5.46 KB, text/plain)
2016-12-01 16:03 UTC, Jesse Glick
Details
stacktrace (5.06 KB, text/plain)
2016-12-07 07:45 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
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