From: Michael Vorburger Date: Tue, 19 Sep 2017 17:12:21 +0000 (+0200) Subject: Bump Checkstyle core from 7.6.1 to 8.2 X-Git-Tag: v3.0.0~60 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0fbd31f74b19337d25fc3e7a6a870ddc9defee6a;p=odlparent.git Bump Checkstyle core from 7.6.1 to 8.2 and Sevntu from 1.21.0 to 1.24.2 (note the required change in groupId) also includes removal of LeftCurly.maxLineLength = 100, which is not supported (anymore; or -more likely- never was, probably the validation just became stricter) and removal of a duplicate RightCurly, which was always wrong and required fixes to odlparent Java code showing violations now Change-Id: I3efc1d2e97c87a9c072b3fe097cf388f5a457cf5 Signed-off-by: Michael Vorburger --- diff --git a/checkstyle/src/main/resources/odl_checks.xml b/checkstyle/src/main/resources/odl_checks.xml index 434850678..3cd95b4bc 100644 --- a/checkstyle/src/main/resources/odl_checks.xml +++ b/checkstyle/src/main/resources/odl_checks.xml @@ -57,10 +57,7 @@ - - - - + diff --git a/features-test/src/main/java/org/opendaylight/odlparent/featuretest/Util.java b/features-test/src/main/java/org/opendaylight/odlparent/featuretest/Util.java index 7e03d2e8b..ef8913830 100644 --- a/features-test/src/main/java/org/opendaylight/odlparent/featuretest/Util.java +++ b/features-test/src/main/java/org/opendaylight/odlparent/featuretest/Util.java @@ -20,7 +20,7 @@ public final class Util { /** *

Convert a Description to a Description that includes information about repoUrl, featureName, and - * featureVersion

+ * featureVersion.

*

This is done so that when a test fails, we can get information about which repoUrl, featureName, and * featureVersion can come back with the Failure.

* diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 0d4b6fc85..7441d49b6 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -138,7 +138,7 @@ com.puppycrawl.tools checkstyle - 7.6.1 + 8.2 @@ -1394,7 +1394,7 @@ com.puppycrawl.tools checkstyle - 7.6.1 + 8.2 org.opendaylight.odlparent @@ -1407,9 +1407,9 @@ 3.0.0-SNAPSHOT - com.github.sevntu.checkstyle + com.github.sevntu-checkstyle sevntu-checkstyle-maven-plugin - 1.21.0 + 1.24.2