JDK-4385060 : RFE: add getName() method to class ReverbType
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2000-11-01
  • Updated: 2017-05-16
  • Resolved: 2003-08-19
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 tigerFixed
Description
The "name" attribute of class "ReverbType" is not accessible.

When a "ReverbType" object is instantiated, a "name" argument is passed to its constructor.

There is no appropriate way to retrieve the "name" of a "ReverbType".
The "name" information is needed for user interface purposes.
What is needed is a "getName" method.


jerry.barnes@eng 2001-01-29
Removed from Ladybird project as per request.
Although this bug applies Ladybird as well as Merlin, there are no engineering resources to address it in the Ladybird project timeframe.

###@###.### 2001-08-20
We tried to verify this bug, but still failed in Merlin b75 and b76.


###@###.### 2001-10-02
	The toString() method now correctly includes the name, but there is still no way to get the name attribute. This would require an API change and should be an RFE. Jerry changed this bug to be an RFE.

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

WORK AROUND ###@###.### 2001-08-16 Beginning with Merlin b75, the toString() method was changed so that it now includes the name of the control. Unfortunately it is necessary to parse the returned string to obtain the control name. Hopefully a method will be added in the future that will enable the developer to simply obtain the name. e.g. "getName()"
11-06-2004

SUGGESTED FIX Add a getName() method.
11-06-2004

PUBLIC COMMENTS The "name" attribute of class "ReverbType" is not accessible.
10-06-2004

EVALUATION ###@###.### 2001-07-20 The method toString() does not include the name of the ReverbType, although the javadoc of toString() specifies that the name is included. The fix is to return the reverb name instead of the class name. ###@###.### 2002-04-08 Added a getName() method. ###@###.### 2002-04-18 Will be integrated into Tiger, no CCC aproval for Hopper. ###@###.### 2003-01-30 Changed synopsis (was: "The "name" attribute of class "ReverbType" is not accessible.")
30-01-2003