Replace String concatenation in a loop in SimpleAttributeSet.toString with StringBuilder

XMLWordPrintable

      SimpleAttributeSet.toString loops over all attributes and adds them to a string. Each iteration results in a new String object being created.

      IDE raises a warning and suggests replacing concatenation with StringBuilder.

            Assignee:
            Renjith Kannath Pariyangad
            Reporter:
            Alexey Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: