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 257051 - NullPointerException at com.sun.tools.javac.api.JavacTaskImpl$Filter.run
Summary: NullPointerException at com.sun.tools.javac.api.JavacTaskImpl$Filter.run
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-08 12:04 UTC by FrantaM
Modified: 2016-06-01 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221575


Attachments
stacktrace (4.38 KB, text/plain)
2015-12-08 12:04 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2015-12-08 12:04:29 UTC
Build: NetBeans IDE Dev (Build 201512070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 7

User Comments:
FrantaM: -




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:602)
   at com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:542)
   at org.netbeans.modules.java.source.indexing.SuperOnePassCompileWorker$2.run(SuperOnePassCompileWorker.java:279)
   at org.netbeans.modules.java.source.parsing.FileManagerTransaction.runConcurrent(FileManagerTransaction.java:205)
   at org.netbeans.modules.java.source.indexing.SuperOnePassCompileWorker.compile(SuperOnePassCompileWorker.java:275)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:251)
Comment 1 FrantaM 2015-12-08 12:04:30 UTC
Created attachment 157720 [details]
stacktrace