[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
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