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
12 0 30 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
4  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
26  Warning

Details

org/apache/streams/core/StreamBuilder.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 111). 52
 Warning sizes LineLength Line is longer than 100 characters (found 122). 56
 Warning sizes LineLength Line is longer than 100 characters (found 111). 63
 Warning sizes LineLength Line is longer than 100 characters (found 131). 67
 Warning sizes LineLength Line is longer than 100 characters (found 116). 70
 Warning sizes LineLength Line is longer than 100 characters (found 116). 79
 Warning sizes LineLength Line is longer than 100 characters (found 116). 88
 Warning sizes LineLength Line is longer than 100 characters (found 116). 92
 Warning sizes LineLength Line is longer than 100 characters (found 116). 98
 Warning sizes LineLength Line is longer than 100 characters (found 117). 99
 Warning sizes LineLength Line is longer than 100 characters (found 108). 107
 Warning sizes LineLength Line is longer than 100 characters (found 113). 115

org/apache/streams/core/StreamsDatum.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 104). 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning sizes LineLength Line is longer than 100 characters (found 124). 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 130
 Warning sizes LineLength Line is longer than 100 characters (found 104). 146
 Warning sizes LineLength Line is longer than 100 characters (found 109). 147

org/apache/streams/core/StreamsOperation.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 113). 34
 Warning sizes LineLength Line is longer than 100 characters (found 122). 35
 Warning sizes LineLength Line is longer than 100 characters (found 116). 36
 Warning sizes LineLength Line is longer than 100 characters (found 120). 41

org/apache/streams/core/StreamsProcessor.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 112). 26
 Warning sizes LineLength Line is longer than 100 characters (found 113). 29

org/apache/streams/core/StreamsProvider.java

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

org/apache/streams/core/util/DatumUtils.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 117). 36
 Warning sizes LineLength Line is longer than 100 characters (found 113). 37
 Warning sizes LineLength Line is longer than 100 characters (found 132). 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52