The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 4 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 1 | |
| MemberName | 0 | |
JavadocMethod
| 71 | |
JavadocType
| 11 | |
JavadocVariable
| 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 3 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 2 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 16 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| 'hashCode' hides a field. | 510 | |
| '1231' is a magic number. | 513 | |
| '1237' is a magic number. | 513 |
| Violation | Message | Line |
|---|---|---|
| Unused @throws tag for 'NullPointerException'. | 43 | |
| Expected @param tag for '<A>'. | 45 | |
| Unused @throws tag for 'NullPointerException'. | 58 | |
| Expected @param tag for '<A>'. | 60 | |
| Unused @throws tag for 'NullPointerException'. | 71 | |
| Expected @param tag for '<T>'. | 73 | |
| Expected @param tag for '<V>'. | 73 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 138 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Expected @throws tag for 'IntrospectionException'. | 75 | |
| Expected @param tag for '<T>'. | 102 | |
| Missing a Javadoc comment. | 148 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 149 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Expected @throws tag for 'IntrospectionException'. | 40 | |
| Unused @throws tag for 'NoSuchMethodException'. | 48 | |
| Unused @throws tag for 'NoSuchMethodException'. | 59 | |
| Expected an @return tag. | 71 | |
| Expected @param tag for 'propertyName'. | 71 | |
| Expected @throws tag for 'IntrospectionException'. | 72 | |
| Expected an @return tag. | 81 | |
| Expected @param tag for 'propertyName'. | 81 | |
| Expected @throws tag for 'IntrospectionException'. | 82 | |
| Expected @throws tag for 'NoSuchMethodException'. | 82 | |
| Expected an @return tag. | 91 | |
| Expected @param tag for 'name'. | 91 | |
| Expected @throws tag for 'NoSuchMethodException'. | 92 | |
| Expected @throws tag for 'IntrospectionException'. | 92 | |
| Expected an @return tag. | 101 | |
| Expected @param tag for 'propertyName'. | 101 | |
| Expected @throws tag for 'NoSuchMethodException'. | 102 | |
| Expected @throws tag for 'IntrospectionException'. | 102 | |
| Expected an @return tag. | 111 | |
| Expected @param tag for 'propertyName'. | 111 | |
| Expected @throws tag for 'NoSuchMethodException'. | 112 | |
| Expected @throws tag for 'IntrospectionException'. | 112 | |
| Expected an @return tag. | 121 | |
| Expected @param tag for 'propertyName'. | 121 | |
| Expected @throws tag for 'NoSuchMethodException'. | 122 | |
| Expected @throws tag for 'IntrospectionException'. | 122 | |
| Expected an @return tag. | 129 | |
| Expected @throws tag for 'IntrospectionException'. | 130 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 55 | |
| ')' is not preceded with whitespace. | 72 | |
| '(' is not followed by whitespace. | 74 | |
| ')' is not preceded with whitespace. | 74 |
| Violation | Message | Line |
|---|---|---|
| 'properties' hides a field. | 186 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 187 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Line is longer than 120 characters. | 147 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 46 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 64 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 78 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 100 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 48 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 157 |