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 192817 - NullPointerException at com.sun.tools.javac.main.JavaCompiler.attribute
Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.attribute
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 19:41 UTC by choces
Modified: 2012-05-23 11:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166245


Attachments
stacktrace (1.46 KB, text/plain)
2010-12-02 19:41 UTC, choces
Details

Note You need to log in before you can comment on or make changes to this bug.
Description choces 2010-12-02 19:41:42 UTC
This bug was originally marked as duplicate of bug 180295, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
choces: Deleting a class file.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1215)
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1194)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:475)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:454)
   at org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:564)
   at org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:424)
Comment 1 choces 2010-12-02 19:41:47 UTC
Created attachment 103546 [details]
stacktrace
Comment 2 Dusan Balek 2012-05-23 11:07:54 UTC
No reports from the recent builds, closing as WORKSFORME now.