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 - NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-15 08:18 UTC by anton0xf
Modified: 2016-07-07 07:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216067


Attachments
stacktrace (3.84 KB, text/plain)
2015-05-15 08:18 UTC, anton0xf
Details

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