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 233402 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED WONTFIX
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-07-25 10:16 UTC by Petr Jiricka
Modified: 2016-07-07 07:18 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202514


Attachments
stacktrace (4.19 KB, text/plain)
2013-07-25 10:16 UTC, Petr Jiricka
Details
stacktrace (4.71 KB, text/plain)
2013-07-31 14:46 UTC, J Bachorik
Details
stacktrace (3.94 KB, text/plain)
2013-08-08 14:38 UTC, aldobrucale
Details
stacktrace (3.93 KB, text/plain)
2013-08-19 15:55 UTC, Egor Ushakov
Details
stacktrace (3.93 KB, text/plain)
2013-08-26 14:01 UTC, aldobrucale
Details
stacktrace (3.89 KB, text/plain)
2013-08-27 21:46 UTC, host
Details
stacktrace (3.90 KB, text/plain)
2013-08-27 21:49 UTC, host
Details
stacktrace (4.19 KB, text/plain)
2013-08-28 09:58 UTC, Ralph Ruijs
Details
stacktrace (4.66 KB, text/plain)
2013-09-26 08:42 UTC, skygo
Details
stacktrace (4.59 KB, text/plain)
2013-09-26 14:30 UTC, aldobrucale
Details
stacktrace (3.86 KB, text/plain)
2013-10-14 13:07 UTC, Petr Cyhelsky
Details
stacktrace (3.86 KB, text/plain)
2013-12-25 07:06 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-07-25 10:16:03 UTC
Build: NetBeans IDE Dev (Build web-main-11166-on-20130725)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
pjiricka: Browsing code templates in IDE options.




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.code.Annotations.setDeclarationAttributesWithCompletion(Annotations.java:161)
   at com.sun.tools.javac.code.Symbol.setDeclarationAttributesWithCompletion(Symbol.java:217)
   at com.sun.tools.javac.comp.MemberEnter.actualEnterAnnotations(MemberEnter.java:1073)
   at com.sun.tools.javac.comp.MemberEnter.access$400(MemberEnter.java:70)
Comment 1 Petr Jiricka 2013-07-25 10:16:05 UTC
Created attachment 137771 [details]
stacktrace
Comment 2 J Bachorik 2013-07-31 14:46:02 UTC
Created attachment 138079 [details]
stacktrace

copy-paste files
Comment 3 aldobrucale 2013-08-08 14:38:16 UTC
Created attachment 138451 [details]
stacktrace

Opened a java file
Comment 4 Egor Ushakov 2013-08-19 15:55:03 UTC
Created attachment 138877 [details]
stacktrace

during build
Comment 5 aldobrucale 2013-08-26 14:01:12 UTC
Created attachment 139255 [details]
stacktrace

clicked somewhere (probably the output tab?)
Comment 6 host 2013-08-27 21:46:13 UTC
Created attachment 139333 [details]
stacktrace

I was running inspect on my project
Comment 7 host 2013-08-27 21:49:12 UTC
Created attachment 139334 [details]
stacktrace

Performing an inspect over my web app project
Comment 8 Ralph Ruijs 2013-08-28 09:58:25 UTC
Created attachment 139351 [details]
stacktrace

Restarted the IDE and the exception occured during its initial scan.
Comment 9 skygo 2013-09-26 08:42:44 UTC
Created attachment 140494 [details]
stacktrace

Running inspect and transform to make fields final on a mavenized platform. 50 modules open.
Comment 10 aldobrucale 2013-09-26 14:30:46 UTC
Created attachment 140512 [details]
stacktrace

inspect and transform: looking for unused imports
Comment 11 Petr Cyhelsky 2013-10-14 13:07:14 UTC
Created attachment 141061 [details]
stacktrace

just having java file open in editor
Comment 12 Alexander Simon 2013-12-25 07:06:25 UTC
Created attachment 143437 [details]
stacktrace

Focusw ganed on IDE while projects building in concole
Comment 13 Martin Balin 2016-07-07 07:18:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss