[CDAP-21110] Implement FailureDetailsProvider in DataprocRuntimeException to cover provisioning errors #15796
Checkstyle report
36 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'?' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.api.exception.FailureDetailsProvider.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'defaultSSHContext' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'getAppCDAPVersion' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
Summary javadoc is missing.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'createSSHKeyPair' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'appCDAPVersion' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
Method name 'FailureDetailsProviderInCausalChain' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
Empty line should be followed by <p> tag on the next line.
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.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck
Javadoc tag '@param' should be preceded with an empty line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
Line continuation have incorrect indentation level, expected level should be 4.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
Javadoc comment at column 11 has parse error. Details: no viable alternative at input '{' while parsing JAVADOC_TAG
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'requireSSH' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.api.exception.ErrorCategory.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'requireSSH' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - com.google.api.gax.rpc.ResourceExhaustedException.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - com.google.common.base.Strings.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - com.google.common.base.Throwables.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.api.exception.ErrorType.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.error.api.ErrorTagProvider.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.stream.Collectors.