Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.7.1.1
-
Low
-
Performance
Description
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.