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 2018/01/10 17:54:57 UTC

[maven-pmd-plugin] 03/04: Fix maven pmd ruleset: the rule EmptyStaticInitializer doesn't exist anymore (has been merged into EmptyInitializer)

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 a73773a825bb9869b361a318770b00ab16d46716
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Wed Jan 10 18:47:46 2018 +0100

    Fix maven pmd ruleset: the rule EmptyStaticInitializer doesn't
    exist anymore (has been merged into EmptyInitializer)
---
 src/main/resources/rulesets/maven.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/rulesets/maven.xml b/src/main/resources/rulesets/maven.xml
index c7918f6..706d8ee 100644
--- a/src/main/resources/rulesets/maven.xml
+++ b/src/main/resources/rulesets/maven.xml
@@ -74,7 +74,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>.