]> source.dussan.org Git - sonarqube.git/commit
SONAR-6323 Replace java project by xoo project in DuplicationsTest
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 13 Nov 2015 16:41:30 +0000 (17:41 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 16 Nov 2015 07:44:16 +0000 (08:44 +0100)
commit2b676da5ab6265e66534b735e82fcdfc7f32bb10
tree4704c3dde7c088b04826350120df055f62691741
parent1757a06de3e2196b15cf0656b3aa844ea729d6e3
SONAR-6323 Replace java project by xoo project in DuplicationsTest
30 files changed:
it/it-projects/duplications/file-duplications/pom.xml [deleted file]
it/it-projects/duplications/file-duplications/sonar-project.properties [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_lines_with_other_package1/DuplicatedLinesWithOtherPackage.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_lines_with_other_package2/DuplicatedLinesWithOtherPackage.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_lines_within_package/DuplicatedLinesInSamePackage1.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_lines_within_package/DuplicatedLinesInSamePackage2.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_lines_within_same_class/DuplicatedLinesInSameClass.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_same_lines_within_3_classes/Class1.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_same_lines_within_3_classes/Class2.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/java/duplicated_same_lines_within_3_classes/Class3.java [deleted file]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo.measures [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo.measures [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory1.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory1.xoo.measures [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory2.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory2.xoo.measures [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo.measures [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File1.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File1.xoo.measures [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File2.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File2.xoo.measures [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File3.xoo [new file with mode: 0644]
it/it-projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File3.xoo.measures [new file with mode: 0644]
it/it-tests/src/test/java/it/Category4Suite.java
it/it-tests/src/test/java/it/duplication/DuplicationsTest.java
it/it-tests/src/test/resources/duplication/DuplicationsTest/duplications_show-expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/duplication/DuplicationsTest/sources_lines_duplication-expected.json [new file with mode: 0644]