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 229406 - AssertionError: No info for outermost class: ProxyTunnelServer$ProxyTunnel
Summary: AssertionError: No info for outermost class: ProxyTunnelServer$ProxyTunnel
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 12:55 UTC by J Bachorik
Modified: 2013-06-18 14:49 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200441


Attachments
stacktrace (4.56 KB, text/plain)
2013-05-06 12:56 UTC, J Bachorik
Details
stacktrace (4.29 KB, text/plain)
2013-06-03 15:31 UTC, Egor Ushakov
Details
stacktrace (4.33 KB, text/plain)
2013-06-03 17:07 UTC, Egor Ushakov
Details
stacktrace (4.35 KB, text/plain)
2013-06-04 14:01 UTC, Exceptions Reporter
Details
stacktrace (4.31 KB, text/plain)
2013-06-04 15:07 UTC, Egor Ushakov
Details
stacktrace (4.31 KB, text/plain)
2013-06-06 11:16 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2013-05-06 12:55:59 UTC
Build: NetBeans IDE Dev (Build 201305052300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
yardus: clicked on the View menu item while scan in progress

yardus: opening the openjdk nb project




Stacktrace: 
java.lang.AssertionError: No info for outermost class: ProxyTunnelServer$ProxyTunnel
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:954)
   at com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:480)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:691)
   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-05-06 12:56:01 UTC
Created attachment 134136 [details]
stacktrace
Comment 2 J Bachorik 2013-05-06 13:00:47 UTC
Actually, the issue has nothing to do with the View menu item.

It's only just that the exception reporter got hijacked by a later error while I was filling in the exception details. Basically losing the original error and updating this issue with a nonsensical comment :/
Comment 3 Egor Ushakov 2013-06-03 15:31:26 UTC
Created attachment 135282 [details]
stacktrace

edit file
Comment 4 Egor Ushakov 2013-06-03 17:07:26 UTC
Created attachment 135285 [details]
stacktrace

edit a file
Comment 5 Exceptions Reporter 2013-06-04 14:01:29 UTC
Created attachment 135328 [details]
stacktrace

Nothing. Background scanning in progress for jdk8 j2se project.
Comment 6 Egor Ushakov 2013-06-04 15:07:28 UTC
Created attachment 135335 [details]
stacktrace

endless
Comment 7 Vladimir Voskresensky 2013-06-06 11:16:28 UTC
Created attachment 135441 [details]
stacktrace

created externally java file in opened project
Comment 9 Quality Engineering 2013-06-18 14:49:52 UTC
Integrated into 'main-golden', will be available in build *201306181109* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8a67e47e6ca6
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #213253, #227001, and #229406 fixed.