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 - NullPointerException at com.sun.tools.javac.comp.Lower.accessClass
Summary: NullPointerException at com.sun.tools.javac.comp.Lower.accessClass
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: 2012-10-09 08:05 UTC by Exceptions Reporter
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193274


Attachments
stacktrace (8.08 KB, text/plain)
2012-10-09 08:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.