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,

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 shor

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 abo

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

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

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 <[E

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]>

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 complet

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 shor

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, Data

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.

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 no

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

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.s

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

2006-11-08 Thread Andrew Zhang
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! --