You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/03/14 10:39:39 UTC

[jira] Closed: (HARMONY-170) java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception

     [ http://issues.apache.org/jira/browse/HARMONY-170?page=all ]
     
Tim Ellison closed HARMONY-170:
-------------------------------


Verified by Richard

> java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception
> --------------------------------------------------------------------------------------
>
>          Key: HARMONY-170
>          URL: http://issues.apache.org/jira/browse/HARMONY-170
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: CharsetEncoderTest_patch.txt, CharsetEncoder_patch.txt
>
> public final CoderResult encode(CharBuffer in, ByteBuffer out, boolean endOfInput)
> As spec says, the method throws CoderMalfunctionError if an invocation of the decodeLoop method threw an unexpected exception.
> However, Harmony doesn't throws CoderMalfunctionError when decodeLoop method threw an unexpected exception.
> The attached test cases pass on RI , but fail on 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