Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
36 0 0 188

Files

File
 I
 W
 E
it/tidalwave/util/As.java 0 0 4
it/tidalwave/util/AsExtensions.java 0 0 6
it/tidalwave/util/Callback.java 0 0 5
it/tidalwave/util/ConcurrentHashMapWithOptionals.java 0 0 3
it/tidalwave/util/Finder.java 0 0 17
it/tidalwave/util/FunctionalCheckedExceptionWrappers.java 0 0 8
it/tidalwave/util/Id.java 0 0 1
it/tidalwave/util/Initializer.java 0 0 2
it/tidalwave/util/Key.java 0 0 4
it/tidalwave/util/LazySupplier.java 0 0 3
it/tidalwave/util/NamedCallback.java 0 0 1
it/tidalwave/util/Pair.java 0 0 11
it/tidalwave/util/Parameters.java 0 0 1
it/tidalwave/util/ProcessExecutor.java 0 0 22
it/tidalwave/util/ReflectionUtils.java 0 0 7
it/tidalwave/util/RoleFactory.java 0 0 2
it/tidalwave/util/Task.java 0 0 2
it/tidalwave/util/TimeProvider.java 0 0 2
it/tidalwave/util/Triple.java 0 0 6
it/tidalwave/util/impl/ArrayListFinder.java 0 0 2
it/tidalwave/util/impl/DefaultAs.java 0 0 1
it/tidalwave/util/impl/MappingFinder.java 0 0 4
it/tidalwave/util/impl/ProviderFinder.java 0 0 4
it/tidalwave/util/impl/SupplierFinder.java 0 0 4
it/tidalwave/util/impl/TypeSafeHashMultiMap.java 0 0 1
it/tidalwave/util/spi/ArrayListCollectorSupport.java 0 0 12
it/tidalwave/util/spi/AsDelegateProvider.java 0 0 9
it/tidalwave/util/spi/DefaultProcessExecutor.java 0 0 22
it/tidalwave/util/spi/ExtendedFinderSupport.java 0 0 2
it/tidalwave/util/spi/FinderWithId.java 0 0 1
it/tidalwave/util/spi/FinderWithIdMapSupport.java 0 0 2
it/tidalwave/util/spi/FinderWithIdSupport.java 0 0 3
it/tidalwave/util/spi/HierarchicFinderSupport.java 0 0 9
it/tidalwave/util/spi/SimpleFinderSupport.java 0 0 1
it/tidalwave/util/thread/ThreadType.java 0 0 3
it/tidalwave/util/thread/annotation/ThreadConfined.java 0 0 1

Rules

Category Rule Violations Severity
blocks EmptyBlock 1
 Error
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
32
 Error
JavadocType
  • scope: "public"
27
 Error
JavadocVariable
  • scope: "public"
16
 Error
misc NewlineAtEndOfFile 3
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
46
 Error
sizes FileLength
  • max: "300"
5
 Error
LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
15
 Error
ParameterNumber
  • max: "4"
  • tokens: "METHOD_DEF"
1
 Error
whitespace OperatorWrap 4
 Error
WhitespaceAfter 30
 Error
WhitespaceAround 8
 Error

Details

it/tidalwave/util/As.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 128). 63
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 75
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 85
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 102

it/tidalwave/util/AsExtensions.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
javadoc JavadocMethod Missing a Javadoc comment. 75

it/tidalwave/util/Callback.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 40
 Error
javadoc JavadocMethod Missing a Javadoc comment. 42

it/tidalwave/util/ConcurrentHashMapWithOptionals.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
regexp RegexpSingleline Line has trailing spaces. 36
 Error
sizes LineLength Line is longer than 120 characters (found 121). 62

it/tidalwave/util/Finder.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 509 lines (max allowed is 300). 1
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 60
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 75
 Error
javadoc JavadocVariable Missing a Javadoc comment. 77
 Error
sizes LineLength Line is longer than 120 characters (found 123). 86
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <U> tag. 89
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <U> tag. 150
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 164
 Error
javadoc JavadocVariable Missing a Javadoc comment. 179
 Error
javadoc JavadocVariable Missing a Javadoc comment. 179
 Error
regexp RegexpSingleline Line has trailing spaces. 218
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 313
 Error
regexp RegexpSingleline Line has trailing spaces. 453
 Error
regexp RegexpSingleline Line has trailing spaces. 475

it/tidalwave/util/FunctionalCheckedExceptionWrappers.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 320 lines (max allowed is 300). 1
 Error
javadoc JavadocMethod Missing a Javadoc comment. 101
 Error
javadoc JavadocMethod Missing a Javadoc comment. 117
 Error
javadoc JavadocMethod Missing a Javadoc comment. 133
 Error
javadoc JavadocMethod Missing a Javadoc comment. 149
 Error
javadoc JavadocMethod Missing a Javadoc comment. 164
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 310
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 315

it/tidalwave/util/Id.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 85

it/tidalwave/util/Initializer.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 38
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <K> tag. 65

it/tidalwave/util/Key.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Unknown tag 'stereotype'. 47
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 50
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 99

it/tidalwave/util/LazySupplier.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 44
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
javadoc JavadocMethod Missing a Javadoc comment. 71

it/tidalwave/util/NamedCallback.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45

it/tidalwave/util/Pair.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 455 lines (max allowed is 300). 1
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <A> tag. 57
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <B> tag. 57
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 69
 Error
sizes LineLength Line is longer than 120 characters (found 123). 202
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 293
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 312
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 332
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 354
 Error
sizes ParameterNumber More than 4 parameters (found 5). 415

it/tidalwave/util/Parameters.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 73

it/tidalwave/util/ProcessExecutor.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 39
 Error
regexp RegexpSingleline Line has trailing spaces. 41
 Error
regexp RegexpSingleline Line has trailing spaces. 43
 Error
regexp RegexpSingleline Line has trailing spaces. 53
 Error
regexp RegexpSingleline Line has trailing spaces. 66
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 72
 Error
regexp RegexpSingleline Line has trailing spaces. 82
 Error
regexp RegexpSingleline Line has trailing spaces. 94
 Error
regexp RegexpSingleline Line has trailing spaces. 106
 Error
regexp RegexpSingleline Line has trailing spaces. 125
 Error
regexp RegexpSingleline Line has trailing spaces. 129
 Error
regexp RegexpSingleline Line has trailing spaces. 139
 Error
regexp RegexpSingleline Line has trailing spaces. 151
 Error
regexp RegexpSingleline Line has trailing spaces. 158
 Error
regexp RegexpSingleline Line has trailing spaces. 162
 Error
regexp RegexpSingleline Line has trailing spaces. 173
 Error
regexp RegexpSingleline Line has trailing spaces. 196
 Error
regexp RegexpSingleline Line has trailing spaces. 207
 Error
regexp RegexpSingleline Line has trailing spaces. 220
 Error
regexp RegexpSingleline Line has trailing spaces. 230

it/tidalwave/util/ReflectionUtils.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 101
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 105
 Error
javadoc JavadocMethod Missing a Javadoc comment. 123
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 130
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 134
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 138

it/tidalwave/util/RoleFactory.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 36
 Error
javadoc JavadocMethod Missing a Javadoc comment. 39

it/tidalwave/util/Task.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <E> tag. 40
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 40

it/tidalwave/util/TimeProvider.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50

it/tidalwave/util/Triple.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <A> tag. 48
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <B> tag. 48
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <C> tag. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57

it/tidalwave/util/impl/ArrayListFinder.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60

it/tidalwave/util/impl/DefaultAs.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 198

it/tidalwave/util/impl/MappingFinder.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 44
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <U> tag. 44
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 62

it/tidalwave/util/impl/ProviderFinder.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60

it/tidalwave/util/impl/SupplierFinder.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58

it/tidalwave/util/impl/TypeSafeHashMultiMap.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 89

it/tidalwave/util/spi/ArrayListCollectorSupport.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 42
 Error
regexp RegexpSingleline Line has trailing spaces. 45
 Error
regexp RegexpSingleline Line has trailing spaces. 49
 Error
regexp RegexpSingleline Line has trailing spaces. 52
 Error
regexp RegexpSingleline Line has trailing spaces. 53
 Error
regexp RegexpSingleline Line has trailing spaces. 56
 Error
regexp RegexpSingleline Line has trailing spaces. 58
 Error
regexp RegexpSingleline Line has trailing spaces. 59
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
regexp RegexpSingleline Line has trailing spaces. 65
 Error
regexp RegexpSingleline Line has trailing spaces. 70
 Error
regexp RegexpSingleline Line has trailing spaces. 71

it/tidalwave/util/spi/AsDelegateProvider.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocType Missing a Javadoc comment. 47
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
whitespace OperatorWrap '+' should be on a new line. 68
 Error
whitespace OperatorWrap '+' should be on a new line. 69
 Error
whitespace OperatorWrap '+' should be on a new line. 70
 Error
whitespace OperatorWrap '+' should be on a new line. 71
 Error
regexp RegexpSingleline Line has trailing spaces. 84
 Error
regexp RegexpSingleline Line has trailing spaces. 97

it/tidalwave/util/spi/DefaultProcessExecutor.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 485 lines (max allowed is 300). 1
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Error
regexp RegexpSingleline Line has trailing spaces. 86
 Error
sizes LineLength Line is longer than 120 characters (found 121). 93
 Error
sizes LineLength Line is longer than 120 characters (found 121). 113
 Error
sizes LineLength Line is longer than 120 characters (found 121). 147
 Error
sizes LineLength Line is longer than 120 characters (found 121). 166
 Error
sizes LineLength Line is longer than 120 characters (found 121). 190
 Error
sizes LineLength Line is longer than 120 characters (found 121). 202
 Error
sizes LineLength Line is longer than 120 characters (found 121). 234
 Error
sizes LineLength Line is longer than 120 characters (found 121). 264
 Error
sizes LineLength Line is longer than 120 characters (found 121). 275
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 312
 Error
regexp RegexpSingleline Line has trailing spaces. 344
 Error
regexp RegexpSingleline Line has trailing spaces. 345
 Error
regexp RegexpSingleline Line has trailing spaces. 346
 Error
sizes LineLength Line is longer than 120 characters (found 122). 359
 Error
sizes LineLength Line is longer than 120 characters (found 122). 362
 Error
blocks EmptyBlock Must have at least one statement. 456

it/tidalwave/util/spi/ExtendedFinderSupport.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <F> tag. 52
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 52

it/tidalwave/util/spi/FinderWithId.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 46

it/tidalwave/util/spi/FinderWithIdMapSupport.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66

it/tidalwave/util/spi/FinderWithIdSupport.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 100

it/tidalwave/util/spi/HierarchicFinderSupport.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 396 lines (max allowed is 300). 1
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <F> tag. 58
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 58
 Error
regexp RegexpSingleline Line has trailing spaces. 155
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 181
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 259
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 338
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 338
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 338

it/tidalwave/util/spi/SimpleFinderSupport.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 42

it/tidalwave/util/thread/ThreadType.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37

it/tidalwave/util/thread/annotation/ThreadConfined.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 48