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 258749 - NullPointerException at com.sun.tools.javac.comp.Resolve.findType
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.findType
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-04-09 12:44 UTC by markiewb
Modified: 2017-09-18 12:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223412


Attachments
stacktrace (7.34 KB, text/plain)
2016-04-09 12:45 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-04-09 12:44:59 UTC
Build: NetBeans IDE Dev (Build 201603200001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows 7

User Comments:
markiewb: ???




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:2058)
   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2125)
   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 markiewb 2016-04-09 12:45:00 UTC
Created attachment 159182 [details]
stacktrace