Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Andrew Zhang

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:


Hi Andrew,

I'm working on javax.sound.sampled API now.
I have completed the following classes:
AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
CompoundControl, Control, DataLine, EnumControl.
I'll file a JIRA with patch shortly.



Great! Thank you for notifying. :) Fortunately, I haven't started on these
classes.

Sorry that I didn't notice about this work earlier.

Let's do it together.



ok, let's figure out how many things left.

Thanks,

Boris

On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:
 On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:
 
  You may want to take a quick scan of JIRA for sound items, just to
  make sure there aren't any additional patches that haven't been
  applied.


 Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
 about SerialVersionUID.

 [1] http://issues.apache.org/jira/browse/HARMONY-1644


  -Nathan
 
  On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
   Hi folks,
  
   According to the japi result, there're 0.29% bad, and 8.7% missing
APIs
  in
   javax.sound.sampled package. I'd like to work on this package to
make
  the
   statistics look better. :)  Anyone else is interested too?
  
   Please let me know if you have any concern/comment/suggestion. :)
  Thanks!
  
   --
   Best regards,
   Andrew Zhang
  
  
 



 --
 Best regards,
 Andrew Zhang




--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division





--
Best regards,
Andrew Zhang


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Andrew Zhang

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:


 I'll file a JIRA with patch shortly.
HARMONY-2117



Hi Boris, I didn't see any test cases in the patch?

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:

 Hi Andrew,

 I'm working on javax.sound.sampled API now.
 I have completed the following classes:
 AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
 CompoundControl, Control, DataLine, EnumControl.
 I'll file a JIRA with patch shortly.

 Sorry that I didn't notice about this work earlier.
 Let's do it together.

 Thanks,
 Boris

 On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:
  On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:
  
   You may want to take a quick scan of JIRA for sound items, just to
   make sure there aren't any additional patches that haven't been
   applied.
 
 
  Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which
is
  about SerialVersionUID.
 
  [1] http://issues.apache.org/jira/browse/HARMONY-1644
 
 
   -Nathan
  
   On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
Hi folks,
   
According to the japi result, there're 0.29% bad, and 8.7% missing
APIs
   in
javax.sound.sampled package. I'd like to work on this package to
make
   the
statistics look better. :)  Anyone else is interested too?
   
Please let me know if you have any concern/comment/suggestion. :)
   Thanks!
   
--
Best regards,
Andrew Zhang
   
   
  
 
 
 
  --
  Best regards,
  Andrew Zhang
 
 


 --
 Best regards,
 Boris Kuznetsov
 Intel Middleware Products Division



--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division





--
Best regards,
Andrew Zhang


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Mikhail Loenko

2006/11/9, Andrew Zhang [EMAIL PROTECTED]:

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:

  I'll file a JIRA with patch shortly.
 HARMONY-2117


Hi Boris, I didn't see any test cases in the patch?


I don;t see them there also ;)




On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:
  Hi Andrew,
 
  I'm working on javax.sound.sampled API now.
  I have completed the following classes:
  AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
  CompoundControl, Control, DataLine, EnumControl.
  I'll file a JIRA with patch shortly.
 
  Sorry that I didn't notice about this work earlier.
  Let's do it together.
 
  Thanks,
  Boris
 
  On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:
   On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:
   
You may want to take a quick scan of JIRA for sound items, just to
make sure there aren't any additional patches that haven't been
applied.
  
  
   Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which
 is
   about SerialVersionUID.
  
   [1] http://issues.apache.org/jira/browse/HARMONY-1644
  
  
-Nathan
   
On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
 Hi folks,

 According to the japi result, there're 0.29% bad, and 8.7% missing
 APIs
in
 javax.sound.sampled package. I'd like to work on this package to
 make
the
 statistics look better. :)  Anyone else is interested too?

 Please let me know if you have any concern/comment/suggestion. :)
Thanks!

 --
 Best regards,
 Andrew Zhang


   
  
  
  
   --
   Best regards,
   Andrew Zhang
  
  
 
 
  --
  Best regards,
  Boris Kuznetsov
  Intel Middleware Products Division
 


 --
 Best regards,
 Boris Kuznetsov
 Intel Middleware Products Division




--
Best regards,
Andrew Zhang




Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Boris Kuznetsov

ok, let's figure out how many things left.


AudioSystem class and some not yet implemented methods like this:
   public final String toString() {
   throw new Error(not yet implemented);
   }

On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:

 Hi Andrew,

 I'm working on javax.sound.sampled API now.
 I have completed the following classes:
 AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
 CompoundControl, Control, DataLine, EnumControl.
 I'll file a JIRA with patch shortly.


Great! Thank you for notifying. :) Fortunately, I haven't started on these
classes.

Sorry that I didn't notice about this work earlier.
 Let's do it together.


ok, let's figure out how many things left.

Thanks,
 Boris

 On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:
  On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:
  
   You may want to take a quick scan of JIRA for sound items, just to
   make sure there aren't any additional patches that haven't been
   applied.
 
 
  Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
  about SerialVersionUID.
 
  [1] http://issues.apache.org/jira/browse/HARMONY-1644
 
 
   -Nathan
  
   On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
Hi folks,
   
According to the japi result, there're 0.29% bad, and 8.7% missing
 APIs
   in
javax.sound.sampled package. I'd like to work on this package to
 make
   the
statistics look better. :)  Anyone else is interested too?
   
Please let me know if you have any concern/comment/suggestion. :)
   Thanks!
   
--
Best regards,
Andrew Zhang
   
   
  
 
 
 
  --
  Best regards,
  Andrew Zhang
 
 


 --
 Best regards,
 Boris Kuznetsov
 Intel Middleware Products Division




--
Best regards,
Andrew Zhang





--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Tim Ellison
Boris Kuznetsov wrote:
 ok, let's figure out how many things left.
 
 AudioSystem class and some not yet implemented methods like this:
public final String toString() {
throw new Error(not yet implemented);
}

Yuk, that hides the fact that the method is only a stub, and it would be
much easier if we can see clearly what has been implemented and what hasn't.

If you need the method declaration in order to compile other code then
please declare it as throwing a
org.apache.harmony.luni.util.NotImplementedException.  If you don't need
 the method for compilation then my preference is that you leave it out
completely, though I understand other people prefer to create all the
stubs first then go back and fill them in.

Regards,
Tim

-- 

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Boris Kuznetsov

Yuk, that hides the fact that the method is only a stub, and it would be
much easier if we can see clearly what has been implemented and what hasn't.


Agree, I discovered it only then starting implementation of missing api.

Thanks,
Boris

On 11/9/06, Tim Ellison [EMAIL PROTECTED] wrote:

Boris Kuznetsov wrote:
 ok, let's figure out how many things left.

 AudioSystem class and some not yet implemented methods like this:
public final String toString() {
throw new Error(not yet implemented);
}

Yuk, that hides the fact that the method is only a stub, and it would be
much easier if we can see clearly what has been implemented and what hasn't.

If you need the method declaration in order to compile other code then
please declare it as throwing a
org.apache.harmony.luni.util.NotImplementedException.  If you don't need
 the method for compilation then my preference is that you leave it out
completely, though I understand other people prefer to create all the
stubs first then go back and fill them in.

Regards,
Tim

--

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.




--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Paulex Yang

Boris Kuznetsov wrote:

ok, let's figure out how many things left.


AudioSystem class and some not yet implemented methods like this:
   public final String toString() {
   throw new Error(not yet implemented);
   }
As someone discussing on the other thread about JAPI, how about use 
NotImplementedException instead of Error with not yet implemented 
messages? so that JAPI can identify them and can create reports more 
precisely.


--
Paulex Yang
China Software Development Lab
IBM




Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Andrew Zhang

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:


Hi Andrew,

I'm working on javax.sound.sampled API now.
I have completed the following classes:
AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
CompoundControl, Control, DataLine, EnumControl.
I'll file a JIRA with patch shortly.

Sorry that I didn't notice about this work earlier.
Let's do it together.



Good. Boris, I'll start to work on sound after applying Harmony-2117. Will
you supply test cases for Harmony-2117 implementation source code soon?
Thanks!


Thanks,

Boris

On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:
 On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:
 
  You may want to take a quick scan of JIRA for sound items, just to
  make sure there aren't any additional patches that haven't been
  applied.


 Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
 about SerialVersionUID.

 [1] http://issues.apache.org/jira/browse/HARMONY-1644


  -Nathan
 
  On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
   Hi folks,
  
   According to the japi result, there're 0.29% bad, and 8.7% missing
APIs
  in
   javax.sound.sampled package. I'd like to work on this package to
make
  the
   statistics look better. :)  Anyone else is interested too?
  
   Please let me know if you have any concern/comment/suggestion. :)
  Thanks!
  
   --
   Best regards,
   Andrew Zhang
  
  
 



 --
 Best regards,
 Andrew Zhang




--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division





--
Best regards,
Andrew Zhang


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-09 Thread Boris Kuznetsov

On 11/10/06, Andrew Zhang [EMAIL PROTECTED] wrote:

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:

 Hi Andrew,

 I'm working on javax.sound.sampled API now.
 I have completed the following classes:
 AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
 CompoundControl, Control, DataLine, EnumControl.
 I'll file a JIRA with patch shortly.

 Sorry that I didn't notice about this work earlier.
 Let's do it together.


Good. Boris, I'll start to work on sound after applying Harmony-2117. Will
you supply test cases for Harmony-2117 implementation source code soon?


Agree


Thanks!


Thanks,
 Boris

 On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:
  On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:
  
   You may want to take a quick scan of JIRA for sound items, just to
   make sure there aren't any additional patches that haven't been
   applied.
 
 
  Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
  about SerialVersionUID.
 
  [1] http://issues.apache.org/jira/browse/HARMONY-1644
 
 
   -Nathan
  
   On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
Hi folks,
   
According to the japi result, there're 0.29% bad, and 8.7% missing
 APIs
   in
javax.sound.sampled package. I'd like to work on this package to
 make
   the
statistics look better. :)  Anyone else is interested too?
   
Please let me know if you have any concern/comment/suggestion. :)
   Thanks!
   
--
Best regards,
Andrew Zhang
   
   
  
 
 
 
  --
  Best regards,
  Andrew Zhang
 
 


 --
 Best regards,
 Boris Kuznetsov
 Intel Middleware Products Division




--
Best regards,
Andrew Zhang





--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-08 Thread Nathan Beyer

You may want to take a quick scan of JIRA for sound items, just to
make sure there aren't any additional patches that haven't been
applied.

-Nathan

On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:

Hi folks,

According to the japi result, there're 0.29% bad, and 8.7% missing APIs in
javax.sound.sampled package. I'd like to work on this package to make the
statistics look better. :)  Anyone else is interested too?

Please let me know if you have any concern/comment/suggestion. :) Thanks!

--
Best regards,
Andrew Zhang




Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-08 Thread Andrew Zhang

On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:


You may want to take a quick scan of JIRA for sound items, just to
make sure there aren't any additional patches that haven't been
applied.



Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
about SerialVersionUID.

[1] http://issues.apache.org/jira/browse/HARMONY-1644



-Nathan

On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
 Hi folks,

 According to the japi result, there're 0.29% bad, and 8.7% missing APIs
in
 javax.sound.sampled package. I'd like to work on this package to make
the
 statistics look better. :)  Anyone else is interested too?

 Please let me know if you have any concern/comment/suggestion. :)
Thanks!

 --
 Best regards,
 Andrew Zhang







--
Best regards,
Andrew Zhang


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-08 Thread Alexey Petrenko

2006/11/9, Andrew Zhang [EMAIL PROTECTED]:

On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:

 You may want to take a quick scan of JIRA for sound items, just to
 make sure there aren't any additional patches that haven't been
 applied.


Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
about SerialVersionUID.

So let's apply it to avoid patching problems in the future :)

SY, Alexey



[1] http://issues.apache.org/jira/browse/HARMONY-1644


 -Nathan

 On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
  Hi folks,
 
  According to the japi result, there're 0.29% bad, and 8.7% missing APIs
 in
  javax.sound.sampled package. I'd like to work on this package to make
 the
  statistics look better. :)  Anyone else is interested too?
 
  Please let me know if you have any concern/comment/suggestion. :)
 Thanks!
 
  --
  Best regards,
  Andrew Zhang
 
 




--
Best regards,
Andrew Zhang




Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-08 Thread Boris Kuznetsov

Hi Andrew,

I'm working on javax.sound.sampled API now.
I have completed the following classes:
AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
CompoundControl, Control, DataLine, EnumControl.
I'll file a JIRA with patch shortly.

Sorry that I didn't notice about this work earlier.
Let's do it together.

Thanks,
Boris

On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:

On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:

 You may want to take a quick scan of JIRA for sound items, just to
 make sure there aren't any additional patches that haven't been
 applied.


Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
about SerialVersionUID.

[1] http://issues.apache.org/jira/browse/HARMONY-1644


 -Nathan

 On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
  Hi folks,
 
  According to the japi result, there're 0.29% bad, and 8.7% missing APIs
 in
  javax.sound.sampled package. I'd like to work on this package to make
 the
  statistics look better. :)  Anyone else is interested too?
 
  Please let me know if you have any concern/comment/suggestion. :)
 Thanks!
 
  --
  Best regards,
  Andrew Zhang
 
 




--
Best regards,
Andrew Zhang





--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division


Re: [classlib][sound] Volunteer to implement missing bad APIs in javax.sound.sampled

2006-11-08 Thread Boris Kuznetsov

I'll file a JIRA with patch shortly.

HARMONY-2117

On 11/9/06, Boris Kuznetsov [EMAIL PROTECTED] wrote:

Hi Andrew,

I'm working on javax.sound.sampled API now.
I have completed the following classes:
AudioFileFormat, AudioFormat, AudioInputStream, BooleanControl,
CompoundControl, Control, DataLine, EnumControl.
I'll file a JIRA with patch shortly.

Sorry that I didn't notice about this work earlier.
Let's do it together.

Thanks,
Boris

On 11/9/06, Andrew Zhang [EMAIL PROTECTED] wrote:
 On 11/9/06, Nathan Beyer [EMAIL PROTECTED] wrote:
 
  You may want to take a quick scan of JIRA for sound items, just to
  make sure there aren't any additional patches that haven't been
  applied.


 Thanks Nathan. Seems only Harmony-1644 [1] is not applied yet, which is
 about SerialVersionUID.

 [1] http://issues.apache.org/jira/browse/HARMONY-1644


  -Nathan
 
  On 11/8/06, Andrew Zhang [EMAIL PROTECTED] wrote:
   Hi folks,
  
   According to the japi result, there're 0.29% bad, and 8.7% missing APIs
  in
   javax.sound.sampled package. I'd like to work on this package to make
  the
   statistics look better. :)  Anyone else is interested too?
  
   Please let me know if you have any concern/comment/suggestion. :)
  Thanks!
  
   --
   Best regards,
   Andrew Zhang
  
  
 



 --
 Best regards,
 Andrew Zhang




--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division




--
Best regards,
Boris Kuznetsov
Intel Middleware Products Division