Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8294361

Cleanup usages of StringBuffer in SQLOutputImpl

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 20
    • None
    • core-libs
    • 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.

            aturbanov Andrey Turbanov
            aturbanov Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: