]> source.dussan.org Git - sonarqube.git/commit
SONAR-12449 Tracking#toString() must return bound lenght string
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 4 Sep 2019 09:27:06 +0000 (11:27 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 18 Sep 2019 07:51:47 +0000 (09:51 +0200)
commit4f0bd4cb6dcd98f45f140c45cf376686898d4dc3
treeb6a88bf3bc6f6316a804657c1401bea5709004c6
parent541199e925328f61eb773430686cd4e26f056273
SONAR-12449 Tracking#toString() must return bound lenght string

it kills the debugger as it performs toString of multiple collection made of DefaultIssue instance which have a very long toString()
sonar-core/src/main/java/org/sonar/core/issue/tracking/Tracking.java