JDK-4916947 : SPEC: AudioSystem.getAudioFileTypes() etc. should specify duplicate free result
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-09-03
  • Updated: 2003-10-24
  • Resolved: 2003-10-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 b26Fixed
Related Reports
Relates :  
Description
It should be specified that the arrays returned by the following methods must not contain duplicates:
javax.sound.midi.MidiSystem:
  getMidiFileTypes()
  getMidiFileTypes(Sequence)
javax.sound.sampled.AudioSystem:
  getAudioFileTypes()
  getAudioFileTypes(AudioInputStream)
This is the current behaviour as implemented in response to #4883060. However, for developers being able to rely on this, it has to be specified explicitly, so that the behaviour is mandatory for third-party implementations, too.
###@###.### 2003-10-23
fixed

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

PUBLIC COMMENTS SPEC: AudioSystem.getAudioFileTypes() etc. should specify duplicate free result
10-06-2004

EVALUATION ###@###.### 2003-09-03 Valid request. No coding work required.
03-09-2003