Incorrect use of CharsetEncoder in DDMWriter
--------------------------------------------

                 Key: DERBY-5331
                 URL: https://issues.apache.org/jira/browse/DERBY-5331
             Project: Derby
          Issue Type: Bug
          Components: Network Server
    Affects Versions: 10.8.1.2, 10.7.1.1, 10.6.2.1, 10.6.1.0, 10.5.3.0, 
10.5.2.0, 10.5.1.1, 10.4.2.0, 10.4.1.3
            Reporter: Knut Anders Hatlen


DDMWriter has two calls to CharsetEncoder.encode(), in writeLDString() and 
writeString(). According to the javadoc for CharsetEncoder, one should call 
reset() before one calls encode(), and flush() after on. DDMWriter doesn't call 
reset() or flush(). I'm not aware of any problems that happen because of it, 
but we should follow the spec to avoid surprises.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to