diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-02-08 14:05:51 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-02-08 14:05:51 +0100 |
commit | a4c135afb016627dfc39c67012893d78466369e5 (patch) | |
tree | 1db530599c206ffd672b30d65df934332a554d76 /sonar-plugin-api/test-resources | |
parent | a4381528177204c63e70e699f4d8849019bbab28 (diff) | |
download | sonarqube-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.java | 7 |
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() { + + } + +} |