commit | 27b128142f1581b6693d37c93acb4484a73c316b | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Feb 03 15:43:31 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Feb 03 15:43:31 2015 +0900 |
tree | b0cf44f4ca5316bf5db564661533f3db4d19882d | |
parent | 6404f30051678633373630b54e1cd03a6dde8613 [diff] |
Use StringBuilder instead of concatenation in SubmoduleOp Coverity reports a performance issue caused by using the + operator to concatenate strings within a loop. (See CID 20152) on the coverity scan project [1]. Refactor it to use a StringBuilder instead. [1] https://scan.coverity.com/projects/4032 Change-Id: Ib2ee90934e2215639cadc500ae28c9e61f8a9d19