You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2009/12/31 21:45:29 UTC

[jira] Created: (HBASE-2085) StringBuffer -> StringBuilder - conversion of references as necessary

StringBuffer -> StringBuilder - conversion of references as necessary
---------------------------------------------------------------------

                 Key: HBASE-2085
                 URL: https://issues.apache.org/jira/browse/HBASE-2085
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Kay Kay
             Fix For: 0.21.0
         Attachments: HBASE-2085.patch

Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably needed in those contexts as the references do not get out of scope. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2085) StringBuffer -> StringBuilder - conversion of references as necessary

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

Kay Kay updated HBASE-2085:
---------------------------

    Attachment: HBASE-2085.patch

> StringBuffer -> StringBuilder - conversion of references as necessary
> ---------------------------------------------------------------------
>
>                 Key: HBASE-2085
>                 URL: https://issues.apache.org/jira/browse/HBASE-2085
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Kay Kay
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2085.patch
>
>
> Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably needed in those contexts as the references do not get out of scope. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2085) StringBuffer -> StringBuilder - conversion of references as necessary

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

stack updated HBASE-2085:
-------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed to TRUNK.  Thanks for the patch Kay Kay.

> StringBuffer -> StringBuilder - conversion of references as necessary
> ---------------------------------------------------------------------
>
>                 Key: HBASE-2085
>                 URL: https://issues.apache.org/jira/browse/HBASE-2085
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Kay Kay
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2085.patch
>
>
> Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably not needed in those contexts as the references do not get out of scope. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2085) StringBuffer -> StringBuilder - conversion of references as necessary

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

Dave Latham updated HBASE-2085:
-------------------------------

    Description: Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably not needed in those contexts as the references do not get out of scope.   (was: Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably needed in those contexts as the references do not get out of scope. )

> StringBuffer -> StringBuilder - conversion of references as necessary
> ---------------------------------------------------------------------
>
>                 Key: HBASE-2085
>                 URL: https://issues.apache.org/jira/browse/HBASE-2085
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Kay Kay
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2085.patch
>
>
> Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably not needed in those contexts as the references do not get out of scope. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2085) StringBuffer -> StringBuilder - conversion of references as necessary

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

Kay Kay updated HBASE-2085:
---------------------------

    Status: Patch Available  (was: Open)

> StringBuffer -> StringBuilder - conversion of references as necessary
> ---------------------------------------------------------------------
>
>                 Key: HBASE-2085
>                 URL: https://issues.apache.org/jira/browse/HBASE-2085
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Kay Kay
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2085.patch
>
>
> Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably needed in those contexts as the references do not get out of scope. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-2085) StringBuffer -> StringBuilder - conversion of references as necessary

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

stack reassigned HBASE-2085:
----------------------------

    Assignee: Kay Kay

> StringBuffer -> StringBuilder - conversion of references as necessary
> ---------------------------------------------------------------------
>
>                 Key: HBASE-2085
>                 URL: https://issues.apache.org/jira/browse/HBASE-2085
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2085.patch
>
>
> Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably not needed in those contexts as the references do not get out of scope. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.