]> source.dussan.org Git - sonarqube.git/commit
SONAR-6993 Replace hash of CpdTextBlock from a list of int to a string
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 10 Nov 2015 16:29:52 +0000 (17:29 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 12 Nov 2015 10:01:30 +0000 (11:01 +0100)
commitc20343073c1c3ba5356db69a9c1a040cab339fa1
tree6004d5f70eac2c329ace178a2197dec29f190a89
parentdd16b88717a81272e50624bd60ece463fae8ec76
SONAR-6993 Replace hash of CpdTextBlock from a list of int to a string

Having a the hash represented as a list of int in the report brings too much complexity in the compute engine, as we need only a string.
sonar-batch-protocol/src/main/protobuf/batch_report.proto
sonar-batch-protocol/src/test/java/org/sonar/batch/protocol/output/BatchReportReaderTest.java
sonar-batch-protocol/src/test/java/org/sonar/batch/protocol/output/BatchReportWriterTest.java
sonar-batch/src/main/java/org/sonar/batch/cpd/index/SonarDuplicationsIndex.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/cpd/CpdMediumTest.java