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 224944 - 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: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 08:38 UTC by tim_sa
Modified: 2015-02-04 03:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197614


Attachments
stacktrace (1.55 KB, text/plain)
2013-01-16 08:38 UTC, tim_sa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tim_sa 2013-01-16 08:38:06 UTC
This bug was originally marked as duplicate of bug 192817, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201301060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1209)
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1189)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:468)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:447)
   at org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:641)
   at org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:498)
Comment 1 tim_sa 2013-01-16 08:38:08 UTC
Created attachment 130269 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:40:46 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.