Skip to content

Introduce ProgramFailureException and WrappedStageException to be con…

Sign in for the full log view
GitHub Actions / Checkstyle completed Aug 20, 2024 in 0s

Checkstyle report

11 violation(s) found

Annotations

Check warning on line 16 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ErrorType.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 16 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/WrappedStageException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 16 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 48 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

<p> tag should be placed immediately before the first word, with no space after.

Check warning on line 48 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

<p> tag should be preceded with an empty line.

Check warning on line 70 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

<p> tag should be placed immediately before the first word, with no space after.

Check warning on line 70 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

<p> tag should be preceded with an empty line.

Check warning on line 90 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck

Javadoc tag '@param' should be preceded with an empty line.

Check warning on line 100 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck

Javadoc tag '@param' should be preceded with an empty line.

Check warning on line 110 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck

Javadoc tag '@param' should be preceded with an empty line.

Check warning on line 120 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ProgramFailureException.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck

Javadoc tag '@return' should be preceded with an empty line.