Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 7.2 with google_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
21 0 47 0

Rules

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

Details

org/apache/streams/util/ComponentUtils.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 107). 43
 Warning sizes LineLength Line is longer than 100 characters (found 107). 44
 Warning sizes LineLength Line is longer than 100 characters (found 119). 60
 Warning sizes LineLength Line is longer than 100 characters (found 119). 61
 Warning sizes LineLength Line is longer than 100 characters (found 107). 78
 Warning sizes LineLength Line is longer than 100 characters (found 132). 82
 Warning sizes LineLength Line is longer than 100 characters (found 104). 100
 Warning sizes LineLength Line is longer than 100 characters (found 138). 123

org/apache/streams/util/GuidUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.apache.commons.lang3.StringUtils' should be separated from previous import group. 22
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 46

org/apache/streams/util/api/requests/backoff/AbstractBackOffStrategy.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 113). 47
 Warning sizes LineLength Line is longer than 100 characters (found 133). 50

org/apache/streams/util/api/requests/backoff/BackOffException.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 109). 53

org/apache/streams/util/api/requests/backoff/BackOffStrategy.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 114). 19
 Warning sizes LineLength Line is longer than 100 characters (found 115). 23
 Warning sizes LineLength Line is longer than 100 characters (found 106). 26
 Warning sizes LineLength Line is longer than 100 characters (found 113). 41

org/apache/streams/util/api/requests/backoff/impl/ConstantTimeBackOffStrategy.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 125). 21
 Warning sizes LineLength Line is longer than 100 characters (found 109). 42

org/apache/streams/util/api/requests/backoff/impl/ExponentialBackOffStrategy.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 104). 21

org/apache/streams/util/api/requests/backoff/impl/LinearTimeBackOffStrategy.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 130). 21

org/apache/streams/util/oauth/tokens/tokenmanager/SimpleTokenManager.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 115). 21

org/apache/streams/util/oauth/tokens/tokenmanager/impl/BasicTokenManager.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 120). 25
 Warning sizes LineLength Line is longer than 100 characters (found 129). 26
 Warning sizes LineLength Line is longer than 100 characters (found 129). 27
 Warning sizes LineLength Line is longer than 100 characters (found 116). 30
 Warning sizes LineLength Line is longer than 100 characters (found 103). 60

org/apache/streams/util/schema/FileUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.apache.commons.lang3.StringUtils' should be separated from previous import group. 22
 Warning sizes LineLength Line is longer than 100 characters (found 104). 53
 Warning sizes LineLength Line is longer than 100 characters (found 103). 69
 Warning sizes LineLength Line is longer than 100 characters (found 102). 102

org/apache/streams/util/schema/SchemaStoreImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.collect.Ordering' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 24
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.util.schema.UriUtil.safeResolve' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 39
 Warning sizes LineLength Line is longer than 100 characters (found 127). 64
 Warning sizes LineLength Line is longer than 100 characters (found 124). 121
 Warning sizes LineLength Line is longer than 100 characters (found 125). 130
 Warning sizes LineLength Line is longer than 100 characters (found 124). 210
 Warning sizes LineLength Line is longer than 100 characters (found 111). 228
 Warning sizes LineLength Line is longer than 100 characters (found 101). 236
 Warning sizes LineLength Line is longer than 100 characters (found 103). 240
 Warning sizes LineLength Line is longer than 100 characters (found 109). 280
 Warning sizes LineLength Line is longer than 100 characters (found 111). 298
 Warning sizes LineLength Line is longer than 100 characters (found 101). 369
 Warning sizes LineLength Line is longer than 100 characters (found 104). 371
 Warning sizes LineLength Line is longer than 100 characters (found 101). 385
 Warning sizes LineLength Line is longer than 100 characters (found 104). 387

org/apache/streams/util/schema/SchemaUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.lang3.StringUtils.isEmpty' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 31