Upgraded PMD version to 6.5.0
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/4a68c7e5 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/4a68c7e5 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/4a68c7e5 Branch: refs/heads/master Commit: 4a68c7e50447f95a0ac306cf136cf0bf091a83b1 Parents: 4bb5868 Author: Lyor Goldstein <[email protected]> Authored: Fri Jul 6 06:12:13 2018 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Fri Jul 6 10:20:46 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- .../org/apache/sshd/common/forward/ConcurrentConnectionTest.java | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4a68c7e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4f22488..c3d395e 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <junit.version>4.12</junit.version> <surefire.plugin.version>2.22.0</surefire.plugin.version> <!-- See https://pmd.github.io/ for available latest version --> - <pmd.version>6.4.0</pmd.version> + <pmd.version>6.5.0</pmd.version> </properties> <profiles> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4a68c7e5/sshd-core/src/test/java/org/apache/sshd/common/forward/ConcurrentConnectionTest.java ---------------------------------------------------------------------- diff --git a/sshd-core/src/test/java/org/apache/sshd/common/forward/ConcurrentConnectionTest.java b/sshd-core/src/test/java/org/apache/sshd/common/forward/ConcurrentConnectionTest.java index 2bf6932..6e147aa 100644 --- a/sshd-core/src/test/java/org/apache/sshd/common/forward/ConcurrentConnectionTest.java +++ b/sshd-core/src/test/java/org/apache/sshd/common/forward/ConcurrentConnectionTest.java @@ -72,6 +72,10 @@ public class ConcurrentConnectionTest extends BaseTestSupport { // SSH Client State private ClientSession session; + public ConcurrentConnectionTest() { + super(); + } + /* * Start a server to forward to. *
