The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 32 | 0 | 248 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| NewlineAtEndOfFile | 2 | |
| Translation | 0 | |
JavadocMethod
| 87 | |
JavadocType
| 33 | |
JavadocVariable
| 39 | |
| JavadocStyle | 19 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| FileLength | 0 | |
LineLength
| 8 | |
| MethodLength | 0 | |
| ParameterNumber | 1 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 14 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 1 | |
WhitespaceAround
| 7 | |
| ModifierOrder | 0 | |
| RedundantModifier | 11 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 7 | |
| HideUtilityClassConstructor | 1 | |
VisibilityModifier
| 9 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 7 | |
| UpperEll | 0 | |
| ParameterAssignment | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Comment matches to-do format 'TODO:'. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Comment matches to-do format 'TODO:'. | 40 | |
| Line is longer than 120 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| First sentence should end with a period. | 50 | |
| '(' is followed by whitespace. | 53 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 72 | |
| ':' is not preceded with whitespace. | 75 | |
| '(' is preceded with whitespace. | 76 | |
| ':' is not preceded with whitespace. | 88 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 120 characters. | 61 | |
| Missing a Javadoc comment. | 95 | |
| Line is longer than 120 characters. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 104 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 24 | |
| Missing a Javadoc comment. | 36 | |
| Utility classes should not have a public or default constructor. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 81 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| First sentence should end with a period. | 47 | |
| Expected @param tag for 'identifier'. | 50 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 62 | |
| Line is longer than 120 characters. | 81 | |
| '(' is preceded with whitespace. | 82 | |
| Line is longer than 120 characters. | 83 | |
| Comment matches to-do format 'TODO:'. | 99 | |
| Comment matches to-do format 'TODO:'. | 104 | |
| Line is longer than 120 characters. | 105 | |
| More than 7 parameters. | 105 | |
| Line is longer than 120 characters. | 106 | |
| Redundant throws: 'AddressException' is subclass of 'MessagingException'. | 106 | |
| Comment matches to-do format 'TODO:'. | 143 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 159 |
| Violation | Message | Line |
|---|---|---|
| Class ActionFactory should be declared as final. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 120 characters. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 95 | |
| Class Adapter should be declared as final. | 100 |
| Violation | Message | Line |
|---|---|---|
| Class Messages should be declared as final. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 52 | |
| Comment matches to-do format 'TODO:'. | 95 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 22 | |
| Missing a Javadoc comment. | 35 | |
| First sentence should end with a period. | 69 | |
| Expected @param tag for 'value'. | 74 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 98 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'key' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'value' must be private and have accessor methods. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| '(' is preceded with whitespace. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| First sentence should end with a period. | 41 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| First sentence should end with a period. | 33 | |
| Expected @param tag for 'hostName'. | 37 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 23 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 49 | |
| Variable 'locations' must be private and have accessor methods. | 52 | |
| Variable 'actions' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 171 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 203 | |
| Missing a Javadoc comment. | 209 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Variable 'version' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'settings' must be private and have accessor methods. | 10 |
| Violation | Message | Line |
|---|---|---|
| Class ParameterFactory should be declared as final. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 66 | |
| First sentence should end with a period. | 71 | |
| Expected an @return tag. | 77 | |
| First sentence should end with a period. | 89 | |
| Expected an @return tag. | 96 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 120 | |
| First sentence should end with a period. | 148 | |
| Expected @param tag for 'params'. | 155 | |
| First sentence should end with a period. | 159 | |
| Expected @param tag for 'parameter'. | 164 | |
| First sentence should end with a period. | 168 | |
| Expected @param tag for 'typedParameters'. | 173 | |
| First sentence should end with a period. | 177 | |
| Unused @param tag for 'propertyFile'. | 180 | |
| Expected @throws tag for 'Exception'. | 183 | |
| First sentence should end with a period. | 191 | |
| Expected @throws tag for 'Exception'. | 197 | |
| ':' is not preceded with whitespace. | 205 | |
| Missing a Javadoc comment. | 210 | |
| First sentence should end with a period. | 218 | |
| Missing a Javadoc comment. | 234 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Class IconFactory should be declared as final. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 68 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| First sentence should end with a period. | 32 | |
| Unclosed HTML tag found: <DefaultParameter> | 33 | |
| First sentence should end with a period. | 39 | |
| Expected @param tag for 'group'. | 45 | |
| Expected @param tag for 'params'. | 45 | |
| Missing a Javadoc comment. | 57 | |
| First sentence should end with a period. | 61 | |
| Expected @param tag for 'settings'. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 |
| Violation | Message | Line |
|---|---|---|
| Class ConfigurationIO should be declared as final. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '(' is preceded with whitespace. | 35 | |
| '{' is not followed by whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 45 | |
| '(' is preceded with whitespace. | 45 | |
| '(' is preceded with whitespace. | 47 | |
| '(' is preceded with whitespace. | 48 | |
| Missing a Javadoc comment. | 61 | |
| '(' is preceded with whitespace. | 61 | |
| '(' is preceded with whitespace. | 62 | |
| ',' is not followed by whitespace. | 65 | |
| '(' is preceded with whitespace. | 68 | |
| '(' is preceded with whitespace. | 68 | |
| '(' is preceded with whitespace. | 78 | |
| ':' is not preceded with whitespace. | 86 | |
| ':' is not preceded with whitespace. | 94 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 16 | |
| '(' is preceded with whitespace. | 47 | |
| '(' is preceded with whitespace. | 51 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'id' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'group' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'entries' must be private and have accessor methods. | 31 |
| Violation | Message | Line |
|---|---|---|
| Class Messages should be declared as final. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| '{' is not preceded with whitespace. | 22 | |
| Redundant 'public' modifier. | 27 | |
| Redundant 'public' modifier. | 32 | |
| First sentence should end with a period. | 34 | |
| Redundant 'public' modifier. | 40 | |
| Redundant 'public' modifier. | 45 | |
| Redundant 'public' modifier. | 50 | |
| Redundant 'public' modifier. | 55 | |
| Redundant 'public' modifier. | 60 |