From 48705fd9366d3cfae6c4642084d0400ee73313ad Mon Sep 17 00:00:00 2001 From: Matteo Mara Date: Fri, 22 Dec 2023 10:28:20 +0100 Subject: Revert "SONAR-21195 Refactor file indexing into two distinct steps" This reverts commit 42d16dafde01b19bc7fcb99084e087fdc9b8e95e. --- .../xoo/sample-with-input-file-filters/sonar-project.properties | 5 ----- .../sample-with-input-file-filters/xources/hello/HelloJava.xoo | 8 -------- .../sample-with-input-file-filters/xources/hello/xoo_exclude.xoo | 1 - .../sample-with-input-file-filters/xources/hello/xoo_exclude2.xoo | 1 - 4 files changed, 15 deletions(-) delete mode 100644 sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/sonar-project.properties delete mode 100644 sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/HelloJava.xoo delete mode 100644 sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude.xoo delete mode 100644 sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude2.xoo (limited to 'sonar-scanner-engine/test-resources') diff --git a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/sonar-project.properties b/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/sonar-project.properties deleted file mode 100644 index 57c2c062b0e..00000000000 --- a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/sonar-project.properties +++ /dev/null @@ -1,5 +0,0 @@ -sonar.organization=org1 -sonar.projectKey=sample-with-empty-file -sonar.projectName=Sample With Empty -sonar.projectVersion=0.1-SNAPSHOT -sonar.sources=xources diff --git a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/HelloJava.xoo b/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/HelloJava.xoo deleted file mode 100644 index ee9bf789a53..00000000000 --- a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/HelloJava.xoo +++ /dev/null @@ -1,8 +0,0 @@ -package hello; - -public class HelloJava { - - public static void main(String[] args) { - System.out.println("Hello"); - } -} diff --git a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude.xoo b/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude.xoo deleted file mode 100644 index 35965a8484c..00000000000 --- a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude.xoo +++ /dev/null @@ -1 +0,0 @@ -this file should be excluded from indexing. diff --git a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude2.xoo b/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude2.xoo deleted file mode 100644 index d04e465a561..00000000000 --- a/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-input-file-filters/xources/hello/xoo_exclude2.xoo +++ /dev/null @@ -1 +0,0 @@ -this file should ALSO be excluded from indexing. -- cgit v1.2.3