Remove redundant 'new String' calls after concatenation

XMLWordPrintable

      Result of string concatenation is a newly created String object. There is no need it wrap it in another 'new String' call.
      Such calls are confusing and produce warnings in IDE. Without them code is easier to read.

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

              Created:
              Updated:
              Resolved: