The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 28 | 0 | 0 | 223 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
JavadocMethod
| 99 | |
| JavadocType | 0 | |
| JavadocVariable | 6 | |
| JavadocStyle | 2 | |
| ConstantName | 4 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 26 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
LineLength
| 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
NoWhitespaceAfter
| 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 23 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 24 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 27 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| ArrayTypeStyle | 2 | |
GenericIllegalRegexp
| 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 61 | |
| Extra HTML tag found: </p> | 70 | |
| Expected an @return tag. | 72 | |
| Expected an @return tag. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 64 | |
| Expected an @return tag. | 86 | |
| Expected an @return tag. | 113 | |
| Expected an @return tag. | 127 | |
| 'if' construct must use '{}'s. | 132 | |
| 'if' construct must use '{}'s. | 136 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 84 | |
| '+' should be on a new line. | 100 | |
| '+' should be on a new line. | 117 | |
| '&&' should be on a new line. | 141 | |
| '<' is not followed by whitespace. | 149 | |
| '||' should be on a new line. | 174 | |
| '+' should be on a new line. | 200 | |
| 'if' construct must use '{}'s. | 207 | |
| 'else' construct must use '{}'s. | 209 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 98 | |
| Expected an @return tag. | 120 | |
| Expected an @return tag. | 141 | |
| Expected an @return tag. | 163 | |
| Expected an @return tag. | 185 | |
| Expected an @return tag. | 207 | |
| Expected an @return tag. | 257 | |
| 'if' construct must use '{}'s. | 262 | |
| 'if' construct must use '{}'s. | 265 | |
| 'if' construct must use '{}'s. | 268 | |
| 'if' construct must use '{}'s. | 271 | |
| 'if' construct must use '{}'s. | 274 | |
| Expected an @return tag. | 286 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Missing a Javadoc comment. | 42 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Missing a Javadoc comment. | 48 | |
| Expected an @return tag. | 54 | |
| Expected an @return tag. | 80 | |
| Expected an @return tag. | 101 | |
| Expected an @return tag. | 126 | |
| Expected an @return tag. | 152 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 82 | |
| '+' should be on a new line. | 97 | |
| '+' should be on a new line. | 114 | |
| '+' should be on a new line. | 126 | |
| '+' should be on a new line. | 134 | |
| '+' should be on a new line. | 145 | |
| '+' should be on a new line. | 146 | |
| 'if' construct must use '{}'s. | 172 | |
| 'if' construct must use '{}'s. | 192 | |
| 'else' construct must use '{}'s. | 194 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 80 | |
| 'if' construct must use '{}'s. | 89 | |
| '+' should be on a new line. | 92 | |
| 'if' construct must use '{}'s. | 116 | |
| 'else' construct must use '{}'s. | 118 | |
| 'if' construct must use '{}'s. | 133 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 75 | |
| '+' should be on a new line. | 88 | |
| '+' should be on a new line. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 79 | |
| '+' should be on a new line. | 93 | |
| '+' should be on a new line. | 112 | |
| 'if' construct must use '{}'s. | 145 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 90 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 146 | |
| Expected an @return tag. | 155 | |
| Array brackets at illegal position. | 158 | |
| Expected an @return tag. | 168 | |
| Expected an @return tag. | 185 | |
| '+' should be on a new line. | 190 | |
| Expected an @return tag. | 210 | |
| Expected an @return tag. | 244 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Name 'Package' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'IllegalArgumentExceptionif'. | 0 | |
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'IllegalArgumentExceptionif'. | 0 | |
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 69 | |
| Expected an @return tag. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 88 | |
| Expected an @return tag. | 96 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 124 | |
| Expected an @return tag. | 132 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 146 | |
| Expected an @return tag. | 157 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 112 | |
| Expected an @return tag. | 134 | |
| Expected an @return tag. | 156 | |
| Expected an @return tag. | 178 | |
| Expected an @return tag. | 200 | |
| Expected an @return tag. | 222 | |
| Expected an @return tag. | 244 | |
| Expected an @return tag. | 295 | |
| '||' should be on a new line. | 302 | |
| '||' should be on a new line. | 303 | |
| '&&' should be on a new line. | 304 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'AppException'. | 0 | |
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 79 | |
| 'if' construct must use '{}'s. | 96 | |
| 'if' construct must use '{}'s. | 101 | |
| 'if' construct must use '{}'s. | 103 | |
| '+' should be on a new line. | 118 | |
| 'if' construct must use '{}'s. | 124 | |
| 'else' construct must use '{}'s. | 126 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 43 | |
| Redundant 'public' modifier. | 43 | |
| Redundant 'public' modifier. | 51 | |
| Expected an @return tag. | 57 | |
| Redundant 'public' modifier. | 57 | |
| Expected an @return tag. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Redundant 'public' modifier. | 71 | |
| Expected an @return tag. | 77 | |
| Redundant 'public' modifier. | 77 | |
| Redundant 'public' modifier. | 85 | |
| Expected an @return tag. | 91 | |
| Redundant 'public' modifier. | 91 | |
| Expected an @return tag. | 97 | |
| Redundant 'public' modifier. | 97 | |
| Redundant 'public' modifier. | 105 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 47 | |
| Expected an @return tag. | 85 | |
| Expected an @return tag. | 98 | |
| Expected an @return tag. | 111 | |
| Expected an @return tag. | 124 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 78 | |
| Expected an @return tag. | 100 | |
| Expected an @return tag. | 127 | |
| 'if' construct must use '{}'s. | 140 | |
| 'if' construct must use '{}'s. | 143 | |
| 'else' construct must use '{}'s. | 145 | |
| Expected an @return tag. | 178 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Missing a Javadoc comment. | 43 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| Expected an @return tag. | 52 | |
| First sentence should end with a period. | 64 | |
| Expected @param tag for 'actionEvent'. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| Expected an @return tag. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Missing a Javadoc comment. | 41 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Expected an @return tag. | 50 | |
| Expected an @return tag. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 96 | |
| '+' should be on a new line. | 139 | |
| '+' should be on a new line. | 156 | |
| Expected an @return tag. | 205 | |
| '1024' is a magic number. | 225 | |
| '1024' is a magic number. | 228 | |
| Array brackets at illegal position. | 229 | |
| '1024' is a magic number. | 229 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Expected an @return tag. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Redundant 'public' modifier. | 58 | |
| Expected an @return tag. | 64 | |
| Redundant 'public' modifier. | 64 | |
| Redundant 'public' modifier. | 72 | |
| Expected an @return tag. | 78 | |
| Redundant 'public' modifier. | 78 | |
| Redundant 'public' modifier. | 86 | |
| Expected an @return tag. | 92 | |
| Redundant 'public' modifier. | 92 | |
| Redundant 'public' modifier. | 100 | |
| Expected an @return tag. | 107 | |
| Redundant 'public' modifier. | 107 | |
| Expected an @return tag. | 113 | |
| Redundant 'public' modifier. | 113 | |
| Expected an @return tag. | 128 | |
| Redundant 'public' modifier. | 128 | |
| Expected an @return tag. | 137 | |
| Redundant 'public' modifier. | 137 | |
| Redundant 'public' modifier. | 149 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. | 4 | |
| Expected an @return tag. | 69 | |
| Expected an @return tag. | 91 | |
| Expected an @return tag. | 137 | |
| 'if' construct must use '{}'s. | 141 | |
| 'if' construct must use '{}'s. | 143 |