aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-pmd-plugin/test-resources/ignorePmdFailures/DoesNotCompile.java
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-04-27 14:45:13 +0200
committerDavid Gageot <david@gageot.net>2012-04-27 14:59:00 +0200
commit1a6a18a5c4e73987a72b8176f398477f13074d29 (patch)
tree6b0521a1eabf0bee1264ff38d2b8ea20f4044b52 /plugins/sonar-pmd-plugin/test-resources/ignorePmdFailures/DoesNotCompile.java
parent12c43f766d3c1dfd5217388b6648ce9114f42baa (diff)
downloadsonarqube-1a6a18a5c4e73987a72b8176f398477f13074d29.tar.gz
sonarqube-1a6a18a5c4e73987a72b8176f398477f13074d29.zip
SONAR 1076 - Run PMD on Unit Tests
Diffstat (limited to 'plugins/sonar-pmd-plugin/test-resources/ignorePmdFailures/DoesNotCompile.java')
-rw-r--r--plugins/sonar-pmd-plugin/test-resources/ignorePmdFailures/DoesNotCompile.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/sonar-pmd-plugin/test-resources/ignorePmdFailures/DoesNotCompile.java b/plugins/sonar-pmd-plugin/test-resources/ignorePmdFailures/DoesNotCompile.java
deleted file mode 100644
index 82169659624..00000000000
--- a/plugins/sonar-pmd-plugin/test-resources/ignorePmdFailures/DoesNotCompile.java
+++ /dev/null
@@ -1,5 +0,0 @@
-public class DoesNotCompile {
-
- / not java /
- Yeeaah !
-}