Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4958368
Votes 0
Synopsis Spec for java.beans.PropertyEditorManager.getEditorSearchPath is not correct
Category guides:none
Reported Against 1.5
Release Fixed 1.5(tiger-b32)
State 10-Fix Delivered, Verified, bug
Priority: 3-Medium
Related Bugs
Submit Date 21-NOV-2003
Description




Filed By      : SPB JCK team (  xxxxx@xxxxx  )
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

======================================================================
Work Around
N/A
Evaluation
The solution to this is to change the javadoc to be similar to Introspector.getBeanInfoSearchPath() that was driven by 4783335.

  xxxxx@xxxxx   2003-11-24
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang