Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3504

[perf] use shared StringBuilder instance where possible

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.3.0
    • None
    • None

    Description

      Some parts of code can use org.apache.myfaces.shared.renderkit.html.util.SharedStringBuilder and replace:

      1) String concatenation
      2) new StringBuilder/Buffer

      with one shared StringBuilder instance.

      Attachments

        1. HtmlFormRendererBase.patch
          4 kB
          Martin Kočí
        2. ResourceUtils.patch
          3 kB
          Martin Kočí

        Activity

          People

            tandraschko Thomas Andraschko
            markoc50 Martin Kočí
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: