[CDAP-20993] Periodic refresh implementation of source control metadata for SCM sync status #14777
Checkstyle report
37 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.common.ForbiddenException.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '425'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.common.utils.ImmutablePair.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '557'.
github-actions / Checkstyle
RightCurlySame
'}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
'else' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: 'else' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
'if' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
github-actions / Checkstyle
RightCurlySame
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
'else' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: 'else' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
'if' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
switch without "default" clause.
Check warning on line 355 in cdap-app-fabric/src/main/java/io/cdap/cdap/app/store/Store.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '322'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
'METHOD_DEF' should be separated from previous line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'setLCMFlag' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'request' 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.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testDeployVersionedAndNonVersionedAppLCMFlagEnabled' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetLCMFlagEnabledInstanceUpgradeScenario' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetForPaginatedAPI' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetForPaginatedAPIWithEmptyLastPage' must contain no more than '1' consecutive capital letters.