]> source.dussan.org Git - sonarqube.git/commit
SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuid
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 27 May 2016 14:10:24 +0000 (16:10 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 2 Jun 2016 08:37:54 +0000 (10:37 +0200)
commit9e8bdde696dc6376e91e5d9292beceb26468ba2f
treed322cd661aed446453d8f8606d07fc77a9d0c6b8
parentfdff0ef2a3c483e9e00f48bddacb986136580ef1
SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuid

this is now possible because issues can move from one component to another if a file move has been detected
sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java
sonar-db/src/main/resources/org/sonar/db/issue/IssueMapper.xml
sonar-db/src/test/java/org/sonar/db/issue/IssueMapperTest.java