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

Summary: Allow to customize search in platform javadocs
Product: java Reporter: Milan Kubec <mkubec>
Component: JavadocAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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'?