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 258125 - AssertionError: java.lang.NullPointerException
Summary: AssertionError: java.lang.NullPointerException
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-02-24 08:38 UTC by Jiri Skrivanek
Modified: 2016-02-24 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222224


Attachments
stacktrace (7.64 KB, text/plain)
2016-02-24 08:38 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2016-02-24 08:38:36 UTC
This bug was originally marked as duplicate of bug 202443, 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 201602200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 8.1

User Comments:
GUEST: Do not know; only noticed there had been a silent exception, afterwards

jskrivanek: Scanning after clean.




Stacktrace: 
java.lang.AssertionError: java.lang.NullPointerException
   at com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue(Symbol.java:1408)
   at com.sun.tools.javac.comp.Attr.checkInit(Attr.java:4016)
   at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:3526)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2194)
   at com.sun.tools.javac.comp.Attr$ResultInfo.attr(Attr.java:494)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:635)
Comment 1 Jiri Skrivanek 2016-02-24 08:38:39 UTC
Created attachment 158625 [details]
stacktrace