Upgrade to pmd 6.21.0

This commit is contained in:
Roy Clarkson
2020-01-31 13:20:57 -05:00
parent 926cda2c62
commit e90ad83cd0
3 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ ext {
blockHoundVersion = "1.0.1.RELEASE"
junitPlatformLauncherVersion = "1.5.2"
checkstyleVersion = "8.21"
pmdVersion = "6.19.0"
pmdVersion = "6.21.0"
javadocLinks = [
"https://docs.oracle.com/javase/8/docs/api/",

View File

@@ -57,6 +57,7 @@
<exclude name="AvoidFieldNameMatchingMethodName" />
<exclude name="BeanMembersShouldSerialize" />
<exclude name="DataflowAnomalyAnalysis" />
<exclude name="InvalidLogMessageFormat" />
</rule>
<rule ref="category/java/multithreading.xml">
<exclude name="UseConcurrentHashMap" />

View File

@@ -68,6 +68,7 @@
<exclude name="AvoidDuplicateLiterals" />
<exclude name="BeanMembersShouldSerialize" />
<exclude name="DataflowAnomalyAnalysis" />
<exclude name="InvalidLogMessageFormat" />
<exclude name="NonStaticInitializer" />
</rule>
<rule ref="category/java/multithreading.xml">