Skip to content

Merge pull request #69 from cdapio/sec-vuln-fix-develop #17

Merge pull request #69 from cdapio/sec-vuln-fix-develop

Merge pull request #69 from cdapio/sec-vuln-fix-develop #17

Triggered via push September 13, 2024 12:24
Status Success
Total duration 4m 24s
Artifacts 1

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

674 warnings
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java#L27
Import statement for 'io.cdap.common.cli.util.Parser.MANDATORY_ARG_BEGINNING' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java#L28
Import statement for 'io.cdap.common.cli.util.Parser.MANDATORY_ARG_ENDING' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java#L29
Import statement for 'io.cdap.common.cli.util.Parser.OPTIONAL_PART_BEGINNING' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java#L30
Import statement for 'io.cdap.common.cli.util.Parser.OPTIONAL_PART_ENDING' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java#L160
Javadoc comment at column 40 has parse error. Details: no viable alternative at input '<some input>' while parsing HTML_ELEMENT
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CompleterSet.java#L22
Wrong lexicographical order for 'java.util.Map' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-cli/src/main/java/io/cdap/common/cli/examples/HelloCLI.java#L29
Abbreviation in name 'HelloCLI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/examples/NoteCLI.java#L30
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/examples/NoteCLI.java#L31
Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/examples/NoteCLI.java#L32
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/examples/NoteCLI.java#L33
Wrong lexicographical order for 'java.util.List' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/examples/NoteCLI.java#L34
Wrong lexicographical order for 'java.util.Map' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-cli/src/main/java/io/cdap/common/cli/examples/NoteCLI.java#L39
Abbreviation in name 'NoteCLI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CLI.java#L34
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CLI.java#L35
Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CLI.java#L36
Wrong lexicographical order for 'java.util.List' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CLI.java#L37
Wrong lexicographical order for 'java.util.Map' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CLI.java#L48
Javadoc comment at column 33 has parse error. Missed HTML close tag 'flow-id'. Sometimes it means that close tag missed for one of previous tags.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-cli/src/main/java/io/cdap/common/cli/CLI.java#L55
Abbreviation in name 'CLI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck: common-cli/src/main/java/io/cdap/common/cli/CLI.java#L263
Javadoc comment at column 40 has parse error. Details: no viable alternative at input '<some input>' while parsing HTML_ELEMENT
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/completers/AbstractCompleter.java#L21
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/completers/AbstractCompleter.java#L22
Wrong lexicographical order for 'java.util.List' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/completers/AbstractCompleter.java#L24
Import statement for 'jline.internal.Preconditions.checkNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/completers/PrefixCompleter.java#L22
Wrong lexicographical order for 'java.util.List' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/completers/PrefixCompleter.java#L23
Wrong lexicographical order for 'java.util.regex.Matcher' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/main/java/io/cdap/common/cli/completers/PrefixCompleter.java#L24
Wrong lexicographical order for 'java.util.regex.Pattern' import. Should be before 'jline.console.completer.Completer'.
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck: common-cli/src/main/java/io/cdap/common/cli/Command.java#L50
Javadoc comment at column 67 has parse error. Missed HTML close tag 'blog-name'. Sometimes it means that close tag missed for one of previous tags.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-cli/src/main/java/io/cdap/common/cli/exception/CLIExceptionHandler.java#L26
Abbreviation in name 'CLIExceptionHandler' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck: common-cli/src/main/java/io/cdap/common/cli/exception/CLIExceptionHandler.java#L26
Interface type name 'ExceptionType' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/util/ParserTest.java#L21
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/CommandMatchTest.java#L22
Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/InterruptHandlersTest.java#L23
Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/InterruptHandlersTest.java#L24
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/InterruptHandlersTest.java#L25
Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/InterruptHandlersTest.java#L26
Wrong lexicographical order for 'java.lang.reflect.Field' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/InterruptHandlersTest.java#L27
Wrong lexicographical order for 'java.lang.reflect.Method' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/InterruptHandlersTest.java#L28
Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/RetryTest.java#L24
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/RetryTest.java#L25
Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/RetryTest.java#L26
Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicInteger' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/command/HelpCommandTest.java#L29
Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/command/HelpCommandTest.java#L30
Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/completers/StringsCompleterTest.java#L24
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/completers/CompleterTestBase.java#L24
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Assert'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/CommandSetTest.java#L27
Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/CommandSetTest.java#L28
Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-cli/src/test/java/io/cdap/common/cli/CommandSetTest.java#L29
Wrong lexicographical order for 'java.util.concurrent.Callable' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck: common-core/src/main/java/io/cdap/common/StringUtils.java#L62
Javadoc comment at column 35 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags.
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck: common-core/src/main/java/io/cdap/common/StringUtils.java#L72
Javadoc comment at column 35 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/StringUtils.java#L90
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L249
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '223'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L351
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '137'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L388
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '366'.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L428
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L464
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L513
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '388'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L555
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '513'.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L601
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L622
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L642
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '565'.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L676
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L710
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L729
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '642'.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L958
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L969
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L993
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1004
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1127
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1140
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1141
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1143
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1190
Abbreviation in name 'startBI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1191
Abbreviation in name 'stopBI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1192
Abbreviation in name 'diffBI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1196
Abbreviation in name 'splitsBI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1200
Abbreviation in name 'intervalBI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1225
Abbreviation in name 'curBI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1255
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '971'.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1281
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck: common-core/src/main/java/io/cdap/common/Bytes.java#L1292
Line continuation have incorrect indentation level, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-core/src/main/java/io/cdap/common/runtime/DaemonMain.java#L21
Extra separation in import group before 'java.util.concurrent.CountDownLatch'
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-core/src/main/java/io/cdap/common/runtime/DaemonMain.java#L21
Wrong lexicographical order for 'java.util.concurrent.CountDownLatch' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck: common-core/src/main/java/io/cdap/common/ImmutablePair.java#L30
Javadoc comment at column 25 has parse error. Details: no viable alternative at input '<Tuple,' while parsing HTML_ELEMENT
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-http/src/main/java/io/cdap/common/http/HttpRequestConfig.java#L30
Abbreviation in name 'verifySSLCert' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-http/src/main/java/io/cdap/common/http/HttpRequestConfig.java#L47
Abbreviation in name 'verifySSLCert' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-http/src/main/java/io/cdap/common/http/HttpRequestConfig.java#L60
Abbreviation in name 'verifySSLCert' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-http/src/main/java/io/cdap/common/http/HttpRequestConfig.java#L75
Abbreviation in name 'isVerifySSLCert' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L27
Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L28
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L29
Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L30
Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L31
Wrong lexicographical order for 'java.nio.ByteBuffer' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L32
Wrong lexicographical order for 'java.nio.channels.Channels' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L33
Wrong lexicographical order for 'java.nio.channels.ReadableByteChannel' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L34
Wrong lexicographical order for 'java.nio.charset.Charset' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L35
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L36
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L37
Wrong lexicographical order for 'java.util.zip.DeflaterInputStream' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L38
Wrong lexicographical order for 'java.util.zip.GZIPInputStream' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpResponse.java#L39
Wrong lexicographical order for 'javax.annotation.Nullable' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L25
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L26
Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L27
Wrong lexicographical order for 'java.io.OutputStream' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L28
Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L29
Wrong lexicographical order for 'java.net.URL' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L30
Wrong lexicographical order for 'java.security.KeyManagementException' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L31
Wrong lexicographical order for 'java.security.NoSuchAlgorithmException' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L32
Wrong lexicographical order for 'java.security.SecureRandom' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L33
Wrong lexicographical order for 'java.security.cert.CertificateException' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L34
Wrong lexicographical order for 'java.security.cert.X509Certificate' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L35
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L36
Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicReference' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L37
Wrong lexicographical order for 'javax.net.ssl.HostnameVerifier' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L38
Wrong lexicographical order for 'javax.net.ssl.HttpsURLConnection' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L39
Wrong lexicographical order for 'javax.net.ssl.SSLContext' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L40
Wrong lexicographical order for 'javax.net.ssl.SSLSession' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L41
Wrong lexicographical order for 'javax.net.ssl.SSLSocketFactory' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L42
Wrong lexicographical order for 'javax.net.ssl.TrustManager' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L43
Wrong lexicographical order for 'javax.net.ssl.X509TrustManager' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-http/src/main/java/io/cdap/common/http/HttpRequests.java#L125
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '63'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-http/src/main/java/io/cdap/common/http/HttpRequest.java#L95
Abbreviation in name 'getURL' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsStreamTest.java#L22
Wrong lexicographical order for 'java.net.InetSocketAddress' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsStreamTest.java#L23
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsStreamTest.java#L24
Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/TestHttpService.java#L29
Wrong lexicographical order for 'java.io.File' import. Should be before 'org.junit.Assert'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/TestHttpService.java#L30
Wrong lexicographical order for 'java.net.InetSocketAddress' import. Should be before 'org.junit.Assert'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/TestHttpService.java#L31
Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.junit.Assert'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/TestHttpService.java#L32
Wrong lexicographical order for 'java.net.URL' import. Should be before 'org.junit.Assert'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/TestHttpService.java#L33
Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicInteger' import. Should be before 'org.junit.Assert'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L33
Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L34
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L35
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L36
Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L37
Wrong lexicographical order for 'java.net.URL' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L38
Wrong lexicographical order for 'java.nio.ByteBuffer' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L39
Wrong lexicographical order for 'java.nio.charset.StandardCharsets' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L40
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L41
Wrong lexicographical order for 'java.util.concurrent.CompletableFuture' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L42
Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L43
Wrong lexicographical order for 'java.util.zip.GZIPOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L44
Wrong lexicographical order for 'javax.ws.rs.DELETE' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L45
Wrong lexicographical order for 'javax.ws.rs.GET' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L46
Wrong lexicographical order for 'javax.ws.rs.POST' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L47
Wrong lexicographical order for 'javax.ws.rs.PUT' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L48
Wrong lexicographical order for 'javax.ws.rs.Path' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L50
Import statement for 'com.google.inject.matcher.Matchers.any' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L51
Import statement for 'com.google.inject.matcher.Matchers.only' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L52
Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L59
Abbreviation in name 'getBaseURI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTestBase.java#L77
Distance between variable 'numConnectionsOpened' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTest.java#L22
Wrong lexicographical order for 'java.net.InetSocketAddress' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTest.java#L23
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpRequestsTest.java#L24
Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpsRequestsTest.java#L22
Wrong lexicographical order for 'java.net.InetSocketAddress' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpsRequestsTest.java#L23
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-http/src/test/java/io/cdap/common/http/HttpsRequestsTest.java#L24
Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.junit.Before'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/asm/Signatures.java#L25
Extra separation in import group before 'java.lang.reflect.ParameterizedType'
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/asm/Signatures.java#L25
Wrong lexicographical order for 'java.lang.reflect.ParameterizedType' import. Should be before 'org.objectweb.asm.signature.SignatureWriter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/asm/ClassDefinition.java#L22
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.objectweb.asm.Type'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L25
Wrong lexicographical order for 'java.lang.reflect.ParameterizedType' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L26
Wrong lexicographical order for 'java.lang.reflect.Type' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L27
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L28
Wrong lexicographical order for 'java.net.URL' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L29
Wrong lexicographical order for 'java.nio.ByteBuffer' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L30
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L31
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L32
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L33
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-io/src/main/java/io/cdap/common/internal/io/AbstractSchemaGenerator.java#L102
Distance between variable 'type' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/FieldAccessorGenerator.java#L33
Wrong lexicographical order for 'java.lang.reflect.Field' import. Should be before 'org.objectweb.asm.signature.SignatureWriter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/FieldAccessorGenerator.java#L34
Wrong lexicographical order for 'java.lang.reflect.Modifier' import. Should be before 'org.objectweb.asm.signature.SignatureWriter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/FieldAccessorGenerator.java#L35
Wrong lexicographical order for 'javax.annotation.concurrent.NotThreadSafe' import. Should be before 'org.objectweb.asm.signature.SignatureWriter'.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: common-io/src/main/java/io/cdap/common/internal/io/FieldAccessorGenerator.java#L85
Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 87.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L89
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L323
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L325
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L333
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L358
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L370
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L380
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumReader.java#L388
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-io/src/main/java/io/cdap/common/internal/io/ASMDatumWriterFactory.java#L36
Abbreviation in name 'ASMDatumWriterFactory' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-io/src/main/java/io/cdap/common/internal/io/ASMDatumWriterFactory.java#L71
Abbreviation in name 'ASMCacheLoader' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-io/src/main/java/io/cdap/common/internal/io/ASMFieldAccessorFactory.java#L32
Abbreviation in name 'ASMFieldAccessorFactory' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L42
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L43
Wrong lexicographical order for 'java.lang.reflect.ParameterizedType' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L44
Wrong lexicographical order for 'java.nio.Buffer' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L45
Wrong lexicographical order for 'java.nio.ByteBuffer' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L46
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L47
Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L48
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L49
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L50
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L51
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L52
Wrong lexicographical order for 'javax.annotation.concurrent.NotThreadSafe' import. Should be before 'org.objectweb.asm.commons.Method'.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L174
Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 176.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L517
Distance between variable 'beginFor' declaration and its first usage is 12, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L674
Distance between variable 'beginFor' declaration and its first usage is 24, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-io/src/main/java/io/cdap/common/internal/io/DatumWriterGenerator.java#L816
Distance between variable 'endLabel' declaration and its first usage is 13, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: common-io/src/main/java/io/cdap/common/internal/io/SchemaTypeAdapter.java#L244
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '48'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: common-io/src/main/java/io/cdap/common/internal/io/ReflectionDatumWriter.java#L71
WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/main/java/io/cdap/common/io/AsyncFunctions.java#L24
Extra separation in import group before 'java.util.concurrent.Executor'
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/SchemaTest.java#L29
Wrong lexicographical order for 'java.nio.ByteBuffer' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/SchemaTest.java#L30
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/SchemaTest.java#L31
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L37
Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L38
Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L39
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L40
Wrong lexicographical order for 'java.io.PipedInputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L41
Wrong lexicographical order for 'java.io.PipedOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L42
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L43
Wrong lexicographical order for 'java.net.URL' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L44
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L45
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L46
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L47
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-io/src/test/java/io/cdap/common/io/DatumCodecTest.java#L311
Distance between variable 'datumReader' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/CodecTest.java#L22
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/CodecTest.java#L23
Wrong lexicographical order for 'java.io.PipedInputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/CodecTest.java#L24
Wrong lexicographical order for 'java.io.PipedOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/CodecTest.java#L25
Wrong lexicographical order for 'java.nio.ByteBuffer' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/CodecTest.java#L26
Wrong lexicographical order for 'java.nio.IntBuffer' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L36
Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L37
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L38
Wrong lexicographical order for 'java.io.PipedInputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L39
Wrong lexicographical order for 'java.io.PipedOutputStream' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L40
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L41
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L42
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L43
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L44
Wrong lexicographical order for 'java.util.concurrent.TimeUnit' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L49
Abbreviation in name 'ASMDatumCodecTest' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L127
Abbreviation in name 'testUUID' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-io/src/test/java/io/cdap/common/io/ASMDatumCodecTest.java#L231
Abbreviation in name 'testURI' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-io/src/test/java/io/cdap/common/io/FieldAccessorTest.java#L71
Distance between variable 'type' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-io/src/test/java/io/cdap/common/io/FieldAccessorTest.java#L73
Distance between variable 'factory' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/CombineClassLoader.java#L24
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/CombineClassLoader.java#L25
Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/CombineClassLoader.java#L26
Wrong lexicographical order for 'java.net.URL' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/CombineClassLoader.java#L27
Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/CombineClassLoader.java#L28
Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/CombineClassLoader.java#L29
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L25
Wrong lexicographical order for 'java.io.File' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L26
Wrong lexicographical order for 'java.io.FilenameFilter' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L27
Wrong lexicographical order for 'java.net.MalformedURLException' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L28
Wrong lexicographical order for 'java.net.URL' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L29
Wrong lexicographical order for 'java.net.URLClassLoader' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L30
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L31
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L63
Abbreviation in name 'getClassPathURLs' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: common-lang/src/main/java/io/cdap/common/lang/DirectoryClassLoader.java#L79
Abbreviation in name 'addJarURLs' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L30
Wrong lexicographical order for 'java.lang.reflect.Constructor' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L31
Wrong lexicographical order for 'java.lang.reflect.Field' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L32
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L33
Wrong lexicographical order for 'java.util.Map' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L34
Wrong lexicographical order for 'java.util.Queue' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L35
Wrong lexicographical order for 'java.util.Set' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L36
Wrong lexicographical order for 'java.util.SortedMap' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/main/java/io/cdap/common/lang/InstantiatorFactory.java#L37
Wrong lexicographical order for 'java.util.SortedSet' import. Should be before 'sun.misc.Unsafe'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/test/java/io/cdap/common/lang/ReflectionsTest.java#L23
Wrong lexicographical order for 'java.lang.reflect.Type' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/test/java/io/cdap/common/lang/ReflectionsTest.java#L24
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/test/java/io/cdap/common/lang/ReflectionsTest.java#L25
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.junit.Test'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/test/java/io/cdap/common/lang/InstantiatorTest.java#L27
Wrong lexicographical order for 'java.lang.reflect.Field' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-lang/src/test/java/io/cdap/common/lang/InstantiatorTest.java#L28
Wrong lexicographical order for 'java.lang.reflect.Modifier' import. Should be before 'org.slf4j.LoggerFactory'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: tivv/checkstyle-github-action@fcf8ffb7c6a5c110bbc5dafb84aca54caf359b80. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, tivv/checkstyle-github-action@fcf8ffb7c6a5c110bbc5dafb84aca54caf359b80. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
reports-10849054874 Expired
39.9 KB