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

GitHub Actions / Checkstyle completed Sep 13, 2024 in 0s

Checkstyle report

672 violation(s) found

Annotations

Check warning on line 22 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.ArrayList'

Check warning on line 27 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

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.

Check warning on line 28 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

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.

Check warning on line 29 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

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.

Check warning on line 30 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

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.

Check warning on line 40 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

Summary javadoc is missing.

Check warning on line 49 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

Summary javadoc is missing.

Check warning on line 56 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

Summary javadoc is missing.

Check warning on line 86 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck

'&&' should be on a new line.

Check warning on line 90 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck

'&&' should be on a new line.

Check warning on line 123 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck

'&&' should be on a new line.

Check warning on line 126 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck

'&&' should be on a new line.

Check warning on line 160 in common-cli/src/main/java/io/cdap/common/cli/CommandMatch.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck

Javadoc comment at column 40 has parse error. Details: no viable alternative at input '<some input>' while parsing HTML_ELEMENT

Check warning on line 22 in common-cli/src/main/java/io/cdap/common/cli/util/DefaultHelpFormatter.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.io.PrintStream'

Check warning on line 35 in common-cli/src/main/java/io/cdap/common/cli/util/DefaultHelpFormatter.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 22 in common-cli/src/main/java/io/cdap/common/cli/util/Parser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 55 in common-cli/src/main/java/io/cdap/common/cli/util/Parser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck

switch without "default" clause.

Check warning on line 109 in common-cli/src/main/java/io/cdap/common/cli/util/Parser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck

switch without "default" clause.

Check warning on line 22 in common-cli/src/main/java/io/cdap/common/cli/util/HelpFormatter.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.io.PrintStream'

Check warning on line 22 in common-cli/src/main/java/io/cdap/common/cli/CompleterSet.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.Map'

Check warning on line 22 in common-cli/src/main/java/io/cdap/common/cli/CompleterSet.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Map' import. Should be before 'jline.console.completer.Completer'.

Check warning on line 35 in common-cli/src/main/java/io/cdap/common/cli/CompleterSet.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

Summary javadoc is missing.

Check warning on line 42 in common-cli/src/main/java/io/cdap/common/cli/CompleterSet.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

Summary javadoc is missing.

Check warning on line 49 in common-cli/src/main/java/io/cdap/common/cli/CompleterSet.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

Summary javadoc is missing.

Check warning on line 24 in common-cli/src/main/java/io/cdap/common/cli/CommandSet.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.Iterator'