aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/test-resources
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-02-08 14:05:51 +0100
committerJulien Lancelot <julien.lancelot@gmail.com>2013-02-08 14:05:51 +0100
commita4c135afb016627dfc39c67012893d78466369e5 (patch)
tree1db530599c206ffd672b30d65df934332a554d76 /sonar-plugin-api/test-resources
parenta4381528177204c63e70e699f4d8849019bbab28 (diff)
downloadsonarqube-a4c135afb016627dfc39c67012893d78466369e5.tar.gz
sonarqube-a4c135afb016627dfc39c67012893d78466369e5.zip
SONAR-3860 Improve the Sonar Source Code Importer to filter BOM character
Diffstat (limited to 'sonar-plugin-api/test-resources')
-rw-r--r--sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java b/sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java
new file mode 100644
index 00000000000..1df2b0916bd
--- /dev/null
+++ b/sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java
@@ -0,0 +1,7 @@
+public class FileWithBom {
+
+ public FileWithBom() {
+ 
+ }
+
+}