The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| JavadocPackage | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
FileLength
| 0 | |
LineLength
| 1 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| EqualsHashCode | 0 | |
| FinalClass | 0 | |
JavadocType
| 1 | |
| JavadocMethod | 9 | |
JavadocVariable
| 0 | |
JavadocStyle
| 2 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| OperatorWrap | 0 | |
| TypecastParenPad | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| HiddenField | 5 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| NoFinalizer | 0 | |
| SuperClone | 0 | |
| SuperFinalize | 0 | |
| IllegalCatch | 3 | |
| IllegalThrows | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 1 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected @throws tag for 'ElementLanguageModuleLoaderException'. | 53 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 40 | |
| First sentence should end with a period. | 59 | |
| 'property' hides a field. | 63 | |
| First sentence should end with a period. | 68 | |
| 'property' hides a field. | 72 | |
| Expected @param tag for 'property'. | 72 | |
| 'ascending' hides a field. | 72 | |
| Expected @param tag for 'ascending'. | 72 | |
| Expected @throws tag for 'ClassCastException'. | 85 | |
| Redundant throws: 'ClassCastException' is unchecked exception. | 85 | |
| Expected @throws tag for 'ClassCastException'. | 122 | |
| Redundant throws: 'ClassCastException' is unchecked exception. | 122 | |
| Catching 'Exception' is not allowed. | 130 | |
| 'property' hides a field. | 152 | |
| 'ascending' hides a field. | 170 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'element'. | 46 | |
| Expected @throws tag for 'ElementConfiguratorException'. | 46 | |
| Line is longer than 200 characters. | 57 |