Replace uses of StringBuffer with StringBuilder in java.xml

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 18
    • Affects Version/s: None
    • Component/s: xml
    • None
    • b18

      StringBuffer is a legacy synchronized class. There are more modern alternatives which perform better:
      1. Plain String concatenation should be preferred
      2. StringBuilder is a direct replacement to StringBuffer which generally have better performance

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

              Created:
              Updated:
              Resolved: