You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2012/05/04 03:00:59 UTC

[jira] [Created] (CODEC-143) StringBuffer could be replaced by StringBuilder for local variables

Sebb created CODEC-143:
--------------------------

             Summary: StringBuffer could be replaced by StringBuilder for local variables
                 Key: CODEC-143
                 URL: https://issues.apache.org/jira/browse/CODEC-143
             Project: Commons Codec
          Issue Type: Improvement
            Reporter: Sebb


The main code has several instances of using StringBuffer where StringBuilder could be used, now that the code requires Java 1.5+

--
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

        

[jira] [Resolved] (CODEC-143) StringBuffer could be replaced by StringBuilder for local variables

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved CODEC-143.
------------------------

       Resolution: Fixed
    Fix Version/s: 1.7
    
> StringBuffer could be replaced by StringBuilder for local variables
> -------------------------------------------------------------------
>
>                 Key: CODEC-143
>                 URL: https://issues.apache.org/jira/browse/CODEC-143
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Sebb
>             Fix For: 1.7
>
>
> The main code has several instances of using StringBuffer where StringBuilder could be used, now that the code requires Java 1.5+

--
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

        

[jira] [Closed] (CODEC-143) StringBuffer could be replaced by StringBuilder for local variables

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory closed CODEC-143.
---------------------------------


Released in 1.7 today.
                
> StringBuffer could be replaced by StringBuilder for local variables
> -------------------------------------------------------------------
>
>                 Key: CODEC-143
>                 URL: https://issues.apache.org/jira/browse/CODEC-143
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Sebb
>             Fix For: 1.7
>
>
> The main code has several instances of using StringBuffer where StringBuilder could be used, now that the code requires Java 1.5+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CODEC-143) StringBuffer could be replaced by StringBuilder for local variables

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated CODEC-143:
-----------------------

    Affects Version/s: 1.6
    
> StringBuffer could be replaced by StringBuilder for local variables
> -------------------------------------------------------------------
>
>                 Key: CODEC-143
>                 URL: https://issues.apache.org/jira/browse/CODEC-143
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Sebb
>             Fix For: 1.7
>
>
> The main code has several instances of using StringBuffer where StringBuilder could be used, now that the code requires Java 1.5+

--
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