Bug #73595 | Replace usage of StringBuffer in JDBC driver | ||
---|---|---|---|
Submitted: | 15 Aug 2014 8:12 | Modified: | 23 Jan 2015 0:23 |
Reporter: | Lukas Eder | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S5 (Performance) |
Version: | 5.1.32 | OS: | Any |
Assigned to: | Alexander Soklakov | CPU Architecture: | Any |
Tags: | jdbc, StringBuffer |
[15 Aug 2014 8:12]
Lukas Eder
[19 Aug 2014 11:11]
Filipe Silva
Hi Lukas, Thank you for this bug report. We have been replacing StringBuffer by StringBuilder for some time, but there are still many to replace. So, it was verified as described.
[23 Jan 2015 0:23]
Daniel So
Added the following entry to the Connector/J 5.1.35 changelog: "All occurrences of the StringBuffer class in the Connector/J code has been replaced with the StringBuilder class, in order to improve code performance."