[ https://issues.apache.org/jira/browse/HARMONY-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Ellison resolved HARMONY-6594.
----------------------------------
Fix Version/s: 5.0M15
Resolution: Fixed
Thanks Deven.
I agree with v2 as a good patch, and I applied it to the NIO_CHAR module at repo revision
r967069 (with minor style changes).
Please verify it was applied as you expected.
> [classlib][nio_cahr] CharsetEncoder.flush(Bytebuffer) doesn't follow the spec and RI's
behavior
> ------------------------------------------------------------------------------------------------
>
> Key: HARMONY-6594
> URL: https://issues.apache.org/jira/browse/HARMONY-6594
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Affects Versions: 5.0M14
> Reporter: deven you
> Assignee: Tim Ellison
> Fix For: 5.0M15
>
> Attachments: HARMONY-6594.diff, HARMONY-6594_v2.diff
>
> Original Estimate: 96h
> Remaining Estimate: 96h
>
> Java 5 spec says the fulsh() will throw IllegalStateException If the previous step of
the current encoding operation was an invocation neither of the reset method nor of the three-argument
encode method with a value of true for the endOfInput parameter.
> Our harmony one doesn't follow this behavior and won't throw Exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|