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

Replace uses of StringBuffer with StringBuilder in MergeCollation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 20
    • None
    • core-libs
    • b13

      Couple of package-private classes in java.text package still use StringBuffer: MergeCollation and PatternEntry.
      StringBuffer is a legacy synchronized class. StringBuilder is a direct replacement to StringBuffer which generally have better performance.

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

              Created:
              Updated:
              Resolved: