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

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: stefan79 <stefan79>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: danilopiazza, javydreamercsw, jherkel, mhussainshah1, muellermi, nebrass, ralphbenjamin, SALVADORAUGUSTO, vv159170
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221715
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

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