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 106561 - NPE showing Javadoc References submenu
Summary: NPE showing Javadoc References submenu
Status: RESOLVED DUPLICATE of bug 106351
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 20:04 UTC by _ tboudreau
Modified: 2007-06-15 22:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2007-06-13 20:04:03 UTC
After downloading and installing apache commons net and adding it as a library with javadoc pointed at the docs dir of the binary distribution, tried to 
bring up the Help | Javadoc References submenu.  The following was thrown:

java.lang.NullPointerException
	at org.netbeans.modules.apisupport.project.universe.AbstractEntryWithSources.getRunDependencies(AbstractEntryWithSources.java:100)
	at org.netbeans.modules.apisupport.project.Evaluator.computeRuntimeModuleClasspath(Evaluator.java:645)
	at org.netbeans.modules.apisupport.project.Evaluator.createEvaluator(Evaluator.java:343)
	at org.netbeans.modules.apisupport.project.Evaluator.reset(Evaluator.java:194)
	at org.netbeans.modules.apisupport.project.Evaluator.delegatingEvaluator(Evaluator.java:182)
	at org.netbeans.modules.apisupport.project.Evaluator.evaluate(Evaluator.java:140)
	at org.netbeans.modules.apisupport.project.NbModuleProject.getModuleJarLocation(NbModuleProject.java:383)
	at org.netbeans.modules.apisupport.project.queries.JavadocForBinaryImpl.findJavadoc(JavadocForBinaryImpl.java:56)
	at org.netbeans.modules.java.project.JavadocForBinaryQueryImpl.findJavadoc(JavadocForBinaryQueryImpl.java:49)
	at org.netbeans.api.java.queries.JavadocForBinaryQuery.findJavadoc(JavadocForBinaryQuery.java:63)
	at org.netbeans.modules.javadoc.search.JavadocRegistry.readRoots(JavadocRegistry.java:150)
	at org.netbeans.modules.javadoc.search.JavadocRegistry.getDocRoots(JavadocRegistry.java:105)
	at org.netbeans.modules.javadoc.search.IndexBuilder.refreshIndex(IndexBuilder.java:175)
	at org.netbeans.modules.javadoc.search.IndexBuilder.run(IndexBuilder.java:103)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jesse Glick 2007-06-15 22:04:44 UTC

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