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: 4916947
Votes 0
Synopsis SPEC: AudioSystem.getAudioFileTypes() etc. should specify duplicate free result
Category java:classes_sound
Reported Against tiger
Release Fixed 1.5(tiger-b26)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 4883060
Submit Date 03-SEP-2003
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.
  xxxxx@xxxxx   2003-10-23
fixed
Work Around
N/A
Evaluation
  xxxxx@xxxxx   2003-09-03
Valid request. No coding work required.
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang