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 226509

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: Ondrej Vrabec <ovrabec>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198883
Attachments: stacktrace
dump file

Description Ondrej Vrabec 2013-02-22 09:05:40 UTC
Build: NetBeans IDE Dev (Build 20130220-a0d53e2abab7)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Linux

User Comments:
ovrabec: copy and paste a whole enum in the same file




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.check(Assert.java:45)
   at com.sun.tools.javac.comp.Attr.attribIdentAsEnumType(Attr.java:842)
   at com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:845)
   at com.sun.tools.javadoc.JavadocMemberEnter.visitVarDef(JavadocMemberEnter.java:85)
   at org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:90)
Comment 1 Ondrej Vrabec 2013-02-22 09:05:42 UTC
Created attachment 131717 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-02-22 09:06:28 UTC
Created attachment 131718 [details]
dump file
Comment 4 Quality Engineering 2013-04-18 02:22:57 UTC
Integrated into 'main-golden', will be available in build *201304172301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f588b452dccc
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #225450, #226892, and #226509 fixed.