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 269901 - NullPointerException at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.reportDeferredDiagnostics
Summary: NullPointerException at com.sun.tools.javac.util.Log$DeferredDiagnosticHandle...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-22 16:30 UTC by muellermi
Modified: 2017-02-22 16:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228152


Attachments
stacktrace (3.53 KB, text/plain)
2017-02-22 16:30 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2017-02-22 16:30:41 UTC
Build: NetBeans IDE Dev (Build 201702200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
muellermi: auto fix imports




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.reportDeferredDiagnostics(Log.java:169)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.showDiagnostics(JavacProcessingEnvironment.java:1259)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1322)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1345)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1233)
   at com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$126(JavaCompiler.java:934)
Comment 1 muellermi 2017-02-22 16:30:42 UTC
Created attachment 163694 [details]
stacktrace