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 253895 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 11:32 UTC by cezariusz
Modified: 2015-07-28 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218818


Attachments
stacktrace (7.04 KB, text/plain)
2015-07-28 11:33 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-07-28 11:32:58 UTC
This issue was reported manually by cezariusz.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201507280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
cezariusz: Creating a method using hint.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:61)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1174)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1123)
   at com.sun.tools.javac.main.JavaCompiler.resolveIdent(JavaCompiler.java:728)
   at com.sun.tools.javac.model.JavacElements.nameToSymbol(JavacElements.java:161)
Comment 1 cezariusz 2015-07-28 11:33:00 UTC
Created attachment 154970 [details]
stacktrace