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 219738

Summary: NullPointerException at com.sun.tools.javac.comp.Lower.accessClass
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193274
Attachments: stacktrace

Description Exceptions Reporter 2012-10-09 08:05:49 UTC
This bug was originally marked as duplicate of bug 185334, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Lower.accessClass(Lower.java:1026)
   at com.sun.tools.javac.comp.Lower.accessSymbol(Lower.java:889)
   at com.sun.tools.javac.comp.Lower.access(Lower.java:1124)
   at com.sun.tools.javac.comp.Lower.visitIdent(Lower.java:3163)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1708)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 Exceptions Reporter 2012-10-09 08:05:51 UTC
Created attachment 125619 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:23 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.