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 258156 - NullPointerException at com.sun.tools.javac.comp.Resolve.findVar
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.findVar
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-26 12:29 UTC by Alexander Simon
Modified: 2016-02-26 12:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222731


Attachments
stacktrace (8.43 KB, text/plain)
2016-02-26 12:29 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-02-26 12:29:38 UTC
Build: NetBeans IDE Dev (Build 20160226-bbd12bd68b4c)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: SunOS

User Comments:
alexvsimon: push in terminal




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve.findVar(Resolve.java:1393)
   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2119)
   at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2352)
   at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:3493)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2194)
   at com.sun.tools.javac.comp.Attr$ResultInfo.attr(Attr.java:494)
Comment 1 Alexander Simon 2016-02-26 12:29:40 UTC
Created attachment 158652 [details]
stacktrace