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

Summary: AssertionError: <anonymous >
Product: java Reporter: gtg <gtg>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178140
Attachments: stacktrace

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.