The following document contains the results of Checkstyle.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 227 | 0 | 676 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
501 | |
JavadocType
|
23 | |
JavadocVariable
|
53 | |
JavadocStyle
|
0 | |
| ConstantName | 8 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
MethodName
|
0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | Ignore |
| FileLength | 0 | |
LineLength
|
56 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | Ignore |
| WhitespaceAfter | 1 | |
WhitespaceAround
|
1 | |
| ModifierOrder | 9 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | Ignore |
| EmptyBlock | 2 | |
LeftCurly
|
0 | |
| NeedBraces | 0 | Ignore |
RightCurly
|
0 | |
| AvoidInlineConditionals | 0 | Ignore |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | Ignore |
| MissingSwitchDefault | 0 | |
RedundantThrows
|
2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | Ignore |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | Ignore |
| ArrayTypeStyle | 0 | |
| FinalParameters | 18 | |
GenericIllegalRegexp
|
0 | Ignore |
| TodoComment | 0 | Ignore |
| UpperEll | 0 | |
| PackageHtml | 0 | Ignore |
| NewlineAtEndOfFile | 0 | Ignore |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Parameter targets should be final. | 203 | |
| Parameter context should be final. | 211 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 29 | |
| Expected an @return tag. | 35 | |
| Expected an @return tag. | 65 | |
| Expected an @return tag. | 72 | |
| Expected @throws tag for 'OValException'. | 119 | |
| Expected @param tag for 'message'. | 147 |
| Violation | Message | Line |
|---|---|---|
| Expected @throws tag for 'OValException'. | 68 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 70 |
| Violation | Message | Line |
|---|---|---|
| Expected @throws tag for 'ValidationFailedException'. | 39 | |
| Expected @throws tag for 'ConstraintsViolatedException'. | 40 | |
| Expected @param tag for 'fieldValueToValidate'. | 53 | |
| Expected @throws tag for 'ValidationFailedException'. | 53 | |
| Expected @throws tag for 'ConstraintsViolatedException'. | 54 | |
| Expected @throws tag for 'ValidationFailedException'. | 65 | |
| Expected @throws tag for 'ValidationFailedException'. | 77 | |
| Expected @param tag for 'validatedObject'. | 86 | |
| Expected @param tag for 'validatedField'. | 86 | |
| Expected @param tag for 'fieldValueToValidate'. | 87 | |
| Expected @throws tag for 'ValidationFailedException'. | 87 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 138 | |
| Expected @throws tag for 'IllegalArgumentException'. | 171 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 229 | |
| Expected @param tag for 'configurers'. | 244 | |
| Expected @param tag for 'configurers'. | 254 | |
| Method length is 209 lines (max allowed is 150). | 260 | |
| Expected @param tag for 'overwrite'. | 746 | |
| Missing a Javadoc comment. | 797 | |
| Missing a Javadoc comment. | 853 | |
| Missing a Javadoc comment. | 868 | |
| Missing a Javadoc comment. | 923 | |
| Expected an @return tag. | 1003 | |
| Expected an @return tag. | 1019 | |
| Expected an @return tag. | 1035 | |
| Expected @throws tag for 'InvalidConfigurationException'. | 1054 | |
| Expected @throws tag for 'ReflectionException'. | 1054 | |
| Expected @throws tag for 'InvalidConfigurationException'. | 1095 | |
| Expected an @return tag. | 1133 | |
| Expected @throws tag for 'ExpressionLanguageNotAvailableException'. | 1134 | |
| Expected @param tag for 'profilesOfCheck'. | 1154 | |
| Expected @param tag for 'object'. | 1182 | |
| Expected @param tag for 'profileId'. | 1194 | |
| Expected @param tag for 'clazz'. | 1229 | |
| Expected @param tag for 'checks'. | 1229 | |
| Expected @param tag for 'field'. | 1244 | |
| Expected @param tag for 'checks'. | 1244 | |
| Expected @param tag for 'checks'. | 1259 | |
| Missing a Javadoc comment. | 1283 | |
| Missing a Javadoc comment. | 1305 | |
| Expected @param tag for 'violations'. | 1409 | |
| Expected @param tag for 'profiles'. | 1410 | |
| Expected @throws tag for 'ValidationFailedException'. | 1410 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for '<ValueType>'. | 28 | |
| Expected @param tag for '<ValueType>'. | 34 | |
| Expected @param tag for 'initialCapacity'. | 34 | |
| Expected @param tag for '<KeyType>'. | 40 | |
| Expected @param tag for '<ValueType>'. | 40 | |
| Expected @param tag for '<KeyType>'. | 46 | |
| Expected @param tag for '<ValueType>'. | 46 | |
| Expected @param tag for 'initialCapacity'. | 46 | |
| Expected @param tag for '<ValueType>'. | 52 | |
| Expected @param tag for '<ValueType>'. | 58 | |
| Expected @param tag for 'initialCapacity'. | 58 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <ConstraintAnnotation> tag. | 27 | |
| Must have at least one statement. | 62 | |
| Must have at least one statement. | 96 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <ExclusionAnnotation> tag. | 26 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <ConstraintAnnotation> tag. | 25 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <ExclusionAnnotation> tag. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 116 | |
| Expected @param tag for 'classCfg'. | 153 | |
| Missing a Javadoc comment. | 243 | |
| Missing a Javadoc comment. | 296 | |
| Missing a Javadoc comment. | 320 | |
| Missing a Javadoc comment. | 345 |
| Violation | Message | Line |
|---|---|---|
| '{' is not followed by whitespace. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 198 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 218 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 371 | |
| Missing a Javadoc comment. | 384 | |
| Missing a Javadoc comment. | 389 | |
| Missing a Javadoc comment. | 394 | |
| Missing a Javadoc comment. | 440 | |
| Missing a Javadoc comment. | 445 | |
| Missing a Javadoc comment. | 450 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 36 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 75 | |
| Expected @param tag for 'validatedObject'. | 75 | |
| Expected @param tag for 'valueToValidate'. | 75 | |
| Expected @param tag for 'context'. | 75 | |
| Expected @param tag for 'validator'. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 98 | |
| Expected @param tag for 'validatedObject'. | 98 | |
| Expected @param tag for 'valueToValidate'. | 98 | |
| Expected @param tag for 'context'. | 98 | |
| Expected @param tag for 'validator'. | 99 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 41 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 66 | |
| Expected @param tag for 'validatedObject'. | 66 | |
| Expected @param tag for 'valueToValidate'. | 66 | |
| Expected @param tag for 'context'. | 66 | |
| Expected @param tag for 'validator'. | 67 | |
| Expected @param tag for 'requireValidElements'. | 77 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Expected @throws tag for 'ReflectionException'. | 93 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 251 | |
| Parameter tolerance should be final. | 335 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Line is longer than 140 characters. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Line is longer than 140 characters. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Parameter constraintAnnotation should be final. | 35 | |
| Parameter tolerance should be final. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 69 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Line is longer than 140 characters. | 80 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'flags'. | 138 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'flags'. | 109 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| 'static' modifier out of order with the JLS suggestions. | 27 | |
| 'cast' is not followed by whitespace. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Parameter constraintAnnotation should be final. | 35 | |
| Parameter tolerance should be final. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 40 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'constructor'. | 37 | |
| Expected @param tag for 'parameterIndex'. | 37 | |
| Expected @param tag for 'parameterName'. | 38 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'field'. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'ex'. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 140 characters. | 30 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 140 characters. | 36 | |
| Line is longer than 140 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 140 characters. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 140 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line is longer than 140 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line is longer than 140 characters. | 66 | |
| Missing a Javadoc comment. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 |
| Violation | Message | Line |
|---|---|---|
| 'static' modifier out of order with the JLS suggestions. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| 'static' modifier out of order with the JLS suggestions. | 92 | |
| Name 'currentlyCheckingMethodReturnValues' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 | |
| Name 'currentlyCheckingPreConditions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 | |
| Name 'currentlyCheckingPostConditions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 | |
| Line is longer than 140 characters. | 129 | |
| Line is longer than 140 characters. | 132 | |
| Line is longer than 140 characters. | 139 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Expected @param tag for 'ctor'. | 214 | |
| Expected @param tag for 'paramIndex'. | 214 | |
| Expected @param tag for 'exclusions'. | 215 | |
| Expected @param tag for 'method'. | 232 | |
| Expected @param tag for 'paramIndex'. | 232 | |
| Expected @param tag for 'exclusions'. | 232 | |
| Expected @param tag for 'ctor'. | 251 | |
| Expected @param tag for 'paramIndex'. | 251 | |
| Expected @param tag for 'checks'. | 251 | |
| Expected @param tag for 'method'. | 270 | |
| Expected @param tag for 'checks'. | 270 | |
| Expected @param tag for 'method'. | 288 | |
| Expected @param tag for 'paramIndex'. | 288 | |
| Expected @param tag for 'checks'. | 288 | |
| Expected @param tag for 'method'. | 305 | |
| Expected @param tag for 'checks'. | 305 | |
| Expected @param tag for 'method'. | 322 | |
| Expected @param tag for 'checks'. | 322 | |
| Unused @throws tag for 'IllegalArgumentException'. | 381 | |
| Expected @param tag for 'guardedObject'. | 383 | |
| Expected @param tag for 'validatedObject'. | 409 | |
| Expected @param tag for 'method'. | 409 | |
| Expected @param tag for 'args'. | 410 | |
| Expected @throws tag for 'ValidationFailedException'. | 410 | |
| Expected an @return tag. | 466 | |
| Unused @throws tag for 'IllegalArgumentException'. | 505 | |
| Expected an @return tag. | 507 | |
| Expected @param tag for 'method'. | 507 | |
| Expected @param tag for 'paramIndex'. | 507 | |
| Expected @throws tag for 'InvalidConfigurationException'. | 507 | |
| Expected an @return tag. | 526 | |
| Expected @param tag for 'method'. | 526 | |
| Expected an @return tag. | 542 | |
| Expected @param tag for 'method'. | 542 | |
| Expected @param tag for 'guardedObject'. | 566 | |
| Expected @param tag for 'ctor'. | 566 | |
| Expected @param tag for 'args'. | 566 | |
| Expected @throws tag for 'ConstraintsViolatedException'. | 567 | |
| Expected @throws tag for 'ValidationFailedException'. | 567 | |
| Expected @param tag for 'guardedObject'. | 605 | |
| Expected @param tag for 'ctor'. | 605 | |
| Expected @param tag for 'args'. | 605 | |
| Expected @throws tag for 'ValidationFailedException'. | 606 | |
| Parameter guardedObject should be final. | 647 | |
| Expected @param tag for 'guardedObject'. | 647 | |
| Expected @param tag for 'method'. | 647 | |
| Expected @param tag for 'args'. | 647 | |
| Expected @param tag for 'invocable'. | 648 | |
| Redundant throws: 'ConstraintsViolatedException' is subclass of 'Throwable'. | 648 | |
| Expected @throws tag for 'ValidationFailedException'. | 648 | |
| Redundant throws: 'ValidationFailedException' is subclass of 'Throwable'. | 648 | |
| Expected @throws tag for 'Throwable'. | 648 | |
| Line is longer than 140 characters. | 768 | |
| Expected @param tag for 'returnValue'. | 777 | |
| Expected @param tag for 'preResult'. | 777 | |
| Expected @throws tag for 'ValidationFailedException'. | 778 | |
| Line is longer than 140 characters. | 827 | |
| Line is longer than 140 characters. | 834 | |
| Parameter guardedObject should be final. | 838 | |
| Expected @param tag for 'guardedObject'. | 838 | |
| Expected @param tag for 'method'. | 838 | |
| Expected @param tag for 'args'. | 838 | |
| Expected @throws tag for 'ValidationFailedException'. | 839 | |
| Expected @param tag for 'listener'. | 922 | |
| Expected @param tag for 'listener'. | 935 | |
| Expected @param tag for 'listener'. | 954 | |
| Expected @param tag for 'guardedObject'. | 954 | |
| Expected @param tag for 'guardedObject'. | 984 | |
| Expected @param tag for 'guardedObject'. | 1032 | |
| Expected @param tag for 'ex'. | 1032 | |
| Expected @param tag for 'ctor'. | 1095 | |
| Expected @param tag for 'paramIndex'. | 1095 | |
| Expected @param tag for 'exclusions'. | 1096 | |
| Expected @param tag for 'method'. | 1113 | |
| Expected @param tag for 'paramIndex'. | 1113 | |
| Expected @param tag for 'exclusions'. | 1113 | |
| Expected @param tag for 'ctor'. | 1130 | |
| Expected @param tag for 'paramIndex'. | 1130 | |
| Expected @param tag for 'checks'. | 1130 | |
| Unused @throws tag for 'IllegalArgumentException'. | 1145 | |
| Expected @param tag for 'method'. | 1149 | |
| Expected @param tag for 'paramIndex'. | 1149 | |
| Expected @param tag for 'checks'. | 1149 | |
| Unused @throws tag for 'IllegalArgumentException'. | 1163 | |
| Expected @param tag for 'method'. | 1166 | |
| Expected @param tag for 'checks'. | 1166 | |
| Unused @throws tag for 'IllegalArgumentException'. | 1179 | |
| Expected @param tag for 'method'. | 1182 | |
| Expected @param tag for 'checks'. | 1182 | |
| Expected @param tag for 'listener'. | 1197 | |
| Expected @param tag for 'listener'. | 1212 | |
| Expected @param tag for 'listener'. | 1231 | |
| Expected @param tag for 'guardedObject'. | 1231 | |
| Expected @param tag for 'validatedObject'. | 1308 | |
| Expected @param tag for 'constructor'. | 1309 | |
| Expected @param tag for 'argsToValidate'. | 1309 | |
| Expected @throws tag for 'ValidationFailedException'. | 1309 | |
| Expected @param tag for 'validatedObject'. | 1378 | |
| Expected @param tag for 'method'. | 1378 | |
| Expected @param tag for 'args'. | 1378 | |
| Expected @param tag for 'violations'. | 1379 | |
| Expected @throws tag for 'ValidationFailedException'. | 1379 | |
| Expected @param tag for 'validatedObject'. | 1428 | |
| Expected @param tag for 'method'. | 1428 | |
| Expected @param tag for 'args'. | 1428 | |
| Expected @param tag for 'returnValue'. | 1429 | |
| Expected @param tag for 'oldValues'. | 1429 | |
| Expected @param tag for 'violations'. | 1429 | |
| Expected @throws tag for 'ValidationFailedException'. | 1430 | |
| Expected @param tag for 'validatedObject'. | 1503 | |
| Expected @param tag for 'method'. | 1503 | |
| Expected @param tag for 'args'. | 1503 | |
| Expected @param tag for 'violations'. | 1504 | |
| Expected @throws tag for 'ValidationFailedException'. | 1504 | |
| Expected @param tag for 'validatedObject'. | 1575 | |
| Expected @param tag for 'method'. | 1575 | |
| Expected @param tag for 'returnValue'. | 1576 | |
| Expected @param tag for 'violations'. | 1576 | |
| Expected @throws tag for 'ValidationFailedException'. | 1576 | |
| Line is longer than 140 characters. | 1588 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 140 characters. | 36 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 116 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| Expected @throws tag for 'InvokingMethodFailedException'. | 43 | |
| Expected @throws tag for 'ConstraintsViolatedException'. | 43 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 112 | |
| Expected @param tag for 'clazz'. | 119 | |
| Expected @param tag for 'constructor'. | 443 | |
| Expected @param tag for 'parameterIndex'. | 443 | |
| Expected @param tag for 'exclusions'. | 444 | |
| Expected @param tag for 'constructor'. | 457 | |
| Expected @param tag for 'parameterIndex'. | 457 | |
| Expected @param tag for 'exclusions'. | 458 | |
| Expected @param tag for 'constructor'. | 471 | |
| Expected @param tag for 'parameterIndex'. | 471 | |
| Expected @param tag for 'checks'. | 472 | |
| Expected @param tag for 'constructor'. | 485 | |
| Expected @param tag for 'parameterIndex'. | 485 | |
| Expected @param tag for 'checks'. | 486 | |
| Expected @param tag for 'field'. | 497 | |
| Expected @param tag for 'checks'. | 497 | |
| Expected @throws tag for 'InvalidConfigurationException'. | 497 | |
| Expected @param tag for 'field'. | 508 | |
| Expected @param tag for 'checks'. | 508 | |
| Expected @throws tag for 'InvalidConfigurationException'. | 508 | |
| Expected @param tag for 'method'. | 521 | |
| Expected @param tag for 'parameterIndex'. | 521 | |
| Expected @param tag for 'exclusions'. | 522 | |
| Expected @param tag for 'method'. | 535 | |
| Expected @param tag for 'parameterIndex'. | 535 | |
| Expected @param tag for 'exclusions'. | 536 | |
| Expected @param tag for 'method'. | 549 | |
| Expected @param tag for 'parameterIndex'. | 549 | |
| Expected @param tag for 'checks'. | 549 | |
| Expected @param tag for 'method'. | 563 | |
| Expected @param tag for 'parameterIndex'. | 563 | |
| Expected @param tag for 'checks'. | 563 | |
| Expected @param tag for 'method'. | 575 | |
| Expected @param tag for 'checks'. | 575 | |
| Expected @param tag for 'method'. | 587 | |
| Expected @param tag for 'checks'. | 587 | |
| Expected @param tag for 'method'. | 598 | |
| Expected @param tag for 'checks'. | 598 | |
| Expected @param tag for 'method'. | 609 | |
| Expected @param tag for 'checks'. | 609 | |
| Expected @param tag for 'method'. | 620 | |
| Expected @param tag for 'checks'. | 620 | |
| Expected @throws tag for 'InvalidConfigurationException'. | 621 | |
| Expected @param tag for 'method'. | 632 | |
| Expected @param tag for 'checks'. | 633 | |
| Expected @throws tag for 'InvalidConfigurationException'. | 633 | |
| Expected @param tag for 'checks'. | 643 | |
| Expected @param tag for 'checks'. | 660 | |
| Missing a Javadoc comment. | 672 | |
| Missing a Javadoc comment. | 689 | |
| Missing a Javadoc comment. | 694 | |
| Missing a Javadoc comment. | 702 | |
| Missing a Javadoc comment. | 719 | |
| Missing a Javadoc comment. | 729 | |
| Missing a Javadoc comment. | 737 | |
| Missing a Javadoc comment. | 745 | |
| Missing a Javadoc comment. | 761 | |
| Missing a Javadoc comment. | 769 | |
| Missing a Javadoc comment. | 777 | |
| Missing a Javadoc comment. | 787 | |
| Missing a Javadoc comment. | 795 | |
| Missing a Javadoc comment. | 821 | |
| Missing a Javadoc comment. | 847 | |
| Missing a Javadoc comment. | 869 | |
| Missing a Javadoc comment. | 897 | |
| Missing a Javadoc comment. | 925 | |
| Missing a Javadoc comment. | 945 | |
| Missing a Javadoc comment. | 965 | |
| Missing a Javadoc comment. | 987 |
| Violation | Message | Line |
|---|---|---|
| 'static' modifier out of order with the JLS suggestions. | 31 | |
| Name 'classContexts' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| 'static' modifier out of order with the JLS suggestions. | 32 | |
| Name 'fieldContexts' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| 'static' modifier out of order with the JLS suggestions. | 33 | |
| Name 'methodEntryContexts' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 34 | |
| Name 'methodExitContexts' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Line is longer than 140 characters. | 35 | |
| 'static' modifier out of order with the JLS suggestions. | 35 | |
| Name 'methodReturnValueContexts' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter clazz should be final. | 37 | |
| Missing a Javadoc comment. | 51 | |
| Parameter field should be final. | 51 | |
| Missing a Javadoc comment. | 65 | |
| Parameter method should be final. | 65 | |
| Missing a Javadoc comment. | 79 | |
| Parameter method should be final. | 79 | |
| Missing a Javadoc comment. | 93 | |
| Parameter method should be final. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 44 | |
| 'static' modifier out of order with the JLS suggestions. | 44 | |
| Expected @throws tag for 'IllegalArgumentException'. | 70 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 214 | |
| Missing a Javadoc comment. | 219 | |
| Missing a Javadoc comment. | 227 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 261 | |
| Missing a Javadoc comment. | 269 | |
| Missing a Javadoc comment. | 306 | |
| Missing a Javadoc comment. | 311 | |
| Missing a Javadoc comment. | 319 | |
| Missing a Javadoc comment. | 330 | |
| Missing a Javadoc comment. | 342 | |
| Missing a Javadoc comment. | 353 | |
| Missing a Javadoc comment. | 361 | |
| Missing a Javadoc comment. | 366 | |
| Missing a Javadoc comment. | 371 | |
| Missing a Javadoc comment. | 379 | |
| Missing a Javadoc comment. | 390 | |
| Missing a Javadoc comment. | 402 | |
| Missing a Javadoc comment. | 413 | |
| Missing a Javadoc comment. | 421 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter ctor should be final. | 41 | |
| Parameter paramIndex should be final. | 41 | |
| Missing a Javadoc comment. | 48 | |
| Parameter method should be final. | 48 | |
| Parameter paramIndex should be final. | 48 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Expected an @return tag. | 31 | |
| Expected @param tag for '<T>'. | 31 | |
| Expected @param tag for 'collection'. | 31 | |
| Expected @param tag for 'elements'. | 31 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 28 | |
| Expected @param tag for 'initialCapacity'. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <K> tag. | 23 | |
| Type Javadoc comment is missing an @param <V> tag. | 23 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 89 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'clazz'. | 41 | |
| Expected @param tag for 'fieldName'. | 41 | |
| Expected @param tag for 'setter'. | 58 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 183 | |
| Expected @param tag for 'clazz'. | 209 | |
| Expected @param tag for 'methodName'. | 209 | |
| Expected @param tag for 'parameterTypes'. | 209 | |
| Expected @param tag for 'clazz'. | 224 | |
| Expected @param tag for 'methodName'. | 224 | |
| Expected @param tag for 'parameterTypes'. | 225 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 288 | |
| Missing a Javadoc comment. | 293 | |
| Expected @throws tag for 'InvokingMethodFailedException'. | 307 | |
| Expected @throws tag for 'ConstraintsViolatedException'. | 307 | |
| Missing a Javadoc comment. | 326 | |
| Missing a Javadoc comment. | 339 | |
| Expected an @return tag. | 347 | |
| Expected @param tag for 'method'. | 347 | |
| Missing a Javadoc comment. | 354 | |
| Missing a Javadoc comment. | 359 | |
| Missing a Javadoc comment. | 364 | |
| Missing a Javadoc comment. | 369 | |
| Expected an @return tag. | 377 | |
| Expected @param tag for 'method'. | 377 | |
| Missing a Javadoc comment. | 393 | |
| Missing a Javadoc comment. | 398 | |
| Expected an @return tag. | 406 | |
| Expected @param tag for 'method'. | 406 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Expected an @return tag. | 44 | |
| Expected @param tag for 'searchIn'. | 44 | |
| Expected @param tag for 'searchFor'. | 44 | |
| Expected @param tag for 'replaceWith'. | 45 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 18 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 20 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 22 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <K> tag. | 22 | |
| Type Javadoc comment is missing an @param <V> tag. | 22 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <K> tag. | 18 | |
| Type Javadoc comment is missing an @param <V> tag. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <K> tag. | 20 | |
| Type Javadoc comment is missing an @param <V> tag. | 20 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 18 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 28 | |
| Expected @param tag for 'initialCapacity'. | 47 | |
| Missing a Javadoc comment. | 76 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Expected @param tag for 'messageBundle'. | 49 | |
| Expected @param tag for 'messageBundle'. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 |