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 48 0 0 229

Files

File
 I
 W
 E it/tidalwave/dci/annotation/DciRole.java 0 0 1 it/tidalwave/role/impl/AsDelegate.java 0 0 1 it/tidalwave/role/impl/MultiMap.java 0 0 5 it/tidalwave/role/impl/OwnerAndRole.java 0 0 2 it/tidalwave/role/impl/ServiceLoaderLocator.java 0 0 6 it/tidalwave/role/spi/ContextManagerProvider.java 0 0 1 it/tidalwave/role/spi/OwnerRoleFactoryProvider.java 0 0 1 it/tidalwave/role/spi/SystemRoleFactory.java 0 0 2 it/tidalwave/role/spi/SystemRoleFactoryProvider.java 0 0 1 it/tidalwave/role/spi/SystemRoleFactorySupport.java 0 0 5 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/ContextManager.java 0 0 10 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/IdFactory.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 4 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/PreferencesHandler.java 0 0 7 it/tidalwave/util/ProcessExecutor.java 0 0 22 it/tidalwave/util/ReflectionUtils.java 0 0 12 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/DefaultPreferencesHandler.java 0 0 2 it/tidalwave/util/impl/TypeSafeHashMultiMap.java 0 0 1 it/tidalwave/util/impl/finder/ArrayListFinder.java 0 0 2 it/tidalwave/util/impl/finder/MappingFinder.java 0 0 4 it/tidalwave/util/impl/finder/ProviderFinder.java 0 0 4 it/tidalwave/util/impl/finder/SupplierFinder.java 0 0 4 it/tidalwave/util/spi/ArrayListCollectorSupport.java 0 0 12 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 imports UnusedImports 1
 Error javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
53
 Error JavadocType
  • scope: "public"
34
 Error JavadocVariable
  • scope: "public"
20
 Error misc NewlineAtEndOfFile 4
 Error regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
45
 Error sizes FileLength
  • max: "300"
7
 Error LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
15
 Error ParameterNumber
  • max: "4"
  • tokens: "METHOD_DEF"
2
 Error whitespace WhitespaceAfter 35
 Error WhitespaceAround 12
 Error

Details

it/tidalwave/dci/annotation/DciRole.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 50

it/tidalwave/role/impl/AsDelegate.java

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

it/tidalwave/role/impl/MultiMap.java

Severity Category Rule Message Line
 Error javadoc JavadocType Type Javadoc comment is missing an @param <K> tag. 41
 Error javadoc JavadocType Type Javadoc comment is missing an @param <V> tag. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 58

it/tidalwave/role/impl/OwnerAndRole.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocMethod Expected an @return tag. 57

it/tidalwave/role/impl/ServiceLoaderLocator.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocMethod Expected an @return tag. 59
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 60
 Error javadoc JavadocMethod Expected @param tag for 'serviceClass'. 60
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 101

it/tidalwave/role/spi/ContextManagerProvider.java

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

it/tidalwave/role/spi/OwnerRoleFactoryProvider.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 43

it/tidalwave/role/spi/SystemRoleFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Expected an @return tag. 56

it/tidalwave/role/spi/SystemRoleFactoryProvider.java

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

it/tidalwave/role/spi/SystemRoleFactorySupport.java

Severity Category Rule Message Line
 Error sizes FileLength File length is 381 lines (max allowed is 300). 1
 Error sizes ParameterNumber More than 4 parameters (found 5). 145
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 208
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 208
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 379

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

Severity Category Rule Message Line
 Error sizes FileLength File length is 379 lines (max allowed is 300). 1
 Error javadoc JavadocMethod Expected an @return tag. 68
 Error javadoc JavadocType Missing a Javadoc comment. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error javadoc JavadocType Missing a Javadoc comment. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Error whitespace WhitespaceAround '->' is not followed by whitespace. 263
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 263
 Error whitespace WhitespaceAround '->' is not followed by whitespace. 300
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 300

it/tidalwave/util/Finder.java

Severity Category Rule Message Line
 Error sizes FileLength File length is 584 lines (max allowed is 300). 1
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 77
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 77
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error sizes LineLength Line is longer than 120 characters (found 123). 88
 Error javadoc JavadocType Type Javadoc comment is missing an @param <U> tag. 91
 Error javadoc JavadocType Type Javadoc comment is missing an @param <U> tag. 152
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 166
 Error javadoc JavadocVariable Missing a Javadoc comment. 181
 Error javadoc JavadocVariable Missing a Javadoc comment. 181
 Error regexp RegexpSingleline Line has trailing spaces. 280
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 375
 Error regexp RegexpSingleline Line has trailing spaces. 528
 Error regexp RegexpSingleline Line has trailing spaces. 550

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

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

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. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 82

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 476 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. 333
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 356
 Error sizes ParameterNumber More than 4 parameters (found 5). 417

it/tidalwave/util/Parameters.java

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

it/tidalwave/util/PreferencesHandler.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Expected an @return tag. 66
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error javadoc JavadocMethod Expected an @return tag. 81

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 imports UnusedImports Unused import - java.util.Objects. 44
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 86
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 113
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 117
 Error javadoc JavadocMethod Expected @param tag for 'object'. 177
 Error javadoc JavadocMethod Expected @param tag for 'beans'. 177
 Error javadoc JavadocMethod Expected an @return tag. 209
 Error javadoc JavadocMethod Expected @param tag for 'type'. 210
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 216
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 220
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 224
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 255

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

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

it/tidalwave/util/impl/TypeSafeHashMultiMap.java

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

it/tidalwave/util/impl/finder/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/finder/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/finder/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/finder/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/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/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