Skip to content

Add StartUpTask timeout errors to pipeline logs

Sign in for the full log view
GitHub Actions / Checkstyle failed Apr 24, 2024 in 0s

Checkstyle report

5 violation(s) found

Annotations

Check failure on line 4 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 120 characters (found 171).

Check failure on line 8 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 120 characters (found 308).

Check warning on line 31 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck

Missing a Javadoc comment.

Check warning on line 46 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

'METHOD_DEF' should be separated from previous line.

Check warning on line 85 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.