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 258003 - 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-15 22:20 UTC by JTD
Modified: 2016-03-22 15:17 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221853


Attachments
stacktrace (7.08 KB, text/plain)
2016-02-15 22:20 UTC, JTD
Details
stacktrace (6.07 KB, text/plain)
2016-03-07 13:38 UTC, Exceptions Reporter
Details
stacktrace (5.70 KB, text/plain)
2016-03-08 08:41 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JTD 2016-02-15 22:20:06 UTC
Build: NetBeans IDE Dev (Build 201602120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 7

User Comments:
JTD: Just opened Main.java file in editor.

gtzabari: Launched Netbeans. Exception thrown.

gtzabari: Save file. Exception thrown.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:2096)
   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 JTD 2016-02-15 22:20:08 UTC
Created attachment 158511 [details]
stacktrace
Comment 2 Exceptions Reporter 2016-02-22 21:29:22 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=221853
Comment 3 Exceptions Reporter 2016-03-07 13:38:22 UTC
Created attachment 158769 [details]
stacktrace

.
Comment 4 Jiri Skrivanek 2016-03-08 08:41:22 UTC
Created attachment 158779 [details]
stacktrace

Updating git repository in external window.
Comment 5 Dusan Balek 2016-03-22 15:17:25 UTC

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