JDK-4850013 : Undeclared IAE in Clip.open()
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2003-04-17
  • Updated: 2003-04-17
  • Resolved: 2003-04-17
Related Reports
Duplicate :  
Description

Name: vtR10009			Date: 04/17/2003


  Spec for method Line.open() without parameters does
not declare IllegalArgumentException but RI (jdk1.5.0-b02) throws
this exception for Clip. Invocation of this method does not
make sense in the user applications since no buffer size is specified.
But spec should explicitly declare this behavior.
  
This bug causes failure of JCK test:
  api/javax_sound/sampled/Mixer/index.html#Mixer[Mixer2002]

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

Comments
EVALUATION ###@###.### 2003-04-17 Issue is already filed as bug in 4679187 and committed to tiger.
17-04-2003