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
8 0 31 0

Rules

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

Details

top/infra/test/classloader/ClassLoaderChangerRunner.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18

top/infra/test/classloader/ClassUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.URLClassLoader' import. Should be before 'org.junit.runners.model.InitializationError'. 5
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.junit.runners.model.InitializationError'. 6
 Warning sizes LineLength Line is longer than 120 characters (found 134). 10
 Warning javadoc JavadocMethod Missing a Javadoc comment. 10
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21

top/infra/test/classloader/exclude/ExcludeClassJunitRunner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.URLClassLoader' import. Should be before 'org.junit.runners.model.InitializationError'. 10
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.junit.runners.model.InitializationError'. 11
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.junit.runners.model.InitializationError'. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.runners.model.InitializationError'. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 54. 52
 Warning blocks NeedBraces 'if' construct must use '{}'s. 57
 Warning sizes LineLength Line is longer than 120 characters (found 131). 57

top/infra/test/classloader/exclude/ExcludeClasses.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.ElementType' import. Should be before 'org.junit.runners.BlockJUnit4ClassRunner'. 5
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'org.junit.runners.BlockJUnit4ClassRunner'. 6
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.RetentionPolicy' import. Should be before 'org.junit.runners.BlockJUnit4ClassRunner'. 7
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'org.junit.runners.BlockJUnit4ClassRunner'. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16

top/infra/test/classloader/exclude/ExcludeClassesClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.URL' import. Should be before 'lombok.extern.slf4j.Slf4j'. 7
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.URLClassLoader' import. Should be before 'lombok.extern.slf4j.Slf4j'. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Collection' import. Should be before 'lombok.extern.slf4j.Slf4j'. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20

top/infra/test/classloader/multi/LibrarySetClassLoader.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19

top/infra/test/classloader/multi/LibrarySets.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 12

top/infra/test/classloader/multi/MultiClassLoaderJunitRunner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.URLClassLoader' import. Should be before 'org.junit.runners.model.InitializationError'. 10
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.junit.runners.model.InitializationError'. 11
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.runners.model.InitializationError'. 12
 Warning blocks NeedBraces 'if' construct must use '{}'s. 31
 Warning sizes LineLength Line is longer than 120 characters (found 124). 31