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 257050 - 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: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-08 12:01 UTC by FrantaM
Modified: 2016-06-09 09:29 UTC (History)
16 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221574


Attachments
stacktrace (6.13 KB, text/plain)
2015-12-08 12:01 UTC, FrantaM
Details
stacktrace (14.81 KB, text/plain)
2016-01-28 13:03 UTC, J Bachorik
Details
stacktrace (5.12 KB, text/plain)
2016-02-05 09:43 UTC, muellermi
Details
stacktrace (5.13 KB, text/plain)
2016-02-06 18:37 UTC, muellermi
Details
stacktrace (8.24 KB, text/plain)
2016-02-09 09:34 UTC, Alexander Simon
Details
stacktrace (6.74 KB, text/plain)
2016-02-19 07:31 UTC, Alexander Simon
Details
stacktrace (6.74 KB, text/plain)
2016-02-19 08:04 UTC, Alexander Simon
Details
stacktrace (5.35 KB, text/plain)
2016-02-23 14:08 UTC, muellermi
Details
stacktrace (5.38 KB, text/plain)
2016-03-02 09:29 UTC, abien
Details
stacktrace (2.68 KB, text/plain)
2016-03-03 12:23 UTC, Ralph Ruijs
Details
stacktrace (5.62 KB, text/plain)
2016-03-14 12:08 UTC, Ralph Ruijs
Details
stacktrace (8.24 KB, text/plain)
2016-03-17 13:59 UTC, J Bachorik
Details
stacktrace (12.61 KB, text/plain)
2016-03-17 14:05 UTC, J Bachorik
Details
Copying an entire Java package from on Maven project to another (127.61 KB, text/plain)
2016-04-11 07:59 UTC, zmirc
Details
IDE log (192.64 KB, text/plain)
2016-04-11 08:25 UTC, zmirc
Details
stacktrace (2.68 KB, text/plain)
2016-04-21 14:35 UTC, Ralph Ruijs
Details
stacktrace (5.14 KB, text/plain)
2016-05-17 15:36 UTC, misterm
Details
stacktrace (8.42 KB, text/plain)
2016-05-19 15:24 UTC, markiewb
Details
stacktrace (5.30 KB, text/plain)
2016-05-24 19:21 UTC, misterm
Details
stacktrace (5.12 KB, text/plain)
2016-05-26 12:24 UTC, Jiri Prox
Details
dump file (6.55 KB, application/octet-stream)
2016-05-26 12:25 UTC, Jiri Prox
Details
stacktrace (5.14 KB, text/plain)
2016-06-02 11:29 UTC, Jiri Prox
Details
IDE log - error when refactoring a Java package (410.18 KB, text/plain)
2016-06-03 08:47 UTC, zmirc
Details
stacktrace (5.30 KB, text/plain)
2016-06-09 01:17 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2015-12-08 12:01:31 UTC
Build: NetBeans IDE Dev (Build 201512070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 7

User Comments:
FrantaM: open file




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
   at com.sun.tools.javac.code.Symbol$ClassSymbol.setAnnotationTypeMetadata(Symbol.java:1282)
   at com.sun.tools.javac.comp.TypeEnter$MembersPhase.finishClass(TypeEnter.java:924)
   at com.sun.tools.javac.comp.TypeEnter$MembersPhase.runPhase(TypeEnter.java:901)
   at com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:278)
Comment 1 FrantaM 2015-12-08 12:01:33 UTC
Created attachment 157719 [details]
stacktrace
Comment 2 J Bachorik 2016-01-28 13:03:41 UTC
Created attachment 158265 [details]
stacktrace

fix imports
Comment 3 muellermi 2016-02-05 09:43:47 UTC
Created attachment 158387 [details]
stacktrace

rename field
Comment 4 muellermi 2016-02-06 18:37:48 UTC
Created attachment 158397 [details]
stacktrace

rename class
Comment 5 Alexander Simon 2016-02-09 09:34:49 UTC
Created attachment 158432 [details]
stacktrace

refactor to inner class
Comment 6 Alexander Simon 2016-02-19 07:31:50 UTC
Created attachment 158564 [details]
stacktrace

go to method
Comment 7 Alexander Simon 2016-02-19 08:04:50 UTC
Created attachment 158566 [details]
stacktrace

navigate to method with Ctrl
Comment 8 muellermi 2016-02-23 14:08:19 UTC
Created attachment 158613 [details]
stacktrace

move class to other project into yet non-existing package
Comment 9 abien 2016-03-02 09:29:22 UTC
Created attachment 158706 [details]
stacktrace

Happened during copy and paste
Comment 10 Ralph Ruijs 2016-03-03 12:23:21 UTC
Created attachment 158729 [details]
stacktrace

Opened Feed Reader sample application
Comment 11 Ralph Ruijs 2016-03-14 12:08:25 UTC
Created attachment 158844 [details]
stacktrace

Opened debugger's View.java
Comment 12 J Bachorik 2016-03-17 13:59:27 UTC
Created attachment 158907 [details]
stacktrace

Trying anonymous to inner refactoring
Comment 13 J Bachorik 2016-03-17 14:05:27 UTC
Created attachment 158909 [details]
stacktrace

navigating in the source code
Comment 14 zmirc 2016-04-11 07:59:27 UTC
Created attachment 159199 [details]
Copying an entire Java package from on Maven project to another
Comment 15 zmirc 2016-04-11 08:24:58 UTC
Refactoring a Java package by renaming it
Comment 16 zmirc 2016-04-11 08:25:07 UTC
Created attachment 159200 [details]
IDE log
Comment 17 Ralph Ruijs 2016-04-21 14:35:58 UTC
Created attachment 159383 [details]
stacktrace

Opened gsf.codecoverage
Comment 18 misterm 2016-05-17 15:36:32 UTC
Created attachment 159787 [details]
stacktrace

.
Comment 19 markiewb 2016-05-19 15:24:33 UTC
Created attachment 159813 [details]
stacktrace

convert anynonumos to member
Comment 20 misterm 2016-05-24 19:21:48 UTC
Created attachment 159866 [details]
stacktrace

.
Comment 21 Jiri Prox 2016-05-26 12:24:48 UTC
Created attachment 159888 [details]
stacktrace

AE when refactoring
Comment 22 Jiri Prox 2016-05-26 12:25:14 UTC
Created attachment 159889 [details]
dump file
Comment 23 _ gtzabari 2016-05-30 14:08:21 UTC
Dusan,

This issue seems to be hitting many people and is over 6 months old. Are the attached reports sufficient to fix this problem, or do you need more logging?
Comment 24 Jiri Prox 2016-06-02 11:29:06 UTC
Created attachment 159944 [details]
stacktrace

AE when invoking Inspect & transform on current project
Comment 25 zmirc 2016-06-03 08:47:21 UTC
Created attachment 159952 [details]
IDE log - error when refactoring a Java package
Comment 26 Alexander Simon 2016-06-08 14:32:01 UTC
72 reports -> P1
Comment 27 misterm 2016-06-09 01:17:15 UTC
Created attachment 160001 [details]
stacktrace

.