[ 
https://issues.apache.org/jira/browse/LANG-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell closed LANG-764.
------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2

Makes sense that this should be Serializable given that StringBuilder and 
StringBuffer are.

svn ci -m "Making StrBuilder Serializable per LANG-764"
Sending        src/main/java/org/apache/commons/lang3/text/StrBuilder.java
Transmitting file data .
Committed revision 1225111.

                
> StrBuilder has a serialVersionUID but is not serializable - this is 
> inconsistent
> --------------------------------------------------------------------------------
>
>                 Key: LANG-764
>                 URL: https://issues.apache.org/jira/browse/LANG-764
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.text.*
>    Affects Versions: 3.0.1
>            Reporter: Sebb
>            Priority: Minor
>             Fix For: 3.2
>
>
> StrBuilder has a serialVersionUID but is not serializable.
> Is StrBuilder supposed to be Serializable?
> If so, then add the interface; if not remove the field.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to