Skip to content

Implement FailureDetailsProvider in DataprocRuntimeException to cover…

Sign in for the full log view
GitHub Actions / Checkstyle completed Jan 16, 2025 in 0s

Checkstyle report

43 violation(s) found

Annotations

Check warning on line 47 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/DefaultProvisionerContext.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 59 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/DefaultProvisionerContext.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'appCDAPVersion' must contain no more than '1' consecutive capital letters.

Check warning on line 72 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/DefaultProvisionerContext.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'appCDAPVersion' must contain no more than '1' consecutive capital letters.

Check warning on line 51 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/task/ProvisioningTask.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Empty line should be followed by <p> tag on the next line.

Check warning on line 256 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/task/ProvisioningTask.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 119 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Empty line should be followed by <p> tag on the next line.

Check warning on line 228 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'defaultSSHContext' must contain no more than '1' consecutive capital letters.

Check warning on line 248 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'getAppCDAPVersion' must contain no more than '1' consecutive capital letters.

Check warning on line 618 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.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 835 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'createSSHKeyPair' must contain no more than '1' consecutive capital letters.

Check warning on line 890 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'appCDAPVersion' must contain no more than '1' consecutive capital letters.

Check warning on line 56 in cdap-common/src/main/java/io/cdap/cdap/extension/AbstractExtensionLoader.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Empty line should be followed by <p> tag on the next line.

Check warning on line 71 in cdap-common/src/main/java/io/cdap/cdap/extension/AbstractExtensionLoader.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Empty line should be followed by <p> tag on the next line.

Check warning on line 79 in cdap-common/src/main/java/io/cdap/cdap/extension/AbstractExtensionLoader.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck

Class type name 'EXTENSION_TYPE' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'.

Check warning on line 79 in cdap-common/src/main/java/io/cdap/cdap/extension/AbstractExtensionLoader.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck

Class type name 'EXTENSION' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'.

Check warning on line 333 in cdap-common/src/main/java/io/cdap/cdap/extension/AbstractExtensionLoader.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 53 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DataprocTool.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 25 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/AbstractDataprocProvisioner.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.api.exception.ErrorCategory.

Check warning on line 72 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/AbstractDataprocProvisioner.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 52 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DataprocClientFactory.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'requireSSH' must contain no more than '1' consecutive capital letters.

Check warning on line 47 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DefaultDataprocClientFactory.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'requireSSH' must contain no more than '1' consecutive capital letters.

Check warning on line 420 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DataprocProvisioner.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck

Line continuation have incorrect indentation level, expected level should be 4.

Check warning on line 124 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/common/DataprocUtils.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 42 in cdap-runtime-ext-dataproc/src/test/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/MockProvisionerContext.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'appCDAPVersionInfo' must contain no more than '1' consecutive capital letters.

Check warning on line 116 in cdap-runtime-ext-dataproc/src/test/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/MockProvisionerContext.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

AnnotationLocationMostCases

Annotation 'Nullable' should be alone on line.