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 160041 - NullPointerException at com.sun.tools.javac.comp.Resolve.findGlobalType
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.findGlobalType
Status: RESOLVED DUPLICATE of bug 152919
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 20:35 UTC by puce
Modified: 2009-03-24 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147440


Attachments
stacktrace (3.02 KB, text/plain)
2009-03-10 20:35 UTC, puce
Details

Note You need to log in before you can comment on or make changes to this bug.
Description puce 2009-03-10 20:35:30 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.comp.Resolve.findGlobalType(Resolve.java:921)
        at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:970)
        at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:1003)
        at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:1196)
        at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:1804)
        at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1683)
Comment 1 puce 2009-03-10 20:35:35 UTC
Created attachment 78007 [details]
stacktrace
Comment 2 Dusan Balek 2009-03-24 14:51:51 UTC
Should be fixed together with #152919.


*** This issue has been marked as a duplicate of 152919 ***