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

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: cezariusz <cezariusz>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218818
Attachments: stacktrace

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