-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b17
There a few unnecessary usages of StringBuffer in javax.sql.rowset.serial.SQLOutputImpl class.
All of them create StringBuffer from single character and then concatenate with String. Instead of this, we can concatenate character directly.
All of them create StringBuffer from single character and then concatenate with String. Instead of this, we can concatenate character directly.