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 258013 - NullPointerException at com.sun.tools.javac.comp.Resolve.resolveIdent
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.resolveIdent
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-16 12:20 UTC by Vladimir Voskresensky
Modified: 2016-02-16 12:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222555


Attachments
stacktrace (4.27 KB, text/plain)
2016-02-16 12:20 UTC, Vladimir Voskresensky
Details
dump file (16.23 KB, application/octet-stream)
2016-02-16 12:22 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-02-16 12:20:06 UTC
Build: NetBeans IDE Dev (Build 20160215-8f3237bda5c1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: SunOS

User Comments:
vv159170: pasted text ", 20"




Stacktrace: 
java.lang.NullPointerException
   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)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:635)
   at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3580)
Comment 1 Vladimir Voskresensky 2016-02-16 12:20:08 UTC
Created attachment 158518 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2016-02-16 12:22:22 UTC
Created attachment 158519 [details]
dump file

as requested - attaching dump file