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 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 09:05 UTC by Ondrej Vrabec
Modified: 2013-04-18 02:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198883


Attachments
stacktrace (3.82 KB, text/plain)
2013-02-22 09:05 UTC, Ondrej Vrabec
Details
dump file (57.20 KB, text/plain)
2013-02-22 09:06 UTC, Ondrej Vrabec
Details

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