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 257178 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 14:35 UTC by stefan79
Modified: 2018-04-03 00:41 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221715


Attachments
stacktrace (6.21 KB, text/plain)
2015-12-16 14:35 UTC, stefan79
Details
stacktrace (3.16 KB, text/plain)
2016-01-21 15:06 UTC, muellermi
Details
stacktrace (3.93 KB, text/plain)
2016-06-24 18:51 UTC, Vladimir Voskresensky
Details
stacktrace (2.99 KB, text/plain)
2016-09-29 06:34 UTC, Ralph Ruijs
Details
stacktrace (4.49 KB, text/plain)
2016-09-29 21:31 UTC, javydreamercsw
Details
stacktrace (5.08 KB, text/plain)
2016-11-07 10:28 UTC, Exceptions Reporter
Details
stacktrace (4.42 KB, text/plain)
2016-11-23 17:56 UTC, Exceptions Reporter
Details
stacktrace (4.58 KB, text/plain)
2017-01-29 06:21 UTC, jherkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2015-12-16 14:35:16 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-309-on-20151203)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
stefan79: Exception occured while editing java-files (wrong Package-Name in Source-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.comp.Annotate$1.run(Annotate.java:234)
   at com.sun.tools.javac.comp.Annotate.flush(Annotate.java:173)
   at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:311)
   at com.sun.tools.javac.code.ClassFinder.access$000(ClassFinder.java:75)
Comment 1 stefan79 2015-12-16 14:35:17 UTC
Created attachment 157814 [details]
stacktrace
Comment 2 muellermi 2016-01-21 15:06:41 UTC
Created attachment 158209 [details]
stacktrace

moving files between projects
Comment 3 Vladimir Voskresensky 2016-06-24 18:51:28 UTC
Created attachment 160160 [details]
stacktrace

just opened Casts.java from clank
Comment 4 Ralph Ruijs 2016-09-29 06:34:09 UTC
Created attachment 162262 [details]
stacktrace

Dropped new java files into the project
Comment 5 javydreamercsw 2016-09-29 21:31:09 UTC
Created attachment 162279 [details]
stacktrace

Not sure what triggered it.
Comment 6 Exceptions Reporter 2016-11-07 10:28:28 UTC
Created attachment 162809 [details]
stacktrace

when trying to do encapsulation fields produces an error
Comment 7 Exceptions Reporter 2016-11-23 17:56:24 UTC
Created attachment 163007 [details]
stacktrace

I dont know
Comment 8 jherkel 2017-01-29 06:21:21 UTC
Created attachment 163497 [details]
stacktrace

I edited my source codes