[ 
https://issues.apache.org/jira/browse/DERBY-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000339#comment-13000339
 ] 

Lily Wei commented on DERBY-5071:
---------------------------------

Suites.all and derbyall run clean with this patch. If there is no objection, I 
will commit this patch soon.

> [patch] use string buffers when building strings in loops
> ---------------------------------------------------------
>
>                 Key: DERBY-5071
>                 URL: https://issues.apache.org/jira/browse/DERBY-5071
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Server
>    Affects Versions: 10.7.1.1
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: 10.8.0.0
>
>         Attachments: use_stringbuffer.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Various spots in code builds up strings in loops.
>    This causes n extra StringBuffer allocations and n extra String allocations
> patch replaces with direct StringBuffer use.

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

        

Reply via email to