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

Files

File
 I
 W
 E
it/tidalwave/util/As.java 0 0 5
it/tidalwave/util/Callback.java 0 0 5
it/tidalwave/util/ConcurrentHashMapWithOptionals.java 0 0 2
it/tidalwave/util/Finder.java 0 0 16
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/NamedCallback.java 0 0 1
it/tidalwave/util/Pair.java 0 0 7
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/TypeHolder.java 0 0 1
it/tidalwave/util/impl/TypeSafeHashMap.java 0 0 1
it/tidalwave/util/impl/TypeSafeHashMultiMap.java 0 0 2
it/tidalwave/util/spi/ArrayListCollectorSupport.java 0 0 12
it/tidalwave/util/spi/AsDelegateProvider.java 0 0 9
it/tidalwave/util/spi/AsSupport.java 0 0 1
it/tidalwave/util/spi/DefaultProcessExecutor.java 0 0 22
it/tidalwave/util/spi/ExtendedFinderSupport.java 0 0 2
it/tidalwave/util/spi/FinderSupport.java 0 0 10
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"
17
 Error
JavadocType
  • scope: "public"
24
 Error
JavadocVariable
  • scope: "public"
16
 Error
misc NewlineAtEndOfFile 1
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
44
 Error
sizes FileLength
  • max: "300"
5
 Error
LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
13
 Error
ParameterNumber
  • max: "4"
  • tokens: "METHOD_DEF"
1
 Error
whitespace OperatorWrap 4
 Error
WhitespaceAfter 26
 Error
WhitespaceAround 8
 Error

Details

it/tidalwave/util/As.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 70
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 89
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 98

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

it/tidalwave/util/Finder.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 426 lines (max allowed is 300). 1
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <TYPE> tag. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <TYPE> tag. 83
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 144
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 158
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
regexp RegexpSingleline Line has trailing spaces. 212
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 307
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 344
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 358

it/tidalwave/util/FunctionalCheckedExceptionWrappers.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 319 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. 309
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 314

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/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 454 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). 201
 Error
sizes ParameterNumber More than 4 parameters (found 5). 414

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. 206
 Error
regexp RegexpSingleline Line has trailing spaces. 219
 Error
regexp RegexpSingleline Line has trailing spaces. 229

it/tidalwave/util/ReflectionUtils.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 73
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 100
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 104
 Error
javadoc JavadocMethod Missing a Javadoc comment. 122
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 132
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 136
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 140

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/TypeHolder.java

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

it/tidalwave/util/impl/TypeSafeHashMap.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'map'. 64

it/tidalwave/util/impl/TypeSafeHashMultiMap.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'map'. 63
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 86

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. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
whitespace OperatorWrap '+' should be on a new line. 62
 Error
whitespace OperatorWrap '+' should be on a new line. 63
 Error
whitespace OperatorWrap '+' should be on a new line. 64
 Error
whitespace OperatorWrap '+' should be on a new line. 65
 Error
regexp RegexpSingleline Line has trailing spaces. 81
 Error
regexp RegexpSingleline Line has trailing spaces. 94

it/tidalwave/util/spi/AsSupport.java

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

it/tidalwave/util/spi/DefaultProcessExecutor.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 488 lines (max allowed is 300). 1
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 72
 Error
regexp RegexpSingleline Line has trailing spaces. 89
 Error
sizes LineLength Line is longer than 120 characters (found 121). 96
 Error
sizes LineLength Line is longer than 120 characters (found 121). 116
 Error
sizes LineLength Line is longer than 120 characters (found 121). 150
 Error
sizes LineLength Line is longer than 120 characters (found 121). 169
 Error
sizes LineLength Line is longer than 120 characters (found 121). 193
 Error
sizes LineLength Line is longer than 120 characters (found 121). 205
 Error
sizes LineLength Line is longer than 120 characters (found 121). 237
 Error
sizes LineLength Line is longer than 120 characters (found 121). 267
 Error
sizes LineLength Line is longer than 120 characters (found 121). 278
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 315
 Error
regexp RegexpSingleline Line has trailing spaces. 347
 Error
regexp RegexpSingleline Line has trailing spaces. 348
 Error
regexp RegexpSingleline Line has trailing spaces. 349
 Error
sizes LineLength Line is longer than 120 characters (found 122). 362
 Error
sizes LineLength Line is longer than 120 characters (found 122). 365
 Error
blocks EmptyBlock Must have at least one statement. 459

it/tidalwave/util/spi/ExtendedFinderSupport.java

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

it/tidalwave/util/spi/FinderSupport.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 406 lines (max allowed is 300). 1
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <EXTENDED_FINDER> tag. 57
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <TYPE> tag. 57
 Error
regexp RegexpSingleline Line has trailing spaces. 154
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 180
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 259
 Error
sizes LineLength Line is longer than 120 characters (found 122). 260
 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