diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-11-30 16:50:13 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-11-30 22:14:08 +0400 |
commit | a07ede17801531d8deeaa609339b925653fefc8b (patch) | |
tree | 4b2fa0ecd745ad6ad00a6bd0402f6958722279a6 /sonar-duplications | |
parent | 735ed8bdf749b1034e2713abe37d8a7f27583244 (diff) | |
download | sonarqube-a07ede17801531d8deeaa609339b925653fefc8b.tar.gz sonarqube-a07ede17801531d8deeaa609339b925653fefc8b.zip |
SONAR-2819 Upgrade to PMD 4.3
New rules in PMD 4.3:
* DontCallThreadRun
* GuardDebugLogging
New rules in PMD 4.2.6:
* GenericsNaming
* AvoidCatchingGenericException
* AvoidLosingExceptionInformation
* AvoidLiteralsInIfCondition
* UseConcurrentHashMap
* DoNotHardCodeSDCard
Diffstat (limited to 'sonar-duplications')
-rw-r--r-- | sonar-duplications/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 3903a86943e..c1bdecf2f9c 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -24,7 +24,7 @@ <dependency> <groupId>pmd</groupId> <artifactId>pmd</artifactId> - <version>4.2.5</version> + <version>4.3</version> <scope>test</scope> </dependency> <dependency> |