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 57319 - Allow to customize search in platform javadocs
Summary: Allow to customize search in platform javadocs
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-01 12:35 UTC by Milan Kubec
Modified: 2010-09-23 08:35 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-04-01 12:35:38 UTC
There should be some way how to tell Javadoc Index Search to search only in
javadoc for some platform. Now if user has platforms JDK 1.5 and JDK 1.4 both
with assigned javadocs then when searching for class e.g. String he gets all
entries twice - one from each JDK. User is probably interested only in one JDK. 

E.g. there could be an option in Java Platform Manager - maybe checkbox 'Use
Javadoc in Javadoc Index Search'?