[Draft] Simplified upgrades WIP branch. #15964
Checkstyle report
34 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
switch without "default" clause.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
Javadoc comment at column 65 has parse error. Details: no viable alternative at input '</>' while parsing HTML_ELEMENT
github-actions / Checkstyle
SeparatorWrapDot
'.' should be on a new line.
github-actions / Checkstyle
SeparatorWrapDot
'.' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
Missing a Javadoc comment.
github-actions / Checkstyle
SeparatorWrapDot
'.' should be on a new line.
github-actions / Checkstyle
SeparatorWrapDot
'.' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
File does not end with a newline.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
File does not end with a newline.
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
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.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetForPaginatedAPIWithEmptyLastPage' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetForPaginatedAPIWithFiltering' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetForPaginatedAPIWithNameFilterType' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetForPaginatedAPIWithLatestOnlyLCMFlagEnabled' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetLCMFlagEnabledForVersionHistory' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testListAndGetLCMFlagEnabled' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'appReference' 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.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testDeleteLCMFlagEnabled' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'applicationId' 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.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'testDeleteVersionedAppLCMEnabled' must contain no more than '1' consecutive capital letters.