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 239117 - NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.showDiagnostics
Summary: NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnviron...
Status: RESOLVED FIXED
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: 2013-12-04 14:45 UTC by Petr Cyhelsky
Modified: 2014-01-13 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205777


Attachments
stacktrace (3.43 KB, text/plain)
2013-12-04 14:45 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2013-12-04 14:45:28 UTC
Build: NetBeans IDE Dev (Build 201312030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b33
OS: Linux

User Comments:
cyhelsky: happened when browsing Test results




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.showDiagnostics(JavacProcessingEnvironment.java:1069)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1125)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1233)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1120)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:479)
   at org.netbeans.modules.java.source.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:272)
Comment 1 Petr Cyhelsky 2013-12-04 14:45:29 UTC
Created attachment 142838 [details]
stacktrace
Comment 3 Quality Engineering 2014-01-13 02:16:19 UTC
Integrated into 'main-silver', will be available in build *201401130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1ba23a01f77e
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues ##239283, #239117, and #239170 fixed.