aboutsummaryrefslogtreecommitdiffstats
path: root/it/projects
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2018-06-29 15:32:56 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2018-07-04 09:53:54 +0200
commit33e455cf4f0128dceaa1c72be20afcfb978bf2e2 (patch)
tree45b47967e5563455cb4d125f3dfb8fd04534e310 /it/projects
parent050dd2d15cf83feb44857ffec5fe0b6073797bf7 (diff)
downloadsonar-scanner-cli-33e455cf4f0128dceaa1c72be20afcfb978bf2e2.tar.gz
sonar-scanner-cli-33e455cf4f0128dceaa1c72be20afcfb978bf2e2.zip
Replace SonarJava by SonarJS in ITs to support SQ 7.3
Diffstat (limited to 'it/projects')
-rw-r--r--it/projects/bad-source-dirs/src/Hello.java7
-rw-r--r--it/projects/bad-source-dirs/src/Hello.js2
-rw-r--r--it/projects/basedir-with-source/Hello.java7
-rw-r--r--it/projects/basedir-with-source/Hello.js4
-rw-r--r--it/projects/java-bytecode/build.xml32
-rw-r--r--it/projects/java-bytecode/build/classes/HasFindbugsViolation.classbin720 -> 0 bytes
-rw-r--r--it/projects/java-bytecode/lib/deprecated.jarbin909 -> 0 bytes
-rw-r--r--it/projects/java-bytecode/sonar-project.properties8
-rw-r--r--it/projects/java-bytecode/src/HasFindbugsViolation.java13
-rw-r--r--it/projects/java-sample-no-properties/src/basic/Hello.java9
-rw-r--r--it/projects/java-sample-no-properties/src/basic/World.java8
-rw-r--r--it/projects/java-sample/sonar-project.properties7
-rw-r--r--it/projects/java-sample/src/basic/Hello.java9
-rw-r--r--it/projects/java-sample/src/basic/World.java8
-rw-r--r--it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.java2
-rw-r--r--it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.js2
-rw-r--r--it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.java2
-rw-r--r--it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.js2
-rw-r--r--it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.java2
-rw-r--r--it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.js2
-rw-r--r--it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.java2
-rw-r--r--it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.js2
-rw-r--r--it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.java2
-rw-r--r--it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.js2
-rw-r--r--it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.java2
-rw-r--r--it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.js2
-rw-r--r--it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.java2
-rw-r--r--it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.js2
-rw-r--r--it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.java2
-rw-r--r--it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.js2
-rw-r--r--it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.java2
-rw-r--r--it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js2
-rw-r--r--it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.java2
-rw-r--r--it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.js2
-rw-r--r--it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.java2
-rw-r--r--it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.js2
-rw-r--r--it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.java2
-rw-r--r--it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.js2
-rw-r--r--it/projects/multi-module/multi-language/sonar-project.properties14
-rw-r--r--it/projects/multi-module/multi-language/src/main/java/Hello.java2
-rw-r--r--it/projects/multi-module/multi-language/src/main/js/Hello.js3
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.java2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.js2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.java2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.js2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-each-module/src/placeholder.txt2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.java2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.js2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.java2
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.js2
-rw-r--r--it/projects/override-working-dir/src/Hello.java7
-rw-r--r--it/projects/override-working-dir/src/Hello.js2
-rw-r--r--it/projects/simple-sample-no-properties/src/basic/Hello.js2
-rw-r--r--it/projects/simple-sample-no-properties/src/basic/World.js2
-rw-r--r--it/projects/simple-sample/sonar-project.properties6
-rw-r--r--it/projects/simple-sample/src/basic/Hello.js2
-rw-r--r--it/projects/simple-sample/src/basic/World.js2
-rw-r--r--it/projects/using-deprecated-props/build/Hello.classbin184 -> 0 bytes
-rw-r--r--it/projects/using-deprecated-props/lib/deprecated.jarbin909 -> 0 bytes
-rw-r--r--it/projects/using-deprecated-props/sonar-project.properties8
-rw-r--r--it/projects/using-deprecated-props/src/Hello.java2
-rw-r--r--it/projects/using-deprecated-props/tests/HelloTest.java2
62 files changed, 55 insertions, 179 deletions
diff --git a/it/projects/bad-source-dirs/src/Hello.java b/it/projects/bad-source-dirs/src/Hello.java
deleted file mode 100644
index 1291f40..0000000
--- a/it/projects/bad-source-dirs/src/Hello.java
+++ /dev/null
@@ -1,7 +0,0 @@
-public class Hello {
-
- public void hello() {
- int i=356;
- if (true) i=5658;
- }
-}
diff --git a/it/projects/bad-source-dirs/src/Hello.js b/it/projects/bad-source-dirs/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/bad-source-dirs/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/basedir-with-source/Hello.java b/it/projects/basedir-with-source/Hello.java
deleted file mode 100644
index 1291f40..0000000
--- a/it/projects/basedir-with-source/Hello.java
+++ /dev/null
@@ -1,7 +0,0 @@
-public class Hello {
-
- public void hello() {
- int i=356;
- if (true) i=5658;
- }
-}
diff --git a/it/projects/basedir-with-source/Hello.js b/it/projects/basedir-with-source/Hello.js
new file mode 100644
index 0000000..dffa936
--- /dev/null
+++ b/it/projects/basedir-with-source/Hello.js
@@ -0,0 +1,4 @@
+function hello() {
+ let i=356;
+ if (true) i=5658;
+}
diff --git a/it/projects/java-bytecode/build.xml b/it/projects/java-bytecode/build.xml
deleted file mode 100644
index d24c2b8..0000000
--- a/it/projects/java-bytecode/build.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="Java Bytecode" default="all" basedir="." xmlns:sonar="antlib:org.sonar.ant">
-
- <property name="lib.dir" value="../ant-libs"/>
-
- <property name="build.dir" value="build"/>
-
- <property name="classes.dir" value="${build.dir}/classes"/>
-
- <path id="classpath">
- <fileset dir="./lib" includes="*.jar" />
- </path>
-
- <target name="clean" description="Remove all files created by the build process.">
- <delete dir="${build.dir}" />
- </target>
-
- <target name="init">
- <mkdir dir="${build.dir}" />
- <mkdir dir="${classes.dir}" />
- </target>
-
- <target name="compile" depends="init">
- <javac destdir="${classes.dir}" classpathref="classpath" fork="true" debug="true" includeAntRuntime="false">
- <src path="src"/>
- </javac>
- </target>
-
- <target name="all"
- depends="clean,compile" />
-
-</project>
diff --git a/it/projects/java-bytecode/build/classes/HasFindbugsViolation.class b/it/projects/java-bytecode/build/classes/HasFindbugsViolation.class
deleted file mode 100644
index f482325..0000000
--- a/it/projects/java-bytecode/build/classes/HasFindbugsViolation.class
+++ /dev/null
Binary files differ
diff --git a/it/projects/java-bytecode/lib/deprecated.jar b/it/projects/java-bytecode/lib/deprecated.jar
deleted file mode 100644
index 65e3be9..0000000
--- a/it/projects/java-bytecode/lib/deprecated.jar
+++ /dev/null
Binary files differ
diff --git a/it/projects/java-bytecode/sonar-project.properties b/it/projects/java-bytecode/sonar-project.properties
deleted file mode 100644
index 2c6dcdf..0000000
--- a/it/projects/java-bytecode/sonar-project.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-# Note that the format of project key is still groupId:artifactId in order to support test with sonar 2.6.
-sonar.projectKey=java:bytecode
-sonar.projectName=Java Bytecode Sample
-sonar.projectVersion=1.0
-
-sonar.sources=src
-sonar.java.binaries=build/classes
-sonar.java.libraries=lib/*.jar
diff --git a/it/projects/java-bytecode/src/HasFindbugsViolation.java b/it/projects/java-bytecode/src/HasFindbugsViolation.java
deleted file mode 100644
index c68f54f..0000000
--- a/it/projects/java-bytecode/src/HasFindbugsViolation.java
+++ /dev/null
@@ -1,13 +0,0 @@
-public class HasFindbugsViolation {
-
- private String field;
-
- public void use() {
- new DeprecatedExample().deprecatedMethod(); // violation of squid rule: CallToDeprecatedMethod
- System.exit(33); // violation on findbugs rule: DM_EXIT
- }
-
- public void useFieldForLcom4() {
- System.out.println(field);
- }
-}
diff --git a/it/projects/java-sample-no-properties/src/basic/Hello.java b/it/projects/java-sample-no-properties/src/basic/Hello.java
deleted file mode 100644
index b9db5a0..0000000
--- a/it/projects/java-sample-no-properties/src/basic/Hello.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package basic;
-
-public class Hello {
-
- public void hello() {
- int i=356;
- if (true) i=5658;
- }
-}
diff --git a/it/projects/java-sample-no-properties/src/basic/World.java b/it/projects/java-sample-no-properties/src/basic/World.java
deleted file mode 100644
index c65d91c..0000000
--- a/it/projects/java-sample-no-properties/src/basic/World.java
+++ /dev/null
@@ -1,8 +0,0 @@
-package basic;
-
-public final class World {
-
- public void world() {
- System.out.println("hello world");
- }
-}
diff --git a/it/projects/java-sample/sonar-project.properties b/it/projects/java-sample/sonar-project.properties
deleted file mode 100644
index 0414efd..0000000
--- a/it/projects/java-sample/sonar-project.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-# Note that the format of project key is still groupId:artifactId in order to support test with sonar 2.6.
-sonar.projectKey=java:sample
-sonar.projectName=Java Sample, with comma
-sonar.projectDescription=This is a Java sample
-sonar.projectVersion=1.2.3
-
-sonar.sources=src
diff --git a/it/projects/java-sample/src/basic/Hello.java b/it/projects/java-sample/src/basic/Hello.java
deleted file mode 100644
index b9db5a0..0000000
--- a/it/projects/java-sample/src/basic/Hello.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package basic;
-
-public class Hello {
-
- public void hello() {
- int i=356;
- if (true) i=5658;
- }
-}
diff --git a/it/projects/java-sample/src/basic/World.java b/it/projects/java-sample/src/basic/World.java
deleted file mode 100644
index c65d91c..0000000
--- a/it/projects/java-sample/src/basic/World.java
+++ /dev/null
@@ -1,8 +0,0 @@
-package basic;
-
-public final class World {
-
- public void world() {
- System.out.println("hello world");
- }
-}
diff --git a/it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.java b/it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.js b/it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/advanced/using-config-file-prop/module1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.java b/it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.js b/it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/advanced/using-config-file-prop/module2/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.java b/it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.js b/it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/customization/deep-path-for-modules/modules/module1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.java b/it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.js b/it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/customization/deep-path-for-modules/modules/module2/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.java b/it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.js b/it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/customization/module-path-with-space/my module 1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.java b/it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.js b/it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/customization/module-path-with-space/my module 2/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.java b/it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.js b/it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/customization/overwriting-parent-properties/module1/src1/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.java b/it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.js b/it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/customization/overwriting-parent-properties/module2/src2/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.java b/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js b/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.java b/it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.js b/it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/failures/unexisting-base-dir/module2/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.java b/it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.js b/it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/failures/unexisting-config-file/module1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.java b/it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.js b/it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/failures/unexisting-config-file/module2/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/multi-language/sonar-project.properties b/it/projects/multi-module/multi-language/sonar-project.properties
deleted file mode 100644
index 3598e57..0000000
--- a/it/projects/multi-module/multi-language/sonar-project.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-sonar.projectKey=multi-language
-sonar.projectName=Simplest multi-language project
-sonar.projectVersion=1.2.3
-
-
-sonar.modules=java-module,js-module
-
-java-module.sonar.language=java
-java-module.sonar.projectBaseDir=.
-java-module.sonar.sources=src/main/java
-
-js-module.sonar.language=js
-js-module.sonar.projectBaseDir=.
-js-module.sonar.sources=src/main/js
diff --git a/it/projects/multi-module/multi-language/src/main/java/Hello.java b/it/projects/multi-module/multi-language/src/main/java/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/multi-language/src/main/java/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/multi-language/src/main/js/Hello.js b/it/projects/multi-module/multi-language/src/main/js/Hello.js
deleted file mode 100644
index 2096104..0000000
--- a/it/projects/multi-module/multi-language/src/main/js/Hello.js
+++ /dev/null
@@ -1,3 +0,0 @@
-function hello() {
- alert("Hello World");
-}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.java b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.js b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.java b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.js b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/module2/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/src/placeholder.txt b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/src/placeholder.txt
index 1a5bdeb..816adb4 100644
--- a/it/projects/multi-module/simplest/simplest-with-props-on-each-module/src/placeholder.txt
+++ b/it/projects/multi-module/simplest/simplest-with-props-on-each-module/src/placeholder.txt
@@ -1 +1 @@
-The root module contains a src folder but it will not be analysed (SONARPLUGINS-2295) and a warning will be displayed. \ No newline at end of file
+The root module contains a src folder \ No newline at end of file
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.java b/it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.js b/it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/simplest/simplest-with-props-on-root/module1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.java b/it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.js b/it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/simplest/simplest-with-props-on-root/module2/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/override-working-dir/src/Hello.java b/it/projects/override-working-dir/src/Hello.java
deleted file mode 100644
index 1291f40..0000000
--- a/it/projects/override-working-dir/src/Hello.java
+++ /dev/null
@@ -1,7 +0,0 @@
-public class Hello {
-
- public void hello() {
- int i=356;
- if (true) i=5658;
- }
-}
diff --git a/it/projects/override-working-dir/src/Hello.js b/it/projects/override-working-dir/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/override-working-dir/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/simple-sample-no-properties/src/basic/Hello.js b/it/projects/simple-sample-no-properties/src/basic/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/simple-sample-no-properties/src/basic/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/simple-sample-no-properties/src/basic/World.js b/it/projects/simple-sample-no-properties/src/basic/World.js
new file mode 100644
index 0000000..1ea849a
--- /dev/null
+++ b/it/projects/simple-sample-no-properties/src/basic/World.js
@@ -0,0 +1,2 @@
+function world() {
+}
diff --git a/it/projects/simple-sample/sonar-project.properties b/it/projects/simple-sample/sonar-project.properties
new file mode 100644
index 0000000..38481b7
--- /dev/null
+++ b/it/projects/simple-sample/sonar-project.properties
@@ -0,0 +1,6 @@
+sonar.projectKey=sample
+sonar.projectName=Sample, with comma
+sonar.projectDescription=This is a sample
+sonar.projectVersion=1.2.3
+
+sonar.sources=src
diff --git a/it/projects/simple-sample/src/basic/Hello.js b/it/projects/simple-sample/src/basic/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/simple-sample/src/basic/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}
diff --git a/it/projects/simple-sample/src/basic/World.js b/it/projects/simple-sample/src/basic/World.js
new file mode 100644
index 0000000..1ea849a
--- /dev/null
+++ b/it/projects/simple-sample/src/basic/World.js
@@ -0,0 +1,2 @@
+function world() {
+}
diff --git a/it/projects/using-deprecated-props/build/Hello.class b/it/projects/using-deprecated-props/build/Hello.class
deleted file mode 100644
index 48df723..0000000
--- a/it/projects/using-deprecated-props/build/Hello.class
+++ /dev/null
Binary files differ
diff --git a/it/projects/using-deprecated-props/lib/deprecated.jar b/it/projects/using-deprecated-props/lib/deprecated.jar
deleted file mode 100644
index 65e3be9..0000000
--- a/it/projects/using-deprecated-props/lib/deprecated.jar
+++ /dev/null
Binary files differ
diff --git a/it/projects/using-deprecated-props/sonar-project.properties b/it/projects/using-deprecated-props/sonar-project.properties
deleted file mode 100644
index 628eaf7..0000000
--- a/it/projects/using-deprecated-props/sonar-project.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-sonar.projectKey=using-deprecated-props
-sonar.projectName=Deprecated Props
-sonar.projectVersion=1.2.3
-
-sources=src
-tests=tests
-binaries=build
-libraries=lib/*.jar
diff --git a/it/projects/using-deprecated-props/src/Hello.java b/it/projects/using-deprecated-props/src/Hello.java
deleted file mode 100644
index 8a94806..0000000
--- a/it/projects/using-deprecated-props/src/Hello.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class Hello {
-}
diff --git a/it/projects/using-deprecated-props/tests/HelloTest.java b/it/projects/using-deprecated-props/tests/HelloTest.java
deleted file mode 100644
index 7cb87ed..0000000
--- a/it/projects/using-deprecated-props/tests/HelloTest.java
+++ /dev/null
@@ -1,2 +0,0 @@
-public class HelloTest {
-}