]> source.dussan.org Git - sonarqube.git/commit
SONAR-1836 Add tests against bugs in Checkstyle
authorEvgeny Mandrikov <mandrikov@gmail.com>
Wed, 21 Sep 2011 23:27:03 +0000 (03:27 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 22 Sep 2011 09:11:58 +0000 (13:11 +0400)
commitd599f9513e119de581b778d49f5e92c1e6b0008f
tree9ba7a1c1e9aadf7b0567c5d94c1e8e9f9fc04ac8
parenta02d4600fe04f3a70e2d9cf0fa42b9b9ce5378f3
SONAR-1836 Add tests against bugs in Checkstyle

Those tests will allow us to be notified during update of Checkstyle
that bugs were fixed :
* escaped unicode (exists in Checkstyle 5.1 - 5.4)
* line comment at the end of file (exists in Checkstyle 5.2 - 5.4)
plugins/sonar-squid-java-plugin/src/test/java/org/sonar/java/ast/JavaAstScannerTest.java
plugins/sonar-squid-java-plugin/test-resources/special_cases/parsingErrors/LineCommentAtTheEndOfFile.java [new file with mode: 0644]
plugins/sonar-squid-java-plugin/test-resources/special_cases/parsingErrors/UnicodeEscape.java [new file with mode: 0644]