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 74674 - view javadoc for bluej project
Summary: view javadoc for bluej project
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-10 11:13 UTC by Milos Kleint
Modified: 2007-02-22 10:46 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 Milos Kleint 2006-04-10 11:13:52 UTC
when project builds javadoc, it's not included in the View/Document indices menu
item.
there's no way to view the javadoc.
Comment 1 Milos Kleint 2006-04-12 14:36:20 UTC
done.
But the algorithm for the javadoc to appear in the list is a bit scary.
all projects register compile classpath in global registry.
the javadoc action iterates those classpath instances and does a
javadocForBinary query on them.
The only reason why it works for javadoc of the project itself is because the
compile classpath for a project also contains it's test classpath.. and test
classpath contains the output directory of the project.