The following document contains the results of Checkstyle. 
Summary
| Files |
Infos |
Warnings |
Errors |
| 79 |
0 |
4 |
0 |
Rules
| Rules |
Violations |
Severity |
| SuppressionCommentFilter |
0 |
Error |
| FileContentsHolder |
0 |
Error |
HiddenField
- ignoreConstructorParameter: "true"
- tokens: "VARIABLE_DEF"
- ignoreAbstractMethods: "true"
- ignoreSetter: "true"
|
0 |
Warning |
| StringLiteralEquality |
0 |
Warning |
| EqualsHashCode |
0 |
Error |
| VisibilityModifier |
0 |
Warning |
| EmptyStatement |
0 |
Info |
| IllegalThrows |
0 |
Warning |
| ParameterAssignment |
2 |
Warning |
| RedundantModifier |
0 |
Info |
RedundantThrows
- suppressLoadErrors: "true"
|
0 |
Info |
| TrailingComment
|
0 |
Info |
| AnonInnerLength |
0 |
Warning |
| UnusedImports
|
0 |
Info |
StaticVariableName
- applyToPackage: "true"
- format: "^[a-z][a-zA-Z0-9]*$"
- applyToPublic: "true"
- applyToProtected: "true"
- applyToPrivate: "true"
|
0 |
Warning |
ParameterName
- format: "^[a-z][a-zA-Z0-9]*$"
|
0 |
Warning |
| FinalClass |
0 |
Warning |
| SimplifyBooleanReturn |
0 |
Warning |
| HideUtilityClassConstructor |
0 |
Warning |
| SimplifyBooleanExpression |
0 |
Warning |
| ModifierOrder |
0 |
Info |
| BooleanExpressionComplexity |
1 |
Warning |
| DefaultComesLast |
0 |
Warning |
| InnerAssignment |
1 |
Warning |
MagicNumber
- ignoreAnnotation: "false"
- ignoreHashCodeMethod: "false"
|
0 |
Info |
LocalFinalVariableName
- format: "^[a-z][a-zA-Z0-9]*$"
|
0 |
Warning |
Details
| Violation |
Message |
Line |
|
Assignment of parameter 'rootElement' is not allowed. |
109 |
|
Assignment of parameter 'doc' is not allowed. |
110 |
| Violation |
Message |
Line |
|
Inner assignments should be avoided. |
193 |
| Violation |
Message |
Line |
|
Boolean expression complexity is 6 (max allowed is 3). |
136 |