diff --git a/check_style.xml b/check_style.xml index 360e82d11..3f19228a5 100644 --- a/check_style.xml +++ b/check_style.xml @@ -40,6 +40,23 @@ + + + + + + + + + + + @@ -92,10 +109,6 @@ - - - - @@ -226,6 +239,7 @@ + @@ -249,7 +263,7 @@ - + @@ -257,11 +271,8 @@ - - - diff --git a/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/DebugUtility.java b/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/DebugUtility.java index bd182ae67..edfb6d4b3 100644 --- a/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/DebugUtility.java +++ b/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/DebugUtility.java @@ -545,7 +545,6 @@ public static List parseArguments(String cmdStr) { return AdapterUtils.isWindows() ? parseArgumentsWindows(cmdStr) : parseArgumentsNonWindows(cmdStr); } - /** * Parses the given command line into separate arguments for mac/linux platform. * This piece of code is mainly copied from @@ -627,7 +626,6 @@ private static List parseArgumentsNonWindows(String args) { return result; } - /** * Parses the given command line into separate arguments for windows platform. * This piece of code is mainly copied from diff --git a/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/AdapterUtils.java b/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/AdapterUtils.java index e1103a5a3..7b6636f7e 100644 --- a/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/AdapterUtils.java +++ b/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/AdapterUtils.java @@ -263,7 +263,6 @@ public static DebugException createUserErrorDebugException(String message, Error return new DebugException(message, errorCode.getId(), true); } - /** * Calculate SHA-256 Digest of given string. * @param content diff --git a/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/JdtUtils.java b/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/JdtUtils.java index c1ae03826..9094a8073 100644 --- a/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/JdtUtils.java +++ b/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/JdtUtils.java @@ -180,7 +180,6 @@ public static boolean isTest(final IClasspathEntry classpathEntry) { return classpathEntry.isTest(); } - /** * Compute the possible source containers that the specified project could be associated with. *

diff --git a/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/LogUtils.java b/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/LogUtils.java index 259631d30..e4befd735 100644 --- a/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/LogUtils.java +++ b/com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/LogUtils.java @@ -21,7 +21,6 @@ public final class LogUtils { private static final Logger logger = Logger.getLogger(Configuration.LOGGER_NAME); private static final Logger usageDataLogger = Logger.getLogger(Configuration.USAGE_DATA_LOGGER_NAME); - /** * Initialize logger for logger level and logger handler. * @param level the logger level for java debugger. diff --git a/pom.xml b/pom.xml index cc8f2ab1f..58bc70ea7 100644 --- a/pom.xml +++ b/pom.xml @@ -113,12 +113,12 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.17 + 3.1.0 com.puppycrawl.tools checkstyle - 8.18 + 8.29 com.github.sevntu-checkstyle