The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 1 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 0 | |
| MemberName | 0 | |
JavadocMethod
| 38 | |
JavadocType
| 2 | |
JavadocVariable
| 0 | |
| ConstantName | 1 | |
| 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
| 6 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 39 | |
| ')' is not preceded with whitespace. | 39 | |
| Missing a Javadoc comment. | 43 | |
| '(' is not followed by whitespace. | 43 | |
| ')' is not preceded with whitespace. | 43 | |
| Missing a Javadoc comment. | 48 | |
| '(' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 164 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 80 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 87 | |
| Redundant throws: 'ReporterException' is unchecked exception. | 88 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Expected @param tag for 'description'. | 50 | |
| Expected @throws tag for 'Exception'. | 51 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 79 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing a header - not enough lines in file. | 1 |
| Violation | Message | Line |
|---|---|---|
| 'description' hides a field. | 63 |
| Violation | Message | Line |
|---|---|---|
| Name 'testSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 148 |