Cleanup usages of StringBuffer in SQLOutputImpl

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 20
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: