Checkstyle Results

The following document contains the results of Checkstyle 8.10 with https://github.com/ci-and-cd/maven-build/raw/master/src/main/checkstyle/google_checks_8.10.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
7 0 27 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
1  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
13  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
3  Warning
JavadocParagraph 2  Warning
JavadocTagContinuationIndentation 2  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
2  Warning
modifier ModifierOrder 1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace ParenPad 2  Warning

Details

top/infra/core/ExpectedException.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 29
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 66
 Warning whitespace ParenPad '(' is followed by whitespace. 72

top/infra/core/ExpectedExceptionWithCode.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 27
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 51
 Warning whitespace ParenPad '(' is followed by whitespace. 57

top/infra/localization/LocalizedMessageBundle.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'org.springframework.core.annotation.AliasFor'. 5
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.ElementType' import. Should be before 'org.springframework.core.annotation.AliasFor'. 6
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'org.springframework.core.annotation.AliasFor'. 7
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.RetentionPolicy' import. Should be before 'org.springframework.core.annotation.AliasFor'. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'org.springframework.core.annotation.AliasFor'. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22

top/infra/localization/LocalizedMessages.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. 6
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Locale' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. 7
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. 9
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 43
 Warning sizes LineLength Line is longer than 120 characters (found 128). 53

top/infra/localization/MessageLocale.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Locale' import. Should be before 'lombok.Getter'. 5
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning blocks EmptyCatchBlock Empty catch block. 29

top/infra/web/servlet/handler/OrderedHandlerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.NoArgsConstructor'. 7
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 20

top/infra/web/servlet/handler/OrderedHandlerInterceptorWebMvcConfigureAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'. 6
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'. 7