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

Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.attribute
Product: java Reporter: tim_sa <tim_sa>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197614
Attachments: stacktrace

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.