You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Dimitri Unruh (JIRA)" <ji...@apache.org> on 2011/09/14 11:49:09 UTC

[jira] [Created] (OFBIZ-4416) Building a String using concatenation in a loop

Building a String using concatenation in a loop
-----------------------------------------------

                 Key: OFBIZ-4416
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4416
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
            Reporter: Dimitri Unruh
            Priority: Minor
         Attachments: OFBIZ-4416.patch

In UtilValidate.java 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

        

[jira] [Closed] (OFBIZ-4416) Building a String using concatenation in a loop

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

Sascha Rodekamp closed OFBIZ-4416.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 11.04

Thanks Dimitri, your Patch is in
trunk @Rev1170520
Release 11.04 @Rev1170521

> Building a String using concatenation in a loop
> -----------------------------------------------
>
>                 Key: OFBIZ-4416
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4416
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Dimitri Unruh
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4416.patch
>
>
> In UtilValidate.java 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

        

[jira] [Updated] (OFBIZ-4416) Building a String using concatenation in a loop

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

Dimitri Unruh updated OFBIZ-4416:
---------------------------------

    Attachment: OFBIZ-4416.patch

> Building a String using concatenation in a loop
> -----------------------------------------------
>
>                 Key: OFBIZ-4416
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4416
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Dimitri Unruh
>            Priority: Minor
>         Attachments: OFBIZ-4416.patch
>
>
> In UtilValidate.java 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

        

[jira] [Assigned] (OFBIZ-4416) Building a String using concatenation in a loop

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

Sascha Rodekamp reassigned OFBIZ-4416:
--------------------------------------

    Assignee: Sascha Rodekamp

> Building a String using concatenation in a loop
> -----------------------------------------------
>
>                 Key: OFBIZ-4416
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4416
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Dimitri Unruh
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>         Attachments: OFBIZ-4416.patch
>
>
> In UtilValidate.java 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