aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/test-resources
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-12-02 17:33:57 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2014-12-02 17:34:39 +0100
commit762cd8422271127f2f61ef9a8b588be2e8406a47 (patch)
treedec7cf1ba18e7998f78f2afe79239a37a8923413 /sonar-batch/test-resources
parent0c026d37f54d36956940094f8ee8f39dfed6c56d (diff)
downloadsonarqube-762cd8422271127f2f61ef9a8b588be2e8406a47.tar.gz
sonarqube-762cd8422271127f2f61ef9a8b588be2e8406a47.zip
SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer stuff on server side.
Diffstat (limited to 'sonar-batch/test-resources')
-rw-r--r--sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/CP1252Encoding.java13
-rw-r--r--sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/MacRomanEncoding.java13
2 files changed, 0 insertions, 26 deletions
diff --git a/sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/CP1252Encoding.java b/sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/CP1252Encoding.java
deleted file mode 100644
index 5f80ef59765..00000000000
--- a/sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/CP1252Encoding.java
+++ /dev/null
@@ -1,13 +0,0 @@
-public class Car {
-
- public AClaèss() {
- }
-
- public int explicação() {
- return 1;
- }
-
- public String getS() {
- return "";
- }
-}
diff --git a/sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/MacRomanEncoding.java b/sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/MacRomanEncoding.java
deleted file mode 100644
index 30e52000eaf..00000000000
--- a/sonar-batch/test-resources/org/sonar/batch/phases/ComponentIndexerTest/encoding/MacRomanEncoding.java
+++ /dev/null
@@ -1,13 +0,0 @@
-public class Car {
-
- public AClass() {
- }
-
- public int explica‹o() {
- return 1;
- }
-
- public String getS() {
- return "";
- }
-}