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 171758 - NullPointerException at org.netbeans.modules.apisupport.project.universe.TestEntry.getNBRoot
Summary: NullPointerException at org.netbeans.modules.apisupport.project.universe.Test...
Status: CLOSED DUPLICATE of bug 144758
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-08 21:56 UTC by Marian Mirilovic
Modified: 2010-04-21 12:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 74760


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-09-08 21:56:17 UTC
36 duplicates ... haven't seen any reports after 6.7 Beta

Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86
User comments: opening file

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.apisupport.project.universe.TestEntry.getNBRoot(TestEntry.java:161)
        at org.netbeans.modules.apisupport.project.universe.TestEntry.getNetBeansOrgPath(TestEntry.java:171)
        at org.netbeans.modules.apisupport.project.universe.TestEntry.getSrcDir(TestEntry.java:125)
        at
org.netbeans.modules.apisupport.project.queries.GlobalSourceForBinaryImpl.findSourceRoots(GlobalSourceForBinaryImpl.java:105)
        at org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots2(SourceForBinaryQuery.java:123)
        at org.netbeans.modules.java.source.classpath.GlobalSourcePath.getSourceRootForBinaryRoot(GlobalSourcePath.java:151)
        at org.netbeans.modules.java.source.classpath.CacheClassPath.getResources(CacheClassPath.java:121)
        at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:294)
        at org.netbeans.modules.java.source.parsing.CachingFileManager.list(CachingFileManager.java:112)
        at org.netbeans.modules.java.source.parsing.ProxyFileManager.list(ProxyFileManager.java:174)
        at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:2210)
Comment 1 Jesse Glick 2010-02-16 13:18:34 UTC

*** This bug has been marked as a duplicate of bug 144758 ***
Comment 2 Marian Mirilovic 2010-04-21 12:48:02 UTC
v/c