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 252410

Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Product: java Reporter: anton0xf <anton0xf>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216067
Attachments: stacktrace

Description anton0xf 2015-05-15 08:18:09 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: to use autocpmplete code (press ctrl+space)

anton0xf: don't know




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.unrecoverableError(JavaCompiler.java:1252)
   at com.sun.tools.javac.main.JavaCompiler.shouldStop(JavaCompiler.java:577)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1133)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1117)
   at com.sun.tools.javac.main.JavaCompiler.complete(JavaCompiler.java:825)
   at com.sun.tools.javac.main.JavaCompiler$1.complete(JavaCompiler.java:318)
Comment 1 anton0xf 2015-05-15 08:18:11 UTC
Created attachment 153678 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:16:27 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss