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 232673 - NullPointerException at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.report
Summary: NullPointerException at com.sun.tools.javac.util.Log$DeferredDiagnosticHandle...
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-14 06:30 UTC by _ tboudreau
Modified: 2013-07-26 12:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202129


Attachments
stacktrace (5.31 KB, text/plain)
2013-07-14 06:30 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2013-07-14 06:30:41 UTC
Build: NetBeans IDE Dev (Build NetBeans-143-on-20130712)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
tboudreau: Create field hint




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.report(Log.java:148)
   at com.sun.tools.javac.util.Log.report(Log.java:624)
   at com.sun.tools.javac.util.AbstractLog.mandatoryWarning(AbstractLog.java:189)
   at com.sun.tools.javac.comp.Check$7.report(Check.java:3181)
   at com.sun.tools.javac.code.DeferredLintHandler$1.report(DeferredLintHandler.java:97)
   at com.sun.tools.javac.comp.Check.checkSunAPI(Check.java:3176)
Comment 1 _ tboudreau 2013-07-14 06:30:44 UTC
Created attachment 137093 [details]
stacktrace
Comment 2 Dusan Balek 2013-07-26 12:39:59 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 ***