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

Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.findVar
Product: java Reporter: Alexander Simon <alexvsimon>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222731
Attachments: stacktrace

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