[jira] [Created] (OFBIZ-4418) Replace String concatenation in a loop

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-4418) Replace String concatenation in a loop

Nicolas Malin (Jira)
Replace String concatenation in a loop
--------------------------------------

                 Key: OFBIZ-4418
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4418
             Project: OFBiz
          Issue Type: Improvement
          Components: accounting, content, framework, marketing, product
            Reporter: Dimitri Unruh
            Priority: Minor
         Attachments: OFBIZ-4418.patch

I changend some methods building a String using concatenation in a loop.
We can obtaine better performance by using a StringBuilder

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4418) Replace String concatenation in a loop

Nicolas Malin (Jira)

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

Dimitri Unruh updated OFBIZ-4418:
---------------------------------

    Attachment: OFBIZ-4418.patch

> Replace String concatenation in a loop
> --------------------------------------
>
>                 Key: OFBIZ-4418
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4418
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting, content, framework, marketing, product
>            Reporter: Dimitri Unruh
>            Priority: Minor
>         Attachments: OFBIZ-4418.patch
>
>
> I changend some methods building a String using concatenation in a loop.
> We can obtaine better performance by using a StringBuilder

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (OFBIZ-4418) Replace String concatenation in a loop

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Sascha Rodekamp reassigned OFBIZ-4418:
--------------------------------------

    Assignee: Sascha Rodekamp

> Replace String concatenation in a loop
> --------------------------------------
>
>                 Key: OFBIZ-4418
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4418
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting, content, framework, marketing, product
>            Reporter: Dimitri Unruh
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>         Attachments: OFBIZ-4418.patch
>
>
> I changend some methods building a String using concatenation in a loop.
> We can obtaine better performance by using a StringBuilder

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4418) Replace String concatenation in a loop

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Sascha Rodekamp closed OFBIZ-4418.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks Dimitri.
Your Patch is in Trunk @Rev1170961

> Replace String concatenation in a loop
> --------------------------------------
>
>                 Key: OFBIZ-4418
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4418
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting, content, framework, marketing, product
>            Reporter: Dimitri Unruh
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4418.patch
>
>
> I changend some methods building a String using concatenation in a loop.
> We can obtaine better performance by using a StringBuilder

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