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 - 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: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-29 20:24 UTC by misterm
Modified: 2018-04-26 18:05 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227371


Attachments
stacktrace (3.79 KB, text/plain)
2016-11-29 20:24 UTC, misterm
Details
stacktrace (3.61 KB, text/plain)
2017-09-19 21:29 UTC, chenar
Details
stacktrace (4.16 KB, text/plain)
2017-10-10 04:29 UTC, zunayedhassan
Details
stacktrace (3.57 KB, text/plain)
2017-10-18 17:11 UTC, Maksim Khramov
Details
Edited java class dump (8.32 KB, application/octet-stream)
2017-10-18 17:13 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
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