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 232142 - Added method to find all javadoc roots under given folder into JavadocAndSourceRootDetection
Summary: Added method to find all javadoc roots under given folder into JavadocAndSour...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 232084
  Show dependency tree
 
Reported: 2013-07-02 12:32 UTC by Tomas Zezula
Modified: 2013-07-04 16:48 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Diff file (16.27 KB, application/octet-stream)
2013-07-02 12:32 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2013-07-02 12:32:57 UTC
Created attachment 136597 [details]
Diff file

Added JavadocAndSourceRootDetection.findJavadocRoots method to find all javadoc roots under given folder into JavadocAndSourceRootDetection.

Usecase: JDK javadoc has several javadoc roots in

doc-
-api
-jdk
-jre
-platform

folders. User should be able to add all these javadoc folders by selecting the doc folder. The current JavadocAndSourceRootDetection.findJavadocRoot find one (random) javadoc root depending on filesystem order.
Comment 1 Tomas Zezula 2013-07-04 16:48:15 UTC
Fixed jet-main 578bceffa02f