JDK-4783335 : Javadoc for method java.beans.Introspector.getBeanInfoSearchPath not complete
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.2
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-11-22
  • Updated: 2017-05-16
  • Resolved: 2004-09-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b28Fixed
Description
Name: dsR10051			Date: 11/22/2002


Javadoc for method of class java.beans.Introspector

public static synchronized String[] getBeanInfoSearchPath()

says nothing about default value of search path.
Specification for this initial value has been removed from javadoc 
due to bug fix #4234304 as implementation specific information.
This implementation specific information should be included to 
documentation. So, javadoc for this method should contain assertion likes follow:
"Default value for this array is implementation dependent, 
e.g. SUN implementation initialy sets it to {"sun.beans.infos"}." 

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic tiger-beta FIXED IN: tiger tiger-beta INTEGRATED IN: tiger-b28 tiger-beta VERIFIED IN: 1.5.0_01
25-09-2004

EVALUATION > In my mind, the "bad form" aspect is that once you mention it > for one platform, you are "favoring" that platform over others > (and the list can never be complete or guaranteed accurate). > But including an example seems fine to me. > I see no problem with the wording suggested in the second bug > report: > > "Default value for this array is implementation dependent, > e.g. SUN implementation initialy sets it to {"sun.beans.infos"}." > > This would seem to satisfy both bug requests. Would this be > acceptable? This is fine with me. ###@###.### Fixed as mentioned above. ###@###.### 2003-09-05
25-09-2004