[
https://issues.apache.org/jira/browse/MNG-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426887#comment-17426887
]
Sylwester Lachiewicz commented on MNG-7291:
-------------------------------------------
Fixed for 4.x with
[b31f3aeef3a7b9e6ef341af954b1cfafc1a629c6|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=b31f3aeef3a7b9e6ef341af954b1cfafc1a629c6]
> Avoid String concatenation in loops.
> ------------------------------------
>
> Key: MNG-7291
> URL: https://issues.apache.org/jira/browse/MNG-7291
> Project: Maven
> Issue Type: Sub-task
> Reporter: Arturo Bernal
> Assignee: Sylwester Lachiewicz
> Priority: Minor
>
> Avoid String concatenation in loops and replace with explicit calls to
> StringBuilder.append() or StringBuffer.append().
--
This message was sent by Atlassian Jira
(v8.3.4#803005)