[jira] Created: (OFBIZ-1339) Use StringBuilder in UtilName

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

[jira] Created: (OFBIZ-1339) Use StringBuilder in UtilName

Nicolas Malin (Jira)
Use StringBuilder in UtilName
-----------------------------

                 Key: OFBIZ-1339
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1339
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Adam Heath
            Priority: Minor
             Fix For: SVN trunk
         Attachments: framework-base-UtilName-StringBuilder.patch

StringBuilder was doing string concatenation in a loop; it's better to use StringBuilder.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1339) Use StringBuilder in UtilName

Nicolas Malin (Jira)

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

Adam Heath updated OFBIZ-1339:
------------------------------

    Attachment: framework-base-UtilName-StringBuilder.patch

> Use StringBuilder in UtilName
> -----------------------------
>
>                 Key: OFBIZ-1339
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1339
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-UtilName-StringBuilder.patch
>
>
> StringBuilder was doing string concatenation in a loop; it's better to use StringBuilder.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1339) Use StringBuilder in UtilName

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

    [ https://issues.apache.org/jira/browse/OFBIZ-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533763 ]

Adam Heath commented on OFBIZ-1339:
-----------------------------------

This bug depends on OFBIZ-1338.

> Use StringBuilder in UtilName
> -----------------------------
>
>                 Key: OFBIZ-1339
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1339
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-UtilName-StringBuilder.patch
>
>
> StringBuilder was doing string concatenation in a loop; it's better to use StringBuilder.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1339) Use StringBuilder in UtilName

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

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

Adam Heath updated OFBIZ-1339:
------------------------------

    Assignee: Adam Heath

> Use StringBuilder in UtilName
> -----------------------------
>
>                 Key: OFBIZ-1339
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1339
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-UtilName-StringBuilder.patch
>
>
> StringBuilder was doing string concatenation in a loop; it's better to use StringBuilder.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1339) Use StringBuilder in UtilName

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

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

Adam Heath closed OFBIZ-1339.
-----------------------------

    Resolution: Fixed

This improvement closed in revision 585600.

> Use StringBuilder in UtilName
> -----------------------------
>
>                 Key: OFBIZ-1339
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1339
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-UtilName-StringBuilder.patch
>
>
> StringBuilder was doing string concatenation in a loop; it's better to use StringBuilder.

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