You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2018/08/22 09:53:42 UTC

[03/13] mina-sshd git commit: Activated UncommentedEmptyConstructor PMD rule

Activated UncommentedEmptyConstructor PMD rule


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/d38019f8
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/d38019f8
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/d38019f8

Branch: refs/heads/master
Commit: d38019f8bb513115c2b9917e662af58733d1f52b
Parents: 821b6d6
Author: Goldstein Lyor <ly...@cb4.com>
Authored: Wed Aug 22 11:45:18 2018 +0300
Committer: Goldstein Lyor <ly...@cb4.com>
Committed: Wed Aug 22 12:53:33 2018 +0300

----------------------------------------------------------------------
 sshd-pmd-ruleset.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/d38019f8/sshd-pmd-ruleset.xml
----------------------------------------------------------------------
diff --git a/sshd-pmd-ruleset.xml b/sshd-pmd-ruleset.xml
index 57e3f98..30cdfea 100644
--- a/sshd-pmd-ruleset.xml
+++ b/sshd-pmd-ruleset.xml
@@ -50,6 +50,7 @@
 
     <rule ref="category/java/multithreading.xml/UseNotifyAllInsteadOfNotify" />
     <rule ref="category/java/documentation.xml/UncommentedEmptyMethodBody" />
+    <rule ref="category/java/documentation.xml/UncommentedEmptyConstructor" />
 
     <rule ref="category/java/performance.xml/BooleanInstantiation" />
     <rule ref="category/java/performance.xml/AppendCharacterWithChar" />