You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2010/01/12 03:52:54 UTC

[jira] Created: (OPENJPA-1456) Replace StringBuffer usage with StringBuilder

Replace StringBuffer usage with StringBuilder
---------------------------------------------

                 Key: OPENJPA-1456
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1456
             Project: OpenJPA
          Issue Type: Improvement
          Components: performance
    Affects Versions: 2.0.0-M3, 1.2.1
            Reporter: Donald Woods
            Assignee: Donald Woods
            Priority: Minor
             Fix For: 2.0.0-M4


A small performance/scalability improvement by switching most StringBuffer usage (which uses synchronization) with StringBuilder.


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


[jira] Resolved: (OPENJPA-1456) Replace StringBuffer usage with StringBuilder

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

Donald Woods resolved OPENJPA-1456.
-----------------------------------

    Resolution: Fixed

changes only made to trunk

> Replace StringBuffer usage with StringBuilder
> ---------------------------------------------
>
>                 Key: OPENJPA-1456
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1456
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: performance
>    Affects Versions: 1.2.1, 2.0.0-M3
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.0.0-M4
>
>         Attachments: OPENJPA-1456.diff
>
>
> A small performance/scalability improvement by switching most StringBuffer usage (which uses synchronization) with StringBuilder.

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


[jira] Updated: (OPENJPA-1456) Replace StringBuffer usage with StringBuilder

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

Donald Woods updated OPENJPA-1456:
----------------------------------

    Attachment: OPENJPA-1456.diff

Patch for review.

> Replace StringBuffer usage with StringBuilder
> ---------------------------------------------
>
>                 Key: OPENJPA-1456
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1456
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: performance
>    Affects Versions: 1.2.1, 2.0.0-M3
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.0.0-M4
>
>         Attachments: OPENJPA-1456.diff
>
>
> A small performance/scalability improvement by switching most StringBuffer usage (which uses synchronization) with StringBuilder.

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