Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 6 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
2  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
3  Warning

Details

top/infra/jackson2/DefaultTimeZone.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.TimeZone' import. Should be before 'org.joda.time.format.DateTimeFormatter'. 11

top/infra/jackson2/JodaTimeJackson2Customizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder'. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning sizes LineLength Line is longer than 120 characters (found 129). 45
 Warning sizes LineLength Line is longer than 120 characters (found 122). 53

top/infra/jackson2/JodaTimeJackson2MapperCustomizerFactory.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 11