JDK-4958368 : Spec for java.beans.PropertyEditorManager.getEditorSearchPath is not correct
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2003-11-21
  • Updated: 2017-05-16
  • Resolved: 2003-12-15
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 b32Fixed
Description

Name: dsR10051			Date: 11/21/2003


Filed By      : SPB JCK team (###@###.###)
JDK           : java full version "1.5.0-beta-b28"
JCK           : 1.5
Platform[s]   : Solaris
switch/Mode   : 
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : api/java_beans/PropertyEditorManager/descriptions.html#PropertyEditor[PropertyEditorManager0001]

Problem description
===================
Javadoc for method of class java.beans.PropertyEditorManager
public static String[] getEditorSearchPath()
is implementation-specific. It says that search path is initially set to
{"sun.beans.editors"} which may be not suitable for alternative java
implementations.

Javadoc for this method should contain assertion likes follow:
The default value for this array is implementation-dependent; e.g. Sun implementation initially sets to {"sun.beans.editors"}.
 
See also bug fixes #4234304 and #4783335 for
java.beans.Introspector.getBeanInfoSearchPath method

JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests

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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b32 tiger-beta VERIFIED IN: tiger-b40
14-06-2004

PUBLIC COMMENTS Putback in build 32. ###@###.### 2003-12-14
14-12-2003

EVALUATION The solution to this is to change the javadoc to be similar to Introspector.getBeanInfoSearchPath() that was driven by 4783335. ###@###.### 2003-11-24
24-11-2003