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 269171

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: misterm <misterm>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: ak2049l, Charlie3D, chenar, lolo_101, mkhramov, wqtnetbeans, zunayedhassan
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227371
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
Edited java class dump

Description misterm 2016-11-29 20:24:20 UTC
Build: NetBeans IDE Dev (Build 20161119-e98b094d3240)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 8.1

User Comments:
misterm: .




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
   at com.sun.tools.javac.comp.Annotate.fromAnnotations(Annotate.java:152)
   at com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$17(Annotate.java:978)
   at com.sun.tools.javac.comp.Annotate.flush(Annotate.java:179)
   at com.sun.tools.javac.comp.Annotate.unblockAnnotations(Annotate.java:133)
Comment 1 misterm 2016-11-29 20:24:22 UTC
Created attachment 163081 [details]
stacktrace
Comment 2 chenar 2017-09-19 21:29:33 UTC
Created attachment 165149 [details]
stacktrace

In the middle of coding a function with an anonymous implementation of interator interface.
Comment 3 zunayedhassan 2017-10-10 04:29:47 UTC
Created attachment 165263 [details]
stacktrace

AssertionError at com.sun.tools.javac.util.Assert.error
Comment 4 Maksim Khramov 2017-10-18 17:11:52 UTC
Created attachment 165312 [details]
stacktrace

Edit java code
Comment 5 Maksim Khramov 2017-10-18 17:13:31 UTC
Created attachment 165313 [details]
Edited java class dump