]> source.dussan.org Git - sonarqube.git/commit
several tests with the same name SONAR-6255 242/head
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Mon, 27 Apr 2015 15:26:15 +0000 (17:26 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 28 Apr 2015 10:22:45 +0000 (12:22 +0200)
commite35378a7d9d058cadd1723634f4bb10ef2aabb2f
tree7b0886f0ed0ac5cd8df3de9d85fdc9ec43ccc3be
parente2954649262d71c92a474471dbe893446f04dfc2
several tests with the same name SONAR-6255

several tests can have the same name. a uuid is introduced to have an identifier for the test.
coverage details are aggregated for all the tests with the same name.
server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistTestsStep.java
server/sonar-server/src/test/java/org/sonar/server/computation/step/PersistTestsStepTest.java
sonar-batch-protocol/src/main/gen-java/org/sonar/server/source/db/FileSourceDb.java
sonar-batch-protocol/src/main/protobuf/file_source_db.proto
sonar-batch-protocol/src/test/java/org/sonar/batch/protocol/output/BatchReportReaderTest.java
sonar-core/src/main/java/org/sonar/core/source/db/FileSourceDto.java