PR #15648 #1487
Checkstyle report
131 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '->' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '->' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '->' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.io.IOException'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.mockito.Mockito'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.nio.charset.StandardCharsets' import. Should be before 'org.mockito.Mockito'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Base64' import. Should be before 'org.mockito.Mockito'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.mockito.Mockito'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
'(' is followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'ca' declaration and its first usage is 11, 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).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'runDynamicPartitionerMR' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'runDynamicPartitionerMR' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'app' 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).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'||' should be on a new line.
Check warning on line 19 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - com.fasterxml.jackson.databind.node.IntNode.
Check warning on line 20 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - com.fasterxml.jackson.databind.node.TextNode.
Check warning on line 62 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck
Javadoc tag '@param' should be preceded with an empty line.
Check warning on line 71 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck
Javadoc tag '@param' should be preceded with an empty line.
Check warning on line 164 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
Member name 'x' must match pattern '^[a-z][a-zA-Z0-9]+$'.
Check warning on line 175 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
Member name 'x' must match pattern '^[a-z][a-zA-Z0-9]+$'.
Check warning on line 176 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
Member name 'y' must match pattern '^[a-z][a-zA-Z0-9]+$'.
Check warning on line 195 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'schema' 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).
Check warning on line 204 in cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
',' is not followed by whitespace.