Checkstyle Results

The following document contains the results of Checkstyle 6.19 with https://raw.githubusercontent.com/home1-oss/oss-build/master/src/main/checkstyle/google_checks_6.19.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
13 0 19 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
7  Warning
indentation CommentsIndentation 1  Warning
javadoc NonEmptyAtclauseDescription 3  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
4  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
4  Warning

Details

cn/home1/oss/environment/admin/AdminApplication.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'cn.home1.oss.boot.autoconfigure.AppProperties' import. Should be before 'org.springframework.web.client.RestTemplate'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.Cryptos' import. Should be before 'org.springframework.web.client.RestTemplate'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'org.springframework.web.client.RestTemplate'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.KeyExpression' import. Should be before 'org.springframework.web.client.RestTemplate'. 35
 Warning sizes LineLength Line is longer than 120 characters (found 130). 109

cn/home1/oss/environment/admin/BasicAuthFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'cn.home1.oss.lib.common.BasicAuthUtils' import. Should be before 'com.netflix.zuul.context.RequestContext'. 6
 Warning imports CustomImportOrder Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'com.netflix.zuul.context.RequestContext'. 7
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 24

cn/home1/oss/environment/admin/ClientKey.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 20
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 22
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 23
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 42
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 43
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 44
 Warning sizes LineLength Line is longer than 120 characters (found 133). 51

cn/home1/oss/environment/admin/PatchedStatusUpdater.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 89
 Warning sizes LineLength Line is longer than 120 characters (found 133). 107
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 128. 126

cn/home1/oss/environment/admin/PostFilterForClientInfo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'com.netflix.zuul.context.RequestContext'. 8