commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #9177] Can't call Charset.decode twice


From: Mark Wielaard
Subject: [bugs #9177] Can't call Charset.decode twice
Date: Thu, 15 Jul 2004 09:30:29 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Galeon/1.3.15 (Debian package 1.3.15-2)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #9177] Latest Modifications:

Changes by: 
                Mark Wielaard <address@hidden>
'Date: 
                Thu 07/15/04 at 13:27 (Europe/Amsterdam)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | mkoch
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed by:

2004-07-15  Michael Koch  <address@hidden>

        * java/nio/charset/CharsetDecoder.java
        (decode): Fix for bug #9177: Reset state before flipping.







/**************************************************************************/
[bugs #9177] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9177>
Project: classpath
Submitted by: Tom Quarendon
On: Tue 06/01/04 at 17:01

Category:  None
Severity:  5 - Average
Resolution:  Fixed
Assigned to:  mkoch
Status:  Closed
Platform Version:  None


Summary:  Can't call Charset.decode twice

Original Submission:  If you attempt to call Charset.decode twice, you get an 
error. Seems like the CharsetDecoder.decode(ByteBuffer) method should call 
reset() on itself having finished a decode operation, so that the next call to 
decode doesn't complain with an IllegalStateException.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 07/15/04 at 13:27         By: mark
Fixed by:

2004-07-15  Michael Koch  <address@hidden>

        * java/nio/charset/CharsetDecoder.java
        (decode): Fix for bug #9177: Reset state before flipping.













For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9177>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]