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 233032 - NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Status: RESOLVED DUPLICATE of bug 226578
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-19 06:54 UTC by zmirc
Modified: 2013-07-26 12:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202304


Attachments
stacktrace (1.67 KB, text/plain)
2013-07-19 06:54 UTC, zmirc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zmirc 2013-07-19 06:54:57 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 8

User Comments:
zmirc: I was editing JPQL query




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.unrecoverableError(JavaCompiler.java:1228)
   at com.sun.tools.javac.main.JavaCompiler.shouldStop(JavaCompiler.java:553)
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1289)
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1260)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:469)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:448)
Comment 1 zmirc 2013-07-19 06:54:58 UTC
Created attachment 137415 [details]
stacktrace
Comment 2 Dusan Balek 2013-07-26 12:41:11 UTC
Caused by the AssertionError previously thrown from Log.popDiagnosticHandler(...). Do you have a reproducible test case? Thanks.

*** This bug has been marked as a duplicate of bug 226578 ***