Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 10833 invoked from network); 27 Jul 2010 11:36:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 11:36:40 -0000 Received: (qmail 29397 invoked by uid 500); 27 Jul 2010 11:36:40 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 29299 invoked by uid 500); 27 Jul 2010 11:36:38 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 29292 invoked by uid 99); 27 Jul 2010 11:36:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 11:36:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 11:36:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6RBaFuJ002213 for ; Tue, 27 Jul 2010 11:36:16 GMT Message-ID: <13343629.22571280230575974.JavaMail.jira@thor> Date: Tue, 27 Jul 2010 07:36:15 -0400 (EDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-6594) [classlib][nio_char] CharsetEncoder.flush(Bytebuffer) doesn't follow the spec and RI's behavior In-Reply-To: <762165.489311279680289645.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison closed HARMONY-6594. -------------------------------- Resolution: Fixed The patch was re-applied at r979647 in conjunction with the fix for HARMONY-6590 (which was causing the test failures). > [classlib][nio_char] 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.