You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2017/12/16 16:46:20 UTC

[maven-pmd-plugin] 06/07: [MPMD-247] Upgrade to PMD 6.0.0

This is an automated email from the ASF dual-hosted git repository.

adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 866374ad0221da0046b9552f05fd28af6e11da72
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Fri Dec 15 19:55:49 2017 +0100

    [MPMD-247] Upgrade to PMD 6.0.0
    
    Remove rule EmptyStaticInitializer from default ruleset, since
    it has been merged into EmptyInitializer
---
 src/main/resources/rulesets/java/maven-pmd-plugin-default.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/rulesets/java/maven-pmd-plugin-default.xml b/src/main/resources/rulesets/java/maven-pmd-plugin-default.xml
index aba662e..86bf7a2 100644
--- a/src/main/resources/rulesets/java/maven-pmd-plugin-default.xml
+++ b/src/main/resources/rulesets/java/maven-pmd-plugin-default.xml
@@ -69,7 +69,6 @@ under the License.
     <rule ref="category/java/errorprone.xml/EmptyInitializer" />
     <rule ref="category/java/errorprone.xml/EmptyStatementBlock" />
     <rule ref="category/java/errorprone.xml/EmptyStatementNotInLoop" />
-    <rule ref="category/java/errorprone.xml/EmptyStaticInitializer" />
     <rule ref="category/java/errorprone.xml/EmptySwitchStatements" />
     <rule ref="category/java/errorprone.xml/EmptySynchronizedBlock" />
     <rule ref="category/java/errorprone.xml/EmptyTryBlock" />

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.