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. |
[ 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. |
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. |
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. |
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. |
Free forum by Nabble | Edit this page |