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.
Build: NetBeans IDE Dev (Build 201512011444) VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17 OS: Mac OS X User Comments: abien: happened during juni 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:149) at com.sun.tools.javac.comp.Annotate$6.run(Annotate.java:1020) at com.sun.tools.javac.comp.Annotate.flush(Annotate.java:176) at com.sun.tools.javac.comp.Annotate.unblockAnnotations(Annotate.java:130)
Created attachment 157612 [details] stacktrace
Created attachment 157693 [details] stacktrace In a workshop :-)
Created attachment 157716 [details] stacktrace editing file
Fixed in jet-main. http://hg.netbeans.org/jet-main/rev/d0aaae02bdcc http://hg.netbeans.org/main/nb-javac/rev/4adb1dd1924a
Integrated into 'main-silver', will be available in build *201512100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main-silver/rev/d0aaae02bdcc User: Dusan Balek <dbalek@netbeans.org> Log: Issue #256921 - AssertionError at com.sun.tools.javac.util.Assert.error - fixed.