[CDAP-20835] Add retries for remote artifact and remote application calls #15577
Checkstyle report
12 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.api.retry.Idempotency.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'io.cdap.cdap.api.service.ServiceUnavailableException' import. Should be before 'io.cdap.cdap.common.NotFoundException'.
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.MissingJavadocMethodCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
<p> tag should be placed immediately before the first word, with no space after.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
<p> tag should be preceded with an empty line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
switch without "default" clause.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
switch without "default" clause.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'appDetail' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'artifactInfo' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'systemArtifactId' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'expectedDetail' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).