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 257903 - NullPointerException at com.sun.tools.javac.comp.Resolve.findType
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.findType
Status: RESOLVED DUPLICATE of bug 256995
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-09 09:26 UTC by ehsavoie
Modified: 2016-03-22 15:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222440


Attachments
stacktrace (3.11 KB, text/plain)
2016-02-09 09:26 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2016-02-09 09:26:05 UTC
Build: NetBeans IDE Dev (Build 201602070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
ehsavoie: copy pasting some code




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 ehsavoie 2016-02-09 09:26:07 UTC
Created attachment 158430 [details]
stacktrace
Comment 2 Dusan Balek 2016-03-22 15:16:48 UTC

*** This bug has been marked as a duplicate of bug 256995 ***