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 197377 - AssertionError: <anonymous >
Summary: AssertionError: <anonymous >
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 06:42 UTC by gtg
Modified: 2011-04-06 08:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178140


Attachments
stacktrace (4.83 KB, text/plain)
2011-04-04 06:42 UTC, gtg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2011-04-04 06:42:37 UTC
Build: NetBeans Platform Dev (Build 201104030400)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.AssertionError: <anonymous >
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.util.Assert.checkNull(Assert.java:102)
   at com.sun.tools.javac.jvm.ClassReader.defineClass(ClassReader.java:2110)
   at com.sun.tools.javac.jvm.ClassReader.enterClass(ClassReader.java:2176)
   at com.sun.tools.javac.jvm.ClassReader.enterClass(ClassReader.java:2188)
   at com.sun.tools.javac.jvm.ClassReader.loadClass(ClassReader.java:2399)
Comment 1 gtg 2011-04-04 06:42:41 UTC
Created attachment 107457 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-04 12:04:31 UTC
Reproducible.
Comment 3 Dusan Balek 2011-04-05 08:45:53 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/cf658fe1faf3

changeset f67d8a17b133 in main/nb-javac
details: http://hg.netbeans.org/main/nb-javac?cmd=changeset;node=f67d8a17b133
Comment 4 Quality Engineering 2011-04-06 08:44:53 UTC
Integrated into 'main-golden', will be available in build *201104060400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cf658fe1faf3
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #197377: AssertionError: <anonymous > - fixed.