You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mikhail Fursov <mi...@gmail.com> on 2006/05/12 12:17:29 UTC

Re: [jira] Commented: (HARMONY-160) Three JSE 5 methods are not implemented in java.util.zip.InflaterInputStream

BTW I propose to add a String: "reason why" into every exception thrown:
E.g.
replace:
throw new IOException();
with
throw new IOException("Stream does not support reset operation..");

?


On 5/12/06, Paulex Yang (JIRA) <ji...@apache.org> wrote:
>
>     [
> http://issues.apache.org/jira/browse/HARMONY-160?page=comments#action_12383186]
>
> Paulex Yang commented on HARMONY-160:
> -------------------------------------
>
> looks fine, thank you, Tim
>
> > Three JSE 5 methods are not implemented in
> java.util.zip.InflaterInputStream
> >
> ----------------------------------------------------------------------------
> >
> >          Key: HARMONY-160
> >          URL: http://issues.apache.org/jira/browse/HARMONY-160
> >      Project: Harmony
> >         Type: Bug
>
> >   Components: Classlib
> >     Reporter: Paulex Yang
> >     Assignee: Tim Ellison
> >  Attachments: java.util.zip.InflaterStreamTests.patch,
> java.util.zip.inflaterinputStream.patch
> >
> > Three methods:
> > java/util/zip/InflaterInputStream public markSupported()Z,
> > java/util/zip/InflaterInputStream public mark(I)V,
> > java/util/zip/InflaterInputStream public reset()V,
> > are overridden in JSE 5,  but they not implemented in Harmony
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
>
>


-- 
Mikhail Fursov

Re: [jira] Commented: (HARMONY-160) Three JSE 5 methods are not implemented in java.util.zip.InflaterInputStream

Posted by Tim Ellison <t....@gmail.com>.
I agree (modulo externalizing the message string).

Regards,
Tim

Mikhail Fursov wrote:
> BTW I propose to add a String: "reason why" into every exception thrown:
> E.g.
> replace:
> throw new IOException();
> with
> throw new IOException("Stream does not support reset operation..");
> 
> ?
> 
> 
> On 5/12/06, Paulex Yang (JIRA) <ji...@apache.org> wrote:
>>
>>     [
>> http://issues.apache.org/jira/browse/HARMONY-160?page=comments#action_12383186]
>>
>>
>> Paulex Yang commented on HARMONY-160:
>> -------------------------------------
>>
>> looks fine, thank you, Tim
>>
>> > Three JSE 5 methods are not implemented in
>> java.util.zip.InflaterInputStream
>> >
>> ----------------------------------------------------------------------------
>>
>> >
>> >          Key: HARMONY-160
>> >          URL: http://issues.apache.org/jira/browse/HARMONY-160
>> >      Project: Harmony
>> >         Type: Bug
>>
>> >   Components: Classlib
>> >     Reporter: Paulex Yang
>> >     Assignee: Tim Ellison
>> >  Attachments: java.util.zip.InflaterStreamTests.patch,
>> java.util.zip.inflaterinputStream.patch
>> >
>> > Three methods:
>> > java/util/zip/InflaterInputStream public markSupported()Z,
>> > java/util/zip/InflaterInputStream public mark(I)V,
>> > java/util/zip/InflaterInputStream public reset()V,
>> > are overridden in JSE 5,  but they not implemented in Harmony
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> If you think it was sent incorrectly contact one of the administrators:
>>    http://issues.apache.org/jira/secure/Administrators.jspa
>> -
>> For more information on JIRA, see:
>>    http://www.atlassian.com/software/jira
>>
>>
> 
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org