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 239083

Summary: NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.unrecoverableError
Product: java Reporter: Vladimir Riha <vriha>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: javydreamercsw
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205760
Attachments: stacktrace
stacktrace

Description Vladimir Riha 2013-12-03 14:21:15 UTC
Build: NetBeans IDE Dev (Build 201312030002)
VM: Java HotSpot(TM) Client VM, 25.0-b59, Java(TM) SE Runtime Environment, 1.8.0-ea-b117
OS: Linux

User Comments:
vriha: Happpened when runnign qa functional test from withing IDE




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.unrecoverableError(JavacProcessingEnvironment.java:970)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1122)
   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 Vladimir Riha 2013-12-03 14:21:17 UTC
Created attachment 142816 [details]
stacktrace
Comment 2 javydreamercsw 2013-12-19 20:40:13 UTC
Created attachment 143348 [details]
stacktrace

Added a dependency to project.
Comment 3 Dusan Balek 2014-01-10 18:35:44 UTC
Fixed together with #239117.