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 268817 - NullPointerException at com.sun.tools.javac.comp.Lower.accessClass
Summary: NullPointerException at com.sun.tools.javac.comp.Lower.accessClass
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-03 23:55 UTC by Exceptions Reporter
Modified: 2016-11-03 23:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227071


Attachments
stacktrace (8.97 KB, text/plain)
2016-11-03 23:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-11-03 23:55:42 UTC
This bug was originally marked as duplicate of bug 219738, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 8.1

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Lower.accessClass(Lower.java:1098)
   at com.sun.tools.javac.comp.Lower.accessSymbol(Lower.java:968)
   at com.sun.tools.javac.comp.Lower.access(Lower.java:1205)
   at com.sun.tools.javac.comp.Lower.visitIdent(Lower.java:3324)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2194)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 Exceptions Reporter 2016-11-03 23:55:44 UTC
Created attachment 162764 [details]
stacktrace