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

Replace uses of StringBuffer with StringBuilder in java.naming

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 19
    • None
    • core-libs
    • None

      StringBuffer is a legacy synchronized class. StringBuilder is a direct replacement to StringBuffer which generally have better performance.
      There are some code that still uses StringBuffer in java.naming which could be migrated to StringBuilder.

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

              Created:
              Updated:
              Resolved: