The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| JavadocPackage 
 | 19 |  Error | 
| NewlineAtEndOfFile | 1 |  Error | 
| Translation | 0 |  Error | 
| FileLength | 0 |  Error | 
| FileTabCharacter 
 | 6663 |  Error | 
| RegexpSingleline 
 | 810 |  Error | 
| JavadocMethod | 1128 |  Error | 
| JavadocType | 133 |  Error | 
| JavadocVariable | 487 |  Error | 
| JavadocStyle | 60 |  Error | 
| ConstantName | 3 |  Error | 
| LocalFinalVariableName | 0 |  Error | 
| LocalVariableName | 0 |  Error | 
| MemberName | 10 |  Error | 
| MethodName | 7 |  Error | 
| PackageName | 0 |  Error | 
| ParameterName | 0 |  Error | 
| StaticVariableName | 1 |  Error | 
| TypeName | 0 |  Error | 
| AvoidStarImport | 1 |  Error | 
| IllegalImport | 0 |  Error | 
| RedundantImport | 0 |  Error | 
| UnusedImports | 6 |  Error | 
| LineLength | 1429 |  Error | 
| MethodLength | 2 |  Error | 
| ParameterNumber | 4 |  Error | 
| EmptyForIteratorPad | 0 |  Error | 
| MethodParamPad | 1185 |  Error | 
| NoWhitespaceAfter | 41 |  Error | 
| NoWhitespaceBefore | 4 |  Error | 
| OperatorWrap | 24 |  Error | 
| ParenPad | 20 |  Error | 
| TypecastParenPad | 0 |  Error | 
| WhitespaceAfter | 261 |  Error | 
| WhitespaceAround | 1422 |  Error | 
| ModifierOrder | 3 |  Error | 
| RedundantModifier | 61 |  Error | 
| AvoidNestedBlocks | 0 |  Error | 
| EmptyBlock | 20 |  Error | 
| LeftCurly | 381 |  Error | 
| NeedBraces | 38 |  Error | 
| RightCurly | 75 |  Error | 
| AvoidInlineConditionals | 40 |  Error | 
| DoubleCheckedLocking | 0 |  Error | 
| EmptyStatement | 0 |  Error | 
| EqualsHashCode | 0 |  Error | 
| HiddenField | 268 |  Error | 
| IllegalInstantiation | 0 |  Error | 
| InnerAssignment | 1 |  Error | 
| MagicNumber | 19 |  Error | 
| MissingSwitchDefault | 8 |  Error | 
| RedundantThrows | 1 |  Error | 
| SimplifyBooleanExpression | 1 |  Error | 
| SimplifyBooleanReturn | 0 |  Error | 
| DesignForExtension | 717 |  Error | 
| FinalClass | 1 |  Error | 
| HideUtilityClassConstructor | 6 |  Error | 
| InterfaceIsType | 0 |  Error | 
| VisibilityModifier | 77 |  Error | 
| ArrayTypeStyle | 0 |  Error | 
| FinalParameters | 1086 |  Error | 
| TodoComment | 29 |  Error | 
| UpperEll | 0 |  Error | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 4 | 
|  | Line is longer than 80 characters. | 26 | 
|  | Line has trailing spaces. | 27 | 
|  | Line is longer than 80 characters. | 27 | 
|  | Line has trailing spaces. | 28 | 
|  | Line has trailing spaces. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Variable 'validatorFactory' must be private and have accessor methods. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Parameter validatorFactory should be final. | 40 | 
|  | 'validatorFactory' hides a field. | 40 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Expected an @return tag. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Expected @param tag for 'o'. | 48 | 
|  | Expected @param tag for 'objStructure'. | 48 | 
|  | Line is longer than 80 characters. | 51 | 
|  | Expected an @return tag. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Expected @param tag for 'field'. | 54 | 
|  | Expected @param tag for 'o'. | 54 | 
|  | Expected @param tag for 'objStructure'. | 54 | 
|  | Expected @param tag for 'elementStack'. | 54 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 27 | 
|  | Line is longer than 80 characters. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | 'static' modifier out of order with the JLS suggestions. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Variable 'dataMap' must be private and have accessor methods. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 40 | 
|  | Line has trailing spaces. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line has trailing spaces. | 42 | 
|  | Line contains a tab character. | 42 | 
|  | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 43 | 
|  | Missing a Javadoc comment. | 43 | 
|  | '{' is not preceded with whitespace. | 43 | 
|  | Line has trailing spaces. | 46 | 
|  | Line contains a tab character. | 46 | 
|  | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 47 | 
|  | Line contains a tab character. | 49 | 
|  | Parameter o should be final. | 49 | 
|  | Line contains a tab character. | 51 | 
|  | Line has trailing spaces. | 52 | 
|  | Line contains a tab character. | 52 | 
|  | Line is longer than 80 characters. | 53 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 55 | 
|  | Line has trailing spaces. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | ',' is not followed by whitespace. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | 'if' is not followed by whitespace. | 66 | 
|  | 'cast' is not followed by whitespace. | 67 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 74 | 
|  | Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Avoid inline conditionals. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 79 | 
|  | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Parameter fieldKey should be final. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 84 | 
|  | Method 'hasField' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Parameter fieldKey should be final. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 89 | 
|  | Missing a Javadoc comment. | 89 | 
|  | Parameter clazz should be final. | 89 | 
|  | Line is longer than 80 characters. | 90 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line is longer than 80 characters. | 99 | 
|  | Line contains a tab character. | 99 | 
|  | Line is longer than 80 characters. | 100 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 18 | 
|  | Line contains a tab character. | 20 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Redundant 'public' modifier. | 20 | 
|  | Line has trailing spaces. | 21 | 
|  | Line contains a tab character. | 21 | 
|  | Line has trailing spaces. | 22 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Redundant 'public' modifier. | 22 | 
|  | Line has trailing spaces. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line has trailing spaces. | 24 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Redundant 'public' modifier. | 24 | 
|  | Line has trailing spaces. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Redundant 'public' modifier. | 26 | 
|  | Line has trailing spaces. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Redundant 'public' modifier. | 28 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 18 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Parameter message should be final. | 26 | 
|  | Parameter cause should be final. | 26 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Parameter message should be final. | 30 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter cause should be final. | 34 | 
|  | Line has trailing spaces. | 37 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 20 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Redundant 'public' modifier. | 21 | 
|  | Line has trailing spaces. | 22 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Redundant 'public' modifier. | 23 | 
|  | Line has trailing spaces. | 24 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 2 | 
|  | Line is longer than 80 characters. | 3 | 
|  | Line is longer than 80 characters. | 4 | 
|  | Line is longer than 80 characters. | 5 | 
|  | Line is longer than 80 characters. | 6 | 
|  | Unused import - org.apache.commons.beanutils.BeanUtils. | 21 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Missing a Javadoc comment. | 45 | 
|  | 'static' modifier out of order with the JLS suggestions. | 45 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Method 'getMessageService' is not designed for extension - needs to be abstract, final or empty. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Method 'setMessageService' is not designed for extension - needs to be abstract, final or empty. | 63 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Parameter messageService should be final. | 63 | 
|  | 'messageService' hides a field. | 63 | 
|  | Method 'getMessageLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 67 | 
|  | Missing a Javadoc comment. | 67 | 
|  | Method 'setMessageLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 71 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Parameter messageLocaleKey should be final. | 71 | 
|  | 'messageLocaleKey' hides a field. | 71 | 
|  | Method 'getMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Method 'setMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 79 | 
|  | Missing a Javadoc comment. | 79 | 
|  | Parameter messageGroupKey should be final. | 79 | 
|  | 'messageGroupKey' hides a field. | 79 | 
|  | Method 'setDateParser' is not designed for extension - needs to be abstract, final or empty. | 83 | 
|  | Missing a Javadoc comment. | 83 | 
|  | Parameter dateParser should be final. | 83 | 
|  | 'dateParser' hides a field. | 83 | 
|  | Line contains a tab character. | 87 | 
|  | Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 90 | 
|  | Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 98 | 
|  | Parameter serverSide should be final. | 98 | 
|  | 'serverSide' hides a field. | 98 | 
|  | Method 'getDateParser' is not designed for extension - needs to be abstract, final or empty. | 105 | 
|  | First sentence should end with a period. | 109 | 
|  | Expected an @return tag. | 116 | 
|  | Line is longer than 80 characters. | 116 | 
|  | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 116 | 
|  | Parameter data should be final. | 116 | 
|  | Expected @param tag for 'data'. | 116 | 
|  | Parameter objStructure should be final. | 116 | 
|  | Expected @param tag for 'objStructure'. | 116 | 
|  | Line is longer than 80 characters. | 120 | 
|  | Line is longer than 80 characters. | 123 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Parameter data should be final. | 123 | 
|  | Parameter objStructure should be final. | 123 | 
|  | Parameter elementStack should be final. | 123 | 
|  | Parameter rootData should be final. | 123 | 
|  | Parameter rootObjStructure should be final. | 123 | 
|  | Parameter isRoot should be final. | 123 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Line is longer than 80 characters. | 131 | 
|  | 'if' is not followed by whitespace. | 133 | 
|  | '{' is not preceded with whitespace. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line is longer than 80 characters. | 138 | 
|  | Line is longer than 80 characters. | 146 | 
|  | Line is longer than 80 characters. | 151 | 
|  | Line is longer than 80 characters. | 152 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | 'if' is not followed by whitespace. | 153 | 
|  | '==' is not preceded with whitespace. | 153 | 
|  | '==' is not followed by whitespace. | 153 | 
|  | '{' is not preceded with whitespace. | 153 | 
|  | Line is longer than 80 characters. | 154 | 
|  | Line contains a tab character. | 154 | 
|  | '+' is not preceded with whitespace. | 154 | 
|  | '+' is not followed by whitespace. | 154 | 
|  | '+' is not preceded with whitespace. | 154 | 
|  | '+' is not followed by whitespace. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line is longer than 80 characters. | 156 | 
|  | Line contains a tab character. | 156 | 
|  | ',' is not followed by whitespace. | 156 | 
|  | ',' is not followed by whitespace. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | 'if' is not followed by whitespace. | 160 | 
|  | '{' is not preceded with whitespace. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line is longer than 80 characters. | 176 | 
|  | Method 'validateField' is not designed for extension - needs to be abstract, final or empty. | 176 | 
|  | Missing a Javadoc comment. | 176 | 
|  | Parameter field should be final. | 176 | 
|  | Parameter objStruct should be final. | 176 | 
|  | Parameter dataProvider should be final. | 176 | 
|  | Parameter elementStack should be final. | 176 | 
|  | Parameter rootData should be final. | 176 | 
|  | Parameter rootObjectStructure should be final. | 176 | 
|  | Line is longer than 80 characters. | 179 | 
|  | Line is longer than 80 characters. | 183 | 
|  | Line is longer than 80 characters. | 188 | 
|  | Line is longer than 80 characters. | 198 | 
|  | Line contains a tab character. | 198 | 
|  | Line is longer than 80 characters. | 202 | 
|  | '=' is not preceded with whitespace. | 204 | 
|  | '=' is not followed by whitespace. | 204 | 
|  | Line contains a tab character. | 206 | 
|  | Line is longer than 80 characters. | 207 | 
|  | Line contains a tab character. | 207 | 
|  | Line is longer than 80 characters. | 208 | 
|  | Line is longer than 80 characters. | 210 | 
|  | Line is longer than 80 characters. | 214 | 
|  | Line is longer than 80 characters. | 215 | 
|  | Line is longer than 80 characters. | 216 | 
|  | Line is longer than 80 characters. | 221 | 
|  | Line is longer than 80 characters. | 222 | 
|  | Line is longer than 80 characters. | 223 | 
|  | Line is longer than 80 characters. | 228 | 
|  | Line is longer than 80 characters. | 230 | 
|  | Line is longer than 80 characters. | 231 | 
|  | Line has trailing spaces. | 237 | 
|  | 'if' is not followed by whitespace. | 245 | 
|  | 'cast' is not followed by whitespace. | 245 | 
|  | '{' is not preceded with whitespace. | 245 | 
|  | Line is longer than 80 characters. | 246 | 
|  | Line contains a tab character. | 249 | 
|  | Line contains a tab character. | 251 | 
|  | Line is longer than 80 characters. | 252 | 
|  | Line contains a tab character. | 252 | 
|  | Line is longer than 80 characters. | 253 | 
|  | Line is longer than 80 characters. | 255 | 
|  | Line is longer than 80 characters. | 260 | 
|  | Line is longer than 80 characters. | 261 | 
|  | Line is longer than 80 characters. | 262 | 
|  | Line is longer than 80 characters. | 263 | 
|  | Line is longer than 80 characters. | 268 | 
|  | Line is longer than 80 characters. | 269 | 
|  | Line is longer than 80 characters. | 270 | 
|  | Line is longer than 80 characters. | 274 | 
|  | Method 'tryParse' is not designed for extension - needs to be abstract, final or empty. | 281 | 
|  | Missing a Javadoc comment. | 281 | 
|  | Parameter s should be final. | 281 | 
|  | Must have at least one statement. | 286 | 
|  | Line is longer than 80 characters. | 293 | 
|  | Method 'processNestedObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 293 | 
|  | Missing a Javadoc comment. | 293 | 
|  | Parameter results should be final. | 293 | 
|  | Parameter value should be final. | 293 | 
|  | Parameter nestedObjStruct should be final. | 293 | 
|  | Parameter field should be final. | 293 | 
|  | Parameter elementStack should be final. | 293 | 
|  | Parameter rootData should be final. | 293 | 
|  | Parameter rootObjStructure should be final. | 293 | 
|  | Line is longer than 80 characters. | 295 | 
|  | Line is longer than 80 characters. | 299 | 
|  | Method 'processConstraint' is not designed for extension - needs to be abstract, final or empty. | 299 | 
|  | Missing a Javadoc comment. | 299 | 
|  | More than 7 parameters. | 299 | 
|  | Parameter valResults should be final. | 299 | 
|  | Parameter field should be final. | 299 | 
|  | Parameter objStructure should be final. | 299 | 
|  | Parameter value should be final. | 299 | 
|  | Parameter dataProvider should be final. | 299 | 
|  | Parameter elementStack should be final. | 299 | 
|  | Parameter rootData should be final. | 299 | 
|  | Parameter rootObjStructure should be final. | 299 | 
|  | Line is longer than 80 characters. | 302 | 
|  | Line is longer than 80 characters. | 303 | 
|  | Line is longer than 80 characters. | 305 | 
|  | Avoid inline conditionals. | 305 | 
|  | Line is longer than 80 characters. | 307 | 
|  | Line is longer than 80 characters. | 314 | 
|  | Line is longer than 80 characters. | 318 | 
|  | Line is longer than 80 characters. | 326 | 
|  | Line is longer than 80 characters. | 327 | 
|  | Line is longer than 80 characters. | 328 | 
|  | Line is longer than 80 characters. | 337 | 
|  | Line is longer than 80 characters. | 339 | 
|  | Line is longer than 80 characters. | 348 | 
|  | Line is longer than 80 characters. | 352 | 
|  | Method 'processRequireConstraint' is not designed for extension - needs to be abstract, final or empty. | 352 | 
|  | Missing a Javadoc comment. | 352 | 
|  | Parameter element should be final. | 352 | 
|  | Parameter constraint should be final. | 352 | 
|  | Parameter field should be final. | 352 | 
|  | Parameter objStructure should be final. | 352 | 
|  | Parameter dataProvider should be final. | 352 | 
|  | Line is longer than 80 characters. | 356 | 
|  | ';' is not followed by whitespace. | 356 | 
|  | Avoid inline conditionals. | 366 | 
|  | Line is longer than 80 characters. | 374 | 
|  | First sentence should end with a period. | 380 | 
|  | Line is longer than 80 characters. | 381 | 
|  | Expected an @return tag. | 387 | 
|  | Line is longer than 80 characters. | 387 | 
|  | Method 'processCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 387 | 
|  | More than 7 parameters. | 387 | 
|  | Parameter valResults should be final. | 387 | 
|  | Expected @param tag for 'valResults'. | 387 | 
|  | Parameter field should be final. | 387 | 
|  | Expected @param tag for 'field'. | 387 | 
|  | Parameter objStructure should be final. | 387 | 
|  | Expected @param tag for 'objStructure'. | 387 | 
|  | Parameter value should be final. | 387 | 
|  | Expected @param tag for 'value'. | 387 | 
|  | Parameter dataProvider should be final. | 387 | 
|  | Expected @param tag for 'dataProvider'. | 387 | 
|  | Parameter elementStack should be final. | 387 | 
|  | Expected @param tag for 'elementStack'. | 387 | 
|  | Parameter rootData should be final. | 387 | 
|  | Expected @param tag for 'rootData'. | 387 | 
|  | Parameter rootObjStructure should be final. | 387 | 
|  | Expected @param tag for 'rootObjStructure'. | 387 | 
|  | Line is longer than 80 characters. | 395 | 
|  | Avoid inline conditionals. | 395 | 
|  | 'if' is not followed by whitespace. | 398 | 
|  | '{' is not preceded with whitespace. | 398 | 
|  | Line contains a tab character. | 399 | 
|  | 'if' is not followed by whitespace. | 399 | 
|  | '{' is not preceded with whitespace. | 399 | 
|  | Line contains a tab character. | 400 | 
|  | Line is longer than 80 characters. | 401 | 
|  | Line contains a tab character. | 401 | 
|  | Line contains a tab character. | 402 | 
|  | 'else' is not preceded with whitespace. | 402 | 
|  | '}' is not followed by whitespace. | 402 | 
|  | 'else' is not followed by whitespace. | 402 | 
|  | '{' is not preceded with whitespace. | 402 | 
|  | Line has trailing spaces. | 403 | 
|  | Line is longer than 80 characters. | 403 | 
|  | Line contains a tab character. | 403 | 
|  | Line contains a tab character. | 404 | 
|  | Comment matches to-do format 'TODO:'. | 407 | 
|  | 'if' is not followed by whitespace. | 409 | 
|  | '!=' is not preceded with whitespace. | 409 | 
|  | '!=' is not followed by whitespace. | 409 | 
|  | '{' is not preceded with whitespace. | 409 | 
|  | Line contains a tab character. | 410 | 
|  | 'if' is not followed by whitespace. | 410 | 
|  | '{' is not preceded with whitespace. | 410 | 
|  | Line contains a tab character. | 411 | 
|  | Line is longer than 80 characters. | 412 | 
|  | Line contains a tab character. | 412 | 
|  | Line contains a tab character. | 413 | 
|  | Must have at least one statement. | 413 | 
|  | Line contains a tab character. | 414 | 
|  | Must have at least one statement. | 414 | 
|  | Line contains a tab character. | 415 | 
|  | Must have at least one statement. | 415 | 
|  | Line contains a tab character. | 416 | 
|  | Line contains a tab character. | 417 | 
|  | 'else' is not preceded with whitespace. | 417 | 
|  | '}' is not followed by whitespace. | 417 | 
|  | 'else' is not followed by whitespace. | 417 | 
|  | '{' is not preceded with whitespace. | 417 | 
|  | Line contains a tab character. | 418 | 
|  | Line contains a tab character. | 419 | 
|  | Line is longer than 80 characters. | 421 | 
|  | Avoid inline conditionals. | 421 | 
|  | ':' is not preceded with whitespace. | 421 | 
|  | ':' is not followed by whitespace. | 421 | 
|  | 'if' is not followed by whitespace. | 424 | 
|  | Line contains a tab character. | 431 | 
|  | 'if' is not followed by whitespace. | 431 | 
|  | '{' is not preceded with whitespace. | 431 | 
|  | Line contains a tab character. | 432 | 
|  | Line contains a tab character. | 433 | 
|  | 'if' is not followed by whitespace. | 433 | 
|  | '{' is not preceded with whitespace. | 433 | 
|  | Line contains a tab character. | 434 | 
|  | Line is longer than 80 characters. | 435 | 
|  | Line contains a tab character. | 435 | 
|  | Line contains a tab character. | 436 | 
|  | Must have at least one statement. | 436 | 
|  | Line contains a tab character. | 437 | 
|  | Must have at least one statement. | 437 | 
|  | Line contains a tab character. | 438 | 
|  | Must have at least one statement. | 438 | 
|  | Line contains a tab character. | 439 | 
|  | Line contains a tab character. | 440 | 
|  | 'else' is not preceded with whitespace. | 440 | 
|  | '}' is not followed by whitespace. | 440 | 
|  | 'else' is not followed by whitespace. | 440 | 
|  | '{' is not preceded with whitespace. | 440 | 
|  | Line is longer than 80 characters. | 441 | 
|  | Line contains a tab character. | 441 | 
|  | Line contains a tab character. | 442 | 
|  | Line is longer than 80 characters. | 443 | 
|  | Line contains a tab character. | 443 | 
|  | Line contains a tab character. | 446 | 
|  | 'else' is not preceded with whitespace. | 446 | 
|  | '}' is not followed by whitespace. | 446 | 
|  | 'else' is not followed by whitespace. | 446 | 
|  | '{' is not preceded with whitespace. | 446 | 
|  | Line contains a tab character. | 447 | 
|  | Line has trailing spaces. | 448 | 
|  | Line contains a tab character. | 449 | 
|  | Line is longer than 80 characters. | 450 | 
|  | Line contains a tab character. | 450 | 
|  | Line contains a tab character. | 451 | 
|  | Line contains a tab character. | 452 | 
|  | Line contains a tab character. | 453 | 
|  | Line contains a tab character. | 454 | 
|  | Line is longer than 80 characters. | 460 | 
|  | Method 'processValidCharConstraint' is not designed for extension - needs to be abstract, final or empty. | 460 | 
|  | Missing a Javadoc comment. | 460 | 
|  | Parameter element should be final. | 460 | 
|  | Parameter vcConstraint should be final. | 460 | 
|  | Parameter dataProvider should be final. | 460 | 
|  | Parameter value should be final. | 460 | 
|  | Line is longer than 80 characters. | 479 | 
|  | Line contains a tab character. | 480 | 
|  | 'if' is not followed by whitespace. | 481 | 
|  | '!=' is not preceded with whitespace. | 481 | 
|  | '!=' is not followed by whitespace. | 481 | 
|  | '{' is not preceded with whitespace. | 481 | 
|  | Line contains a tab character. | 482 | 
|  | 'else' is not preceded with whitespace. | 483 | 
|  | '}' is not followed by whitespace. | 483 | 
|  | 'else' is not followed by whitespace. | 483 | 
|  | '{' is not preceded with whitespace. | 483 | 
|  | Line contains a tab character. | 484 | 
|  | First sentence should end with a period. | 492 | 
|  | Line is longer than 80 characters. | 493 | 
|  | Expected an @return tag. | 504 | 
|  | Line is longer than 80 characters. | 504 | 
|  | Method 'processOccursConstraint' is not designed for extension - needs to be abstract, final or empty. | 504 | 
|  | Parameter element should be final. | 504 | 
|  | Expected @param tag for 'element'. | 504 | 
|  | Parameter constraint should be final. | 504 | 
|  | Expected @param tag for 'constraint'. | 504 | 
|  | Parameter field should be final. | 504 | 
|  | Expected @param tag for 'field'. | 504 | 
|  | Parameter objStructure should be final. | 504 | 
|  | Expected @param tag for 'objStructure'. | 504 | 
|  | Parameter dataProvider should be final. | 504 | 
|  | Expected @param tag for 'dataProvider'. | 504 | 
|  | Line is longer than 80 characters. | 512 | 
|  | Avoid inline conditionals. | 512 | 
|  | Line is longer than 80 characters. | 516 | 
|  | Avoid inline conditionals. | 516 | 
|  | Line is longer than 80 characters. | 519 | 
|  | Avoid inline conditionals. | 519 | 
|  | Comment matches to-do format 'TODO:'. | 522 | 
|  | Comment matches to-do format 'TODO:'. | 530 | 
|  | Line is longer than 80 characters. | 531 | 
|  | Method 'processLookupConstraint' is not designed for extension - needs to be abstract, final or empty. | 531 | 
|  | Missing a Javadoc comment. | 531 | 
|  | Parameter valResults should be final. | 531 | 
|  | Parameter lookupConstraint should be final. | 531 | 
|  | Parameter field should be final. | 531 | 
|  | Parameter elementStack should be final. | 531 | 
|  | Parameter dataProvider should be final. | 531 | 
|  | Line is longer than 80 characters. | 544 | 
|  | Line is longer than 80 characters. | 545 | 
|  | Line is longer than 80 characters. | 573 | 
|  | Line is longer than 80 characters. | 574 | 
|  | Line is longer than 80 characters. | 580 | 
|  | Method 'processBaseConstraints' is not designed for extension - needs to be abstract, final or empty. | 580 | 
|  | Missing a Javadoc comment. | 580 | 
|  | Parameter valResults should be final. | 580 | 
|  | Parameter constraint should be final. | 580 | 
|  | Parameter dataType should be final. | 580 | 
|  | Parameter name should be final. | 580 | 
|  | Parameter value should be final. | 580 | 
|  | Parameter elementStack should be final. | 580 | 
|  | Line is longer than 80 characters. | 583 | 
|  | Line is longer than 80 characters. | 584 | 
|  | Line is longer than 80 characters. | 606 | 
|  | Line is longer than 80 characters. | 610 | 
|  | Method 'validateBoolean' is not designed for extension - needs to be abstract, final or empty. | 610 | 
|  | Missing a Javadoc comment. | 610 | 
|  | Parameter value should be final. | 610 | 
|  | Parameter constraint should be final. | 610 | 
|  | Parameter element should be final. | 610 | 
|  | Parameter results should be final. | 610 | 
|  | Line is longer than 80 characters. | 615 | 
|  | Line is longer than 80 characters. | 622 | 
|  | Method 'validateDouble' is not designed for extension - needs to be abstract, final or empty. | 622 | 
|  | Missing a Javadoc comment. | 622 | 
|  | Parameter value should be final. | 622 | 
|  | Parameter constraint should be final. | 622 | 
|  | Parameter element should be final. | 622 | 
|  | Parameter results should be final. | 622 | 
|  | Line is longer than 80 characters. | 638 | 
|  | Line is longer than 80 characters. | 639 | 
|  | Line is longer than 80 characters. | 644 | 
|  | Line is longer than 80 characters. | 648 | 
|  | Line is longer than 80 characters. | 652 | 
|  | Line is longer than 80 characters. | 662 | 
|  | Method 'validateFloat' is not designed for extension - needs to be abstract, final or empty. | 662 | 
|  | Missing a Javadoc comment. | 662 | 
|  | Parameter value should be final. | 662 | 
|  | Parameter constraint should be final. | 662 | 
|  | Parameter element should be final. | 662 | 
|  | Parameter results should be final. | 662 | 
|  | Line is longer than 80 characters. | 677 | 
|  | Line is longer than 80 characters. | 678 | 
|  | Line is longer than 80 characters. | 683 | 
|  | Line is longer than 80 characters. | 687 | 
|  | Line is longer than 80 characters. | 691 | 
|  | Line is longer than 80 characters. | 701 | 
|  | Method 'validateLong' is not designed for extension - needs to be abstract, final or empty. | 701 | 
|  | Missing a Javadoc comment. | 701 | 
|  | Parameter value should be final. | 701 | 
|  | Parameter constraint should be final. | 701 | 
|  | Parameter element should be final. | 701 | 
|  | Parameter results should be final. | 701 | 
|  | Line is longer than 80 characters. | 716 | 
|  | Line is longer than 80 characters. | 717 | 
|  | Line is longer than 80 characters. | 722 | 
|  | Line is longer than 80 characters. | 726 | 
|  | Line is longer than 80 characters. | 730 | 
|  | Line is longer than 80 characters. | 741 | 
|  | Method 'validateInteger' is not designed for extension - needs to be abstract, final or empty. | 741 | 
|  | Missing a Javadoc comment. | 741 | 
|  | Parameter value should be final. | 741 | 
|  | Parameter constraint should be final. | 741 | 
|  | Parameter element should be final. | 741 | 
|  | Parameter results should be final. | 741 | 
|  | Line is longer than 80 characters. | 757 | 
|  | Line is longer than 80 characters. | 758 | 
|  | Line is longer than 80 characters. | 763 | 
|  | Line is longer than 80 characters. | 767 | 
|  | Line is longer than 80 characters. | 771 | 
|  | Line is longer than 80 characters. | 781 | 
|  | Method 'validateDate' is not designed for extension - needs to be abstract, final or empty. | 781 | 
|  | Missing a Javadoc comment. | 781 | 
|  | Parameter value should be final. | 781 | 
|  | Parameter constraint should be final. | 781 | 
|  | Parameter element should be final. | 781 | 
|  | Parameter results should be final. | 781 | 
|  | Parameter dateParser should be final. | 781 | 
|  | 'dateParser' hides a field. | 781 | 
|  | Line is longer than 80 characters. | 797 | 
|  | Line is longer than 80 characters. | 798 | 
|  | Line is longer than 80 characters. | 802 | 
|  | Line is longer than 80 characters. | 803 | 
|  | Line is longer than 80 characters. | 807 | 
|  | Line is longer than 80 characters. | 811 | 
|  | Line is longer than 80 characters. | 821 | 
|  | Method 'validateString' is not designed for extension - needs to be abstract, final or empty. | 821 | 
|  | Missing a Javadoc comment. | 821 | 
|  | Parameter value should be final. | 821 | 
|  | Parameter constraint should be final. | 821 | 
|  | Parameter element should be final. | 821 | 
|  | Parameter results should be final. | 821 | 
|  | Line is longer than 80 characters. | 831 | 
|  | Line is longer than 80 characters. | 832 | 
|  | Line is longer than 80 characters. | 833 | 
|  | Line is longer than 80 characters. | 837 | 
|  | Line is longer than 80 characters. | 839 | 
|  | Line is longer than 80 characters. | 841 | 
|  | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 850 | 
|  | Missing a Javadoc comment. | 850 | 
|  | Parameter messageId should be final. | 850 | 
|  | Line is longer than 80 characters. | 855 | 
|  | Method 'getElementXpath' is not designed for extension - needs to be abstract, final or empty. | 860 | 
|  | Missing a Javadoc comment. | 860 | 
|  | Parameter elementStack should be final. | 860 | 
|  | 'if' is not followed by whitespace. | 865 | 
|  | '{' is not preceded with whitespace. | 865 | 
|  | Line contains a tab character. | 866 | 
|  | Method 'hasText' is not designed for extension - needs to be abstract, final or empty. | 876 | 
|  | Missing a Javadoc comment. | 876 | 
|  | Parameter string should be final. | 876 | 
|  | Line is longer than 80 characters. | 885 | 
|  | Method 'toMap' is not designed for extension - needs to be abstract, final or empty. | 893 | 
|  | Missing a Javadoc comment. | 893 | 
|  | Parameter c should be final. | 893 | 
|  | Method 'getSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 906 | 
|  | Missing a Javadoc comment. | 906 | 
|  | Method 'setSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 910 | 
|  | Missing a Javadoc comment. | 910 | 
|  | Parameter searchDispatcher should be final. | 910 | 
|  | 'searchDispatcher' hides a field. | 910 | 
|  | Line contains a tab character. | 914 | 
|  | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 914 | 
|  | Line contains a tab character. | 915 | 
|  | Parameter field should be final. | 915 | 
|  | Line is longer than 80 characters. | 916 | 
|  | Line contains a tab character. | 916 | 
|  | Parameter o should be final. | 916 | 
|  | Parameter objStructure should be final. | 916 | 
|  | ',' is not followed by whitespace. | 916 | 
|  | Parameter elementStack should be final. | 916 | 
|  | Line contains a tab character. | 917 | 
|  | Line contains a tab character. | 918 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 17 | 
|  | Line has trailing spaces. | 18 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Line contains a tab character. | 26 | 
|  | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Parameter o should be final. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Parameter objStructure should be final. | 28 | 
|  | 'objStructure' hides a field. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'getObjStructure' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'setObjStructure' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Parameter objStructure should be final. | 36 | 
|  | 'objStructure' hides a field. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 40 | 
|  | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Parameter field should be final. | 41 | 
|  | Line is longer than 80 characters. | 42 | 
|  | Line contains a tab character. | 42 | 
|  | Parameter o should be final. | 42 | 
|  | Parameter objStructure should be final. | 42 | 
|  | 'objStructure' hides a field. | 42 | 
|  | ',' is not followed by whitespace. | 42 | 
|  | Parameter elementStack should be final. | 42 | 
|  | Line is longer than 80 characters. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line is longer than 80 characters. | 44 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | '=' is not preceded with whitespace. | 46 | 
|  | ';' is preceded with whitespace. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | 'if' is not followed by whitespace. | 48 | 
|  | '==' is not preceded with whitespace. | 48 | 
|  | '==' is not followed by whitespace. | 48 | 
|  | '{' is not preceded with whitespace. | 48 | 
|  | Line is longer than 80 characters. | 51 | 
|  | Line contains a tab character. | 53 | 
|  | Line has trailing spaces. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Line has trailing spaces. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line has trailing spaces. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Parameter elementStack should be final. | 59 | 
|  | Missing a Javadoc comment. | 70 | 
|  | Parameter c should be final. | 70 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Variable 'formats' must be private and have accessor methods. | 22 | 
|  | Line has trailing spaces. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line has trailing spaces. | 24 | 
|  | Line contains a tab character. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line has trailing spaces. | 29 | 
|  | Method 'parseDate' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Parameter input should be final. | 30 | 
|  | Line has trailing spaces. | 32 | 
|  | Must have at least one statement. | 36 | 
|  | Line has trailing spaces. | 42 | 
|  | Line has trailing spaces. | 44 | 
|  | Line has trailing spaces. | 48 | 
|  | Line is longer than 80 characters. | 53 | 
|  | Expected an @return tag. | 55 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 | 
|  | Parameter date should be final. | 56 | 
|  | Expected @param tag for 'date'. | 56 | 
|  | Line is longer than 80 characters. | 58 | 
|  | Line has trailing spaces. | 61 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 10 | 
|  | Line is longer than 80 characters. | 12 | 
|  | Line contains a tab character. | 12 | 
|  | Missing a Javadoc comment. | 12 | 
|  | Redundant 'public' modifier. | 12 | 
|  | Line is longer than 80 characters. | 13 | 
|  | Line contains a tab character. | 13 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Redundant 'public' modifier. | 13 | 
|  | ',' is not followed by whitespace. | 13 | 
|  | ',' is not followed by whitespace. | 13 | 
| Violation | Message | Line | 
|---|---|---|
|  | First sentence should end with a period. | 10 | 
|  | Line has trailing spaces. | 11 | 
|  | Line has trailing spaces. | 12 | 
|  | Line has trailing spaces. | 13 | 
|  | Line is longer than 80 characters. | 19 | 
|  | Line contains a tab character. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Line has trailing spaces. | 20 | 
|  | Line contains a tab character. | 20 | 
|  | Missing a Javadoc comment. | 20 | 
|  | ',' is not followed by whitespace. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Line has trailing spaces. | 22 | 
|  | Line contains a tab character. | 22 | 
|  | Line contains a tab character. | 23 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Line has trailing spaces. | 24 | 
|  | Line contains a tab character. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 25 | 
|  | '{' is not preceded with whitespace. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line has trailing spaces. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Method 'initializeMap' is not designed for extension - needs to be abstract, final or empty. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | '{' is not preceded with whitespace. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | 'if' is not followed by whitespace. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | 'for' is not followed by whitespace. | 32 | 
|  | ':' is not preceded with whitespace. | 32 | 
|  | '{' is not preceded with whitespace. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line has trailing spaces. | 36 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line has trailing spaces. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Line has trailing spaces. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Parameter customValidator should be final. | 41 | 
|  | Line has trailing spaces. | 42 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | 'if' is not followed by whitespace. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line has trailing spaces. | 47 | 
|  | Line contains a tab character. | 47 | 
|  | Line has trailing spaces. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Line has trailing spaces. | 49 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | 'if' is not followed by whitespace. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | 'cast' is not followed by whitespace. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line has trailing spaces. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | '{' is not preceded with whitespace. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | 'if' is not followed by whitespace. | 60 | 
|  | '==' is not preceded with whitespace. | 60 | 
|  | '==' is not followed by whitespace. | 60 | 
|  | '{' is not preceded with whitespace. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line has trailing spaces. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line has trailing spaces. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Method 'getDefaultValidator' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 72 | 
|  | Method 'setDefaultValidator' is not designed for extension - needs to be abstract, final or empty. | 72 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Parameter defaultValidator should be final. | 72 | 
|  | 'defaultValidator' hides a field. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Method 'getValidatorList' is not designed for extension - needs to be abstract, final or empty. | 76 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Method 'setValidatorList' is not designed for extension - needs to be abstract, final or empty. | 80 | 
|  | Missing a Javadoc comment. | 80 | 
|  | Parameter validatorList should be final. | 80 | 
|  | 'validatorList' hides a field. | 80 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 25 | 
|  | Utility classes should not have a public or default constructor. | 25 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Parameter value1 should be final. | 27 | 
|  | Parameter value2 should be final. | 27 | 
|  | Line is longer than 80 characters. | 28 | 
|  | Line contains a tab character. | 28 | 
|  | Parameter dataType should be final. | 28 | 
|  | Parameter operator should be final. | 28 | 
|  | Parameter isCaseSensitive should be final. | 28 | 
|  | Parameter dateParser should be final. | 28 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | 'if' is not followed by whitespace. | 32 | 
|  | '{' is not preceded with whitespace. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | 'if' is not followed by whitespace. | 33 | 
|  | '==' is not preceded with whitespace. | 33 | 
|  | '==' is not followed by whitespace. | 33 | 
|  | '{' is not preceded with whitespace. | 33 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Line contains a tab character. | 36 | 
|  | 'if' is not followed by whitespace. | 36 | 
|  | '{' is not preceded with whitespace. | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 47 | 
|  | 'if' is not followed by whitespace. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line has trailing spaces. | 51 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line is longer than 80 characters. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 88 | 
|  | '(' is preceded with whitespace. | 88 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 93 | 
|  | '(' is preceded with whitespace. | 93 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 102 | 
|  | Missing a Javadoc comment. | 102 | 
|  | Parameter o should be final. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | 'if' construct must use '{}'s. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | 'if' construct must use '{}'s. | 106 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | 'if' construct must use '{}'s. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 117 | 
|  | Missing a Javadoc comment. | 117 | 
|  | Parameter o should be final. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | 'if' construct must use '{}'s. | 119 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | 'if' construct must use '{}'s. | 121 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | 'if' construct must use '{}'s. | 123 | 
|  | Line contains a tab character. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 132 | 
|  | Missing a Javadoc comment. | 132 | 
|  | Parameter o should be final. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | 'if' construct must use '{}'s. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | 'if' construct must use '{}'s. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | 'if' construct must use '{}'s. | 138 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 147 | 
|  | Missing a Javadoc comment. | 147 | 
|  | Parameter o should be final. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | 'if' construct must use '{}'s. | 149 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | 'if' construct must use '{}'s. | 151 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | 'if' construct must use '{}'s. | 153 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 162 | 
|  | Missing a Javadoc comment. | 162 | 
|  | Parameter o should be final. | 162 | 
|  | Parameter dateParser should be final. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | 'if' construct must use '{}'s. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | 'if' construct must use '{}'s. | 166 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 175 | 
|  | Missing a Javadoc comment. | 175 | 
|  | Parameter o should be final. | 175 | 
|  | 'if' construct must use '{}'s. | 176 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | 'if' construct must use '{}'s. | 178 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 183 | 
|  | Missing a Javadoc comment. | 183 | 
|  | Parameter o should be final. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | 'if' construct must use '{}'s. | 185 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | 'if' construct must use '{}'s. | 187 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line has trailing spaces. | 194 | 
|  | Line contains a tab character. | 194 | 
|  | Line has trailing spaces. | 195 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line is longer than 80 characters. | 197 | 
|  | Line contains a tab character. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | Line is longer than 80 characters. | 199 | 
|  | Line contains a tab character. | 199 | 
|  | Line has trailing spaces. | 200 | 
|  | Line is longer than 80 characters. | 200 | 
|  | Line contains a tab character. | 200 | 
|  | Line is longer than 80 characters. | 201 | 
|  | Line contains a tab character. | 201 | 
|  | Line is longer than 80 characters. | 202 | 
|  | Line contains a tab character. | 202 | 
|  | Line is longer than 80 characters. | 203 | 
|  | Line contains a tab character. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | Line contains a tab character. | 205 | 
|  | Line contains a tab character. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | Expected an @return tag. | 211 | 
|  | Line is longer than 80 characters. | 211 | 
|  | Line contains a tab character. | 211 | 
|  | Parameter key should be final. | 211 | 
|  | Expected @param tag for 'key'. | 211 | 
|  | Parameter objStructure should be final. | 211 | 
|  | Expected @param tag for 'objStructure'. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | 'for' is not followed by whitespace. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | 'if' is not followed by whitespace. | 216 | 
|  | '==' is not preceded with whitespace. | 216 | 
|  | '==' is not followed by whitespace. | 216 | 
|  | '-' is not preceded with whitespace. | 216 | 
|  | '-' is not followed by whitespace. | 216 | 
|  | '{' is not preceded with whitespace. | 216 | 
|  | Line contains a tab character. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | '}' should be on the same line. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | 'else' is not followed by whitespace. | 219 | 
|  | '{' is not preceded with whitespace. | 219 | 
|  | Line is longer than 80 characters. | 220 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line contains a tab character. | 222 | 
|  | Line has trailing spaces. | 223 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line contains a tab character. | 227 | 
|  | Line contains a tab character. | 228 | 
|  | Line has trailing spaces. | 229 | 
|  | Line contains a tab character. | 229 | 
|  | Missing a Javadoc comment. | 230 | 
|  | Parameter fieldPath should be final. | 230 | 
|  | Line is longer than 80 characters. | 231 | 
|  | Avoid inline conditionals. | 231 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 25 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Variable 'dataMap' must be private and have accessor methods. | 27 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line contains a tab character. | 35 | 
|  | Line has trailing spaces. | 36 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | '{' is not preceded with whitespace. | 37 | 
|  | Line contains a tab character. | 40 | 
|  | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Parameter o should be final. | 41 | 
|  | Line contains a tab character. | 43 | 
|  | Line has trailing spaces. | 44 | 
|  | Line contains a tab character. | 44 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Must have at least one statement. | 52 | 
|  | Comment matches to-do format 'TODO:'. | 53 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line is longer than 80 characters. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Avoid inline conditionals. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 65 | 
|  | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Parameter fieldKey should be final. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 70 | 
|  | Method 'hasField' is not designed for extension - needs to be abstract, final or empty. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Parameter fieldKey should be final. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Parameter clazz should be final. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 18 | 
|  | Line contains a tab character. | 20 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Redundant 'public' modifier. | 20 | 
|  | Line has trailing spaces. | 21 | 
|  | Line contains a tab character. | 21 | 
|  | Line has trailing spaces. | 22 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Redundant 'public' modifier. | 22 | 
|  | Line has trailing spaces. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line has trailing spaces. | 24 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Redundant 'public' modifier. | 24 | 
|  | Line has trailing spaces. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Redundant 'public' modifier. | 26 | 
|  | Line has trailing spaces. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Redundant 'public' modifier. | 28 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 18 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Parameter message should be final. | 26 | 
|  | Parameter cause should be final. | 26 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Parameter message should be final. | 30 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter cause should be final. | 34 | 
|  | Line has trailing spaces. | 37 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 20 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Redundant 'public' modifier. | 21 | 
|  | Line has trailing spaces. | 22 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Redundant 'public' modifier. | 23 | 
|  | Line has trailing spaces. | 24 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Line is longer than 80 characters. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Variable 'formats' must be private and have accessor methods. | 22 | 
|  | Line has trailing spaces. | 23 | 
|  | Method 'parseDate' is not designed for extension - needs to be abstract, final or empty. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Parameter input should be final. | 24 | 
|  | Line has trailing spaces. | 26 | 
|  | Must have at least one statement. | 30 | 
|  | Line has trailing spaces. | 36 | 
|  | Line has trailing spaces. | 38 | 
|  | Line has trailing spaces. | 42 | 
|  | Line is longer than 80 characters. | 47 | 
|  | Expected an @return tag. | 49 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 | 
|  | Parameter date should be final. | 50 | 
|  | Expected @param tag for 'date'. | 50 | 
|  | Line is longer than 80 characters. | 52 | 
|  | Line has trailing spaces. | 55 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 45 | 
|  | Comment matches to-do format 'TODO:'. | 47 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Line contains a tab character. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Line contains a tab character. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Line contains a tab character. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Line contains a tab character. | 62 | 
|  | Method 'getMessageService' is not designed for extension - needs to be abstract, final or empty. | 62 | 
|  | Missing a Javadoc comment. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 66 | 
|  | Method 'setMessageService' is not designed for extension - needs to be abstract, final or empty. | 66 | 
|  | Missing a Javadoc comment. | 66 | 
|  | Parameter messageService should be final. | 66 | 
|  | 'messageService' hides a field. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 70 | 
|  | Method 'getMessageLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 70 | 
|  | Missing a Javadoc comment. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 74 | 
|  | Method 'setMessageLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 74 | 
|  | Missing a Javadoc comment. | 74 | 
|  | Parameter messageLocaleKey should be final. | 74 | 
|  | 'messageLocaleKey' hides a field. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 78 | 
|  | Method 'getMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 78 | 
|  | Missing a Javadoc comment. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 82 | 
|  | Method 'setMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 82 | 
|  | Missing a Javadoc comment. | 82 | 
|  | Parameter messageGroupKey should be final. | 82 | 
|  | 'messageGroupKey' hides a field. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 86 | 
|  | Method 'setDateParser' is not designed for extension - needs to be abstract, final or empty. | 86 | 
|  | Missing a Javadoc comment. | 86 | 
|  | Parameter dateParser should be final. | 86 | 
|  | 'dateParser' hides a field. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 101 | 
|  | Parameter serverSide should be final. | 101 | 
|  | 'serverSide' hides a field. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Method 'getDateParser' is not designed for extension - needs to be abstract, final or empty. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | First sentence should end with a period. | 115 | 
|  | Line contains a tab character. | 115 | 
|  | Line is longer than 80 characters. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Expected an @return tag. | 122 | 
|  | Line contains a tab character. | 122 | 
|  | Method 'validateTypeStateObject' is not designed for extension - needs to be abstract, final or empty. | 122 | 
|  | Parameter data should be final. | 122 | 
|  | Expected @param tag for 'data'. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | Parameter objStructure should be final. | 123 | 
|  | Expected @param tag for 'objStructure'. | 123 | 
|  | Line contains a tab character. | 125 | 
|  | Line is longer than 80 characters. | 126 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 129 | 
|  | Missing a Javadoc comment. | 129 | 
|  | Parameter data should be final. | 129 | 
|  | Line is longer than 80 characters. | 130 | 
|  | Line contains a tab character. | 130 | 
|  | Parameter objStructure should be final. | 130 | 
|  | Parameter elementStack should be final. | 130 | 
|  | Line is longer than 80 characters. | 132 | 
|  | Line contains a tab character. | 132 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line is longer than 80 characters. | 137 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line is longer than 80 characters. | 144 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 150 | 
|  | Line is longer than 80 characters. | 151 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line is longer than 80 characters. | 162 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line is longer than 80 characters. | 165 | 
|  | Line contains a tab character. | 165 | 
|  | Line is longer than 80 characters. | 166 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Line is longer than 80 characters. | 168 | 
|  | Line contains a tab character. | 168 | 
|  | Line is longer than 80 characters. | 169 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 192 | 
|  | Method 'validateField' is not designed for extension - needs to be abstract, final or empty. | 192 | 
|  | Missing a Javadoc comment. | 192 | 
|  | Parameter field should be final. | 192 | 
|  | Parameter type should be final. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Parameter state should be final. | 193 | 
|  | Parameter objStruct should be final. | 193 | 
|  | Line is longer than 80 characters. | 194 | 
|  | Line contains a tab character. | 194 | 
|  | Parameter dataProvider should be final. | 194 | 
|  | Parameter elementStack should be final. | 194 | 
|  | Line contains a tab character. | 196 | 
|  | Line is longer than 80 characters. | 197 | 
|  | Line contains a tab character. | 197 | 
|  | Line contains a tab character. | 199 | 
|  | Line contains a tab character. | 201 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | Expression can be simplified. | 203 | 
|  | Line is longer than 80 characters. | 204 | 
|  | Line contains a tab character. | 204 | 
|  | Line is longer than 80 characters. | 205 | 
|  | Line contains a tab character. | 205 | 
|  | Line is longer than 80 characters. | 206 | 
|  | Line contains a tab character. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | Line contains a tab character. | 212 | 
|  | Line is longer than 80 characters. | 213 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | Line contains a tab character. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line is longer than 80 characters. | 219 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line is longer than 80 characters. | 222 | 
|  | Line contains a tab character. | 222 | 
|  | 'if' is not followed by whitespace. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | '}' should be on the same line. | 225 | 
|  | Line is longer than 80 characters. | 226 | 
|  | Line contains a tab character. | 226 | 
|  | Must have at least one statement. | 226 | 
|  | Comment matches to-do format 'TODO:'. | 227 | 
|  | Line is longer than 80 characters. | 227 | 
|  | Line contains a tab character. | 227 | 
|  | Line is longer than 80 characters. | 228 | 
|  | Line contains a tab character. | 228 | 
|  | Line is longer than 80 characters. | 229 | 
|  | Line contains a tab character. | 229 | 
|  | Line contains a tab character. | 230 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | 'if' is not followed by whitespace. | 233 | 
|  | Line is longer than 80 characters. | 234 | 
|  | Line contains a tab character. | 234 | 
|  | 'for' is not followed by whitespace. | 234 | 
|  | ':' is not preceded with whitespace. | 234 | 
|  | Line is longer than 80 characters. | 235 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 239 | 
|  | Line contains a tab character. | 241 | 
|  | Line is longer than 80 characters. | 243 | 
|  | Line contains a tab character. | 243 | 
|  | Line contains a tab character. | 245 | 
|  | Line is longer than 80 characters. | 246 | 
|  | Line contains a tab character. | 246 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line is longer than 80 characters. | 249 | 
|  | Line contains a tab character. | 249 | 
|  | Line is longer than 80 characters. | 250 | 
|  | Line contains a tab character. | 250 | 
|  | Line contains a tab character. | 251 | 
|  | Line is longer than 80 characters. | 252 | 
|  | Line contains a tab character. | 252 | 
|  | Line contains a tab character. | 253 | 
|  | Line contains a tab character. | 254 | 
|  | Line contains a tab character. | 256 | 
|  | Line contains a tab character. | 257 | 
|  | Line is longer than 80 characters. | 258 | 
|  | Line contains a tab character. | 258 | 
|  | Line is longer than 80 characters. | 259 | 
|  | Line contains a tab character. | 259 | 
|  | Line contains a tab character. | 260 | 
|  | Line is longer than 80 characters. | 261 | 
|  | Line contains a tab character. | 261 | 
|  | Line contains a tab character. | 262 | 
|  | Line contains a tab character. | 263 | 
|  | Line contains a tab character. | 264 | 
|  | Line contains a tab character. | 265 | 
|  | 'if' is not followed by whitespace. | 265 | 
|  | Line is longer than 80 characters. | 266 | 
|  | Line contains a tab character. | 266 | 
|  | Line contains a tab character. | 267 | 
|  | Line contains a tab character. | 268 | 
|  | Line is longer than 80 characters. | 269 | 
|  | Line contains a tab character. | 269 | 
|  | Line is longer than 80 characters. | 270 | 
|  | Line contains a tab character. | 270 | 
|  | Line is longer than 80 characters. | 271 | 
|  | Line contains a tab character. | 271 | 
|  | Line is longer than 80 characters. | 272 | 
|  | Line contains a tab character. | 272 | 
|  | Line contains a tab character. | 273 | 
|  | Line contains a tab character. | 274 | 
|  | Line contains a tab character. | 275 | 
|  | Line contains a tab character. | 276 | 
|  | Line contains a tab character. | 278 | 
|  | Line contains a tab character. | 280 | 
|  | Line contains a tab character. | 281 | 
|  | Line is longer than 80 characters. | 282 | 
|  | Line contains a tab character. | 282 | 
|  | Line contains a tab character. | 284 | 
|  | Line is longer than 80 characters. | 285 | 
|  | Line contains a tab character. | 285 | 
|  | Line contains a tab character. | 286 | 
|  | Line is longer than 80 characters. | 287 | 
|  | Line contains a tab character. | 287 | 
|  | Line is longer than 80 characters. | 288 | 
|  | Line contains a tab character. | 288 | 
|  | Line is longer than 80 characters. | 289 | 
|  | Line contains a tab character. | 289 | 
|  | Line contains a tab character. | 290 | 
|  | Line is longer than 80 characters. | 291 | 
|  | Line contains a tab character. | 291 | 
|  | Line contains a tab character. | 292 | 
|  | 'if' is not followed by whitespace. | 292 | 
|  | Line contains a tab character. | 293 | 
|  | Line contains a tab character. | 294 | 
|  | Line contains a tab character. | 295 | 
|  | Line is longer than 80 characters. | 297 | 
|  | Line contains a tab character. | 297 | 
|  | Line is longer than 80 characters. | 298 | 
|  | Line contains a tab character. | 298 | 
|  | Line is longer than 80 characters. | 299 | 
|  | Line contains a tab character. | 299 | 
|  | Line contains a tab character. | 300 | 
|  | Line is longer than 80 characters. | 301 | 
|  | Line contains a tab character. | 301 | 
|  | Line contains a tab character. | 302 | 
|  | Line contains a tab character. | 303 | 
|  | Line is longer than 80 characters. | 305 | 
|  | Line contains a tab character. | 305 | 
|  | Line contains a tab character. | 306 | 
|  | Line is longer than 80 characters. | 307 | 
|  | Line contains a tab character. | 307 | 
|  | Line is longer than 80 characters. | 308 | 
|  | Line contains a tab character. | 308 | 
|  | Line contains a tab character. | 309 | 
|  | Line is longer than 80 characters. | 310 | 
|  | Line contains a tab character. | 310 | 
|  | Line contains a tab character. | 311 | 
|  | Line contains a tab character. | 312 | 
|  | Line contains a tab character. | 313 | 
|  | Line is longer than 80 characters. | 314 | 
|  | Line contains a tab character. | 314 | 
|  | Line is longer than 80 characters. | 315 | 
|  | Line contains a tab character. | 315 | 
|  | Line is longer than 80 characters. | 316 | 
|  | Line contains a tab character. | 316 | 
|  | Line is longer than 80 characters. | 317 | 
|  | Line contains a tab character. | 317 | 
|  | Line contains a tab character. | 318 | 
|  | Line is longer than 80 characters. | 319 | 
|  | Line contains a tab character. | 319 | 
|  | Line contains a tab character. | 320 | 
|  | Line contains a tab character. | 321 | 
|  | Line contains a tab character. | 322 | 
|  | Line contains a tab character. | 323 | 
|  | Line contains a tab character. | 324 | 
|  | Line contains a tab character. | 326 | 
|  | Missing a Javadoc comment. | 326 | 
|  | Parameter field should be final. | 326 | 
|  | Line contains a tab character. | 327 | 
|  | Line contains a tab character. | 328 | 
|  | Line is longer than 80 characters. | 329 | 
|  | Line contains a tab character. | 329 | 
|  | Line contains a tab character. | 330 | 
|  | Line is longer than 80 characters. | 331 | 
|  | Line contains a tab character. | 331 | 
|  | Line contains a tab character. | 332 | 
|  | Line contains a tab character. | 333 | 
|  | Line contains a tab character. | 334 | 
|  | Line contains a tab character. | 335 | 
|  | Line contains a tab character. | 336 | 
|  | Line contains a tab character. | 337 | 
|  | Line contains a tab character. | 339 | 
|  | Missing a Javadoc comment. | 339 | 
|  | Parameter s should be final. | 339 | 
|  | Line contains a tab character. | 340 | 
|  | Line contains a tab character. | 341 | 
|  | Line contains a tab character. | 342 | 
|  | Line contains a tab character. | 343 | 
|  | Line contains a tab character. | 344 | 
|  | Must have at least one statement. | 344 | 
|  | Line contains a tab character. | 345 | 
|  | Line contains a tab character. | 346 | 
|  | Line contains a tab character. | 347 | 
|  | Line contains a tab character. | 348 | 
|  | Line contains a tab character. | 349 | 
|  | Line contains a tab character. | 351 | 
|  | Missing a Javadoc comment. | 351 | 
|  | Line contains a tab character. | 352 | 
|  | Parameter results should be final. | 352 | 
|  | Parameter value should be final. | 352 | 
|  | Line is longer than 80 characters. | 353 | 
|  | Line contains a tab character. | 353 | 
|  | Parameter nestedObjStruct should be final. | 353 | 
|  | Parameter field should be final. | 353 | 
|  | Parameter elementStack should be final. | 353 | 
|  | Line is longer than 80 characters. | 355 | 
|  | Line contains a tab character. | 355 | 
|  | Line contains a tab character. | 357 | 
|  | Line contains a tab character. | 358 | 
|  | Line contains a tab character. | 359 | 
|  | Line is longer than 80 characters. | 360 | 
|  | Line contains a tab character. | 360 | 
|  | Line contains a tab character. | 361 | 
|  | Must have at least one statement. | 361 | 
|  | Line contains a tab character. | 362 | 
|  | Line contains a tab character. | 363 | 
|  | Line contains a tab character. | 364 | 
|  | Line contains a tab character. | 365 | 
|  | Line contains a tab character. | 366 | 
|  | Line contains a tab character. | 367 | 
|  | Line contains a tab character. | 368 | 
|  | Line contains a tab character. | 370 | 
|  | Missing a Javadoc comment. | 370 | 
|  | Parameter constraint should be final. | 370 | 
|  | Line contains a tab character. | 371 | 
|  | Parameter bcb should be final. | 371 | 
|  | Parameter field should be final. | 371 | 
|  | Line contains a tab character. | 372 | 
|  | Line is longer than 80 characters. | 373 | 
|  | Line contains a tab character. | 373 | 
|  | Avoid inline conditionals. | 373 | 
|  | Line contains a tab character. | 374 | 
|  | Line contains a tab character. | 375 | 
|  | Line contains a tab character. | 377 | 
|  | Line is longer than 80 characters. | 378 | 
|  | Line contains a tab character. | 378 | 
|  | Avoid inline conditionals. | 378 | 
|  | Line contains a tab character. | 379 | 
|  | Line contains a tab character. | 380 | 
|  | Line contains a tab character. | 382 | 
|  | Line contains a tab character. | 383 | 
|  | Line is longer than 80 characters. | 384 | 
|  | Line contains a tab character. | 384 | 
|  | Line is longer than 80 characters. | 385 | 
|  | Line contains a tab character. | 385 | 
|  | Line is longer than 80 characters. | 386 | 
|  | Line contains a tab character. | 386 | 
|  | Avoid inline conditionals. | 386 | 
|  | Line contains a tab character. | 387 | 
|  | Line contains a tab character. | 388 | 
|  | Line contains a tab character. | 390 | 
|  | Line contains a tab character. | 391 | 
|  | Line is longer than 80 characters. | 392 | 
|  | Line contains a tab character. | 392 | 
|  | Line is longer than 80 characters. | 393 | 
|  | Line contains a tab character. | 393 | 
|  | Line is longer than 80 characters. | 394 | 
|  | Line contains a tab character. | 394 | 
|  | Avoid inline conditionals. | 394 | 
|  | Line contains a tab character. | 395 | 
|  | Line contains a tab character. | 396 | 
|  | Line contains a tab character. | 398 | 
|  | Line contains a tab character. | 399 | 
|  | Line is longer than 80 characters. | 400 | 
|  | Line contains a tab character. | 400 | 
|  | Line contains a tab character. | 401 | 
|  | Line contains a tab character. | 402 | 
|  | Line contains a tab character. | 403 | 
|  | Line contains a tab character. | 404 | 
|  | Line is longer than 80 characters. | 405 | 
|  | Line contains a tab character. | 405 | 
|  | Line contains a tab character. | 406 | 
|  | Line contains a tab character. | 407 | 
|  | Line contains a tab character. | 408 | 
|  | Line contains a tab character. | 410 | 
|  | Line contains a tab character. | 411 | 
|  | Line is longer than 80 characters. | 412 | 
|  | Line contains a tab character. | 412 | 
|  | Line contains a tab character. | 413 | 
|  | Line contains a tab character. | 414 | 
|  | Line contains a tab character. | 415 | 
|  | Line contains a tab character. | 416 | 
|  | Line is longer than 80 characters. | 417 | 
|  | Line contains a tab character. | 417 | 
|  | Line contains a tab character. | 418 | 
|  | Line contains a tab character. | 419 | 
|  | Line contains a tab character. | 420 | 
|  | Line contains a tab character. | 421 | 
|  | Line contains a tab character. | 423 | 
|  | Missing a Javadoc comment. | 423 | 
|  | More than 7 parameters. | 423 | 
|  | Parameter valResults should be final. | 423 | 
|  | Line is longer than 80 characters. | 424 | 
|  | Line contains a tab character. | 424 | 
|  | Parameter constraint should be final. | 424 | 
|  | Parameter field should be final. | 424 | 
|  | Parameter type should be final. | 424 | 
|  | Parameter state should be final. | 424 | 
|  | Line contains a tab character. | 425 | 
|  | Parameter objStructure should be final. | 425 | 
|  | Parameter value should be final. | 425 | 
|  | Line is longer than 80 characters. | 426 | 
|  | Line contains a tab character. | 426 | 
|  | Parameter dataProvider should be final. | 426 | 
|  | Parameter bcb should be final. | 426 | 
|  | Line contains a tab character. | 427 | 
|  | Parameter elementStack should be final. | 427 | 
|  | Line contains a tab character. | 429 | 
|  | Line is longer than 80 characters. | 430 | 
|  | Line contains a tab character. | 430 | 
|  | Line contains a tab character. | 431 | 
|  | Line contains a tab character. | 432 | 
|  | Line contains a tab character. | 433 | 
|  | Line is longer than 80 characters. | 435 | 
|  | Line contains a tab character. | 435 | 
|  | Line contains a tab character. | 436 | 
|  | Line contains a tab character. | 438 | 
|  | 'if' is not followed by whitespace. | 438 | 
|  | Line contains a tab character. | 439 | 
|  | Line contains a tab character. | 440 | 
|  | Line contains a tab character. | 442 | 
|  | Line contains a tab character. | 443 | 
|  | Line is longer than 80 characters. | 444 | 
|  | Line contains a tab character. | 444 | 
|  | Line is longer than 80 characters. | 445 | 
|  | Line contains a tab character. | 445 | 
|  | Line contains a tab character. | 446 | 
|  | Line contains a tab character. | 447 | 
|  | Line contains a tab character. | 448 | 
|  | Line contains a tab character. | 449 | 
|  | Line contains a tab character. | 451 | 
|  | Line contains a tab character. | 452 | 
|  | Line contains a tab character. | 453 | 
|  | Line is longer than 80 characters. | 454 | 
|  | Line contains a tab character. | 454 | 
|  | Line is longer than 80 characters. | 455 | 
|  | Line contains a tab character. | 455 | 
|  | Line is longer than 80 characters. | 456 | 
|  | Line contains a tab character. | 456 | 
|  | Line is longer than 80 characters. | 457 | 
|  | Line contains a tab character. | 457 | 
|  | Line contains a tab character. | 458 | 
|  | Line contains a tab character. | 459 | 
|  | Line contains a tab character. | 460 | 
|  | Line contains a tab character. | 461 | 
|  | Line contains a tab character. | 462 | 
|  | Line contains a tab character. | 463 | 
|  | Line contains a tab character. | 465 | 
|  | Line contains a tab character. | 466 | 
|  | Line is longer than 80 characters. | 467 | 
|  | Line contains a tab character. | 467 | 
|  | Line is longer than 80 characters. | 468 | 
|  | Line contains a tab character. | 468 | 
|  | Line is longer than 80 characters. | 469 | 
|  | Line contains a tab character. | 469 | 
|  | Line is longer than 80 characters. | 470 | 
|  | Line contains a tab character. | 470 | 
|  | Line contains a tab character. | 471 | 
|  | Line contains a tab character. | 472 | 
|  | Line contains a tab character. | 473 | 
|  | Line contains a tab character. | 474 | 
|  | Line contains a tab character. | 475 | 
|  | Line contains a tab character. | 477 | 
|  | Line contains a tab character. | 478 | 
|  | Line is longer than 80 characters. | 479 | 
|  | Line contains a tab character. | 479 | 
|  | Line is longer than 80 characters. | 480 | 
|  | Line contains a tab character. | 480 | 
|  | Line contains a tab character. | 481 | 
|  | Line contains a tab character. | 482 | 
|  | Line contains a tab character. | 483 | 
|  | Line contains a tab character. | 485 | 
|  | Line contains a tab character. | 486 | 
|  | Line contains a tab character. | 487 | 
|  | Line is longer than 80 characters. | 488 | 
|  | Line contains a tab character. | 488 | 
|  | Line is longer than 80 characters. | 489 | 
|  | Line contains a tab character. | 489 | 
|  | Line is longer than 80 characters. | 490 | 
|  | Line contains a tab character. | 490 | 
|  | Line contains a tab character. | 491 | 
|  | Line contains a tab character. | 492 | 
|  | Line contains a tab character. | 493 | 
|  | Line contains a tab character. | 495 | 
|  | Missing a Javadoc comment. | 495 | 
|  | Parameter element should be final. | 495 | 
|  | Line contains a tab character. | 496 | 
|  | Parameter constraint should be final. | 496 | 
|  | Parameter field should be final. | 496 | 
|  | Line is longer than 80 characters. | 497 | 
|  | Line contains a tab character. | 497 | 
|  | Parameter objStructure should be final. | 497 | 
|  | Parameter dataProvider should be final. | 497 | 
|  | Line contains a tab character. | 499 | 
|  | Line contains a tab character. | 501 | 
|  | Line contains a tab character. | 502 | 
|  | Line contains a tab character. | 504 | 
|  | Line contains a tab character. | 506 | 
|  | Line contains a tab character. | 507 | 
|  | Line contains a tab character. | 508 | 
|  | Line contains a tab character. | 509 | 
|  | Line contains a tab character. | 510 | 
|  | Line contains a tab character. | 511 | 
|  | Avoid inline conditionals. | 511 | 
|  | Line contains a tab character. | 512 | 
|  | Line contains a tab character. | 514 | 
|  | Line is longer than 80 characters. | 515 | 
|  | Line contains a tab character. | 515 | 
|  | Line contains a tab character. | 516 | 
|  | Line contains a tab character. | 517 | 
|  | Line contains a tab character. | 518 | 
|  | Line contains a tab character. | 519 | 
|  | Line is longer than 80 characters. | 520 | 
|  | Line contains a tab character. | 520 | 
|  | Line contains a tab character. | 521 | 
|  | Line contains a tab character. | 523 | 
|  | Line contains a tab character. | 524 | 
|  | First sentence should end with a period. | 526 | 
|  | Line contains a tab character. | 526 | 
|  | Line is longer than 80 characters. | 527 | 
|  | Line contains a tab character. | 527 | 
|  | Line contains a tab character. | 528 | 
|  | Line contains a tab character. | 529 | 
|  | Line contains a tab character. | 530 | 
|  | Line contains a tab character. | 531 | 
|  | Line contains a tab character. | 532 | 
|  | Line contains a tab character. | 533 | 
|  | Line is longer than 80 characters. | 534 | 
|  | Line contains a tab character. | 534 | 
|  | More than 7 parameters. | 534 | 
|  | Parameter valResults should be final. | 534 | 
|  | Expected @param tag for 'valResults'. | 534 | 
|  | Line is longer than 80 characters. | 535 | 
|  | Line contains a tab character. | 535 | 
|  | Parameter constraint should be final. | 535 | 
|  | Expected @param tag for 'constraint'. | 535 | 
|  | Parameter field should be final. | 535 | 
|  | Expected @param tag for 'field'. | 535 | 
|  | Parameter type should be final. | 535 | 
|  | Expected @param tag for 'type'. | 535 | 
|  | Parameter state should be final. | 535 | 
|  | Expected @param tag for 'state'. | 535 | 
|  | Line contains a tab character. | 536 | 
|  | Parameter objStructure should be final. | 536 | 
|  | Expected @param tag for 'objStructure'. | 536 | 
|  | Parameter value should be final. | 536 | 
|  | Expected @param tag for 'value'. | 536 | 
|  | Line is longer than 80 characters. | 537 | 
|  | Line contains a tab character. | 537 | 
|  | Parameter dataProvider should be final. | 537 | 
|  | Expected @param tag for 'dataProvider'. | 537 | 
|  | Parameter bcb should be final. | 537 | 
|  | Expected @param tag for 'bcb'. | 537 | 
|  | Line contains a tab character. | 538 | 
|  | Parameter elementStack should be final. | 538 | 
|  | Expected @param tag for 'elementStack'. | 538 | 
|  | Line is longer than 80 characters. | 540 | 
|  | Line contains a tab character. | 540 | 
|  | Avoid inline conditionals. | 540 | 
|  | Line contains a tab character. | 541 | 
|  | Line is longer than 80 characters. | 542 | 
|  | Line contains a tab character. | 542 | 
|  | Avoid inline conditionals. | 542 | 
|  | Line is longer than 80 characters. | 543 | 
|  | Line contains a tab character. | 543 | 
|  | Line contains a tab character. | 544 | 
|  | Comment matches to-do format 'TODO:'. | 546 | 
|  | Line contains a tab character. | 546 | 
|  | Line contains a tab character. | 547 | 
|  | Avoid inline conditionals. | 547 | 
|  | Line contains a tab character. | 548 | 
|  | Line contains a tab character. | 550 | 
|  | Line contains a tab character. | 551 | 
|  | Line contains a tab character. | 552 | 
|  | Line is longer than 80 characters. | 554 | 
|  | Line contains a tab character. | 554 | 
|  | Line is longer than 80 characters. | 555 | 
|  | Line contains a tab character. | 555 | 
|  | Line is longer than 80 characters. | 556 | 
|  | Line contains a tab character. | 556 | 
|  | Line is longer than 80 characters. | 557 | 
|  | Line contains a tab character. | 557 | 
|  | Line contains a tab character. | 558 | 
|  | Line contains a tab character. | 559 | 
|  | Line contains a tab character. | 560 | 
|  | Line contains a tab character. | 561 | 
|  | Line contains a tab character. | 563 | 
|  | Missing a Javadoc comment. | 563 | 
|  | Parameter element should be final. | 563 | 
|  | Line contains a tab character. | 564 | 
|  | Parameter vcConstraint should be final. | 564 | 
|  | Line contains a tab character. | 565 | 
|  | Parameter dataProvider should be final. | 565 | 
|  | Parameter value should be final. | 565 | 
|  | Line contains a tab character. | 567 | 
|  | Line contains a tab character. | 569 | 
|  | Line contains a tab character. | 570 | 
|  | Line contains a tab character. | 571 | 
|  | Line contains a tab character. | 573 | 
|  | Line contains a tab character. | 574 | 
|  | Line contains a tab character. | 575 | 
|  | Line contains a tab character. | 577 | 
|  | Line contains a tab character. | 579 | 
|  | Line contains a tab character. | 580 | 
|  | Line contains a tab character. | 581 | 
|  | Line contains a tab character. | 583 | 
|  | Line contains a tab character. | 584 | 
|  | Line contains a tab character. | 585 | 
|  | Line contains a tab character. | 586 | 
|  | Line contains a tab character. | 587 | 
|  | Line contains a tab character. | 588 | 
|  | Line contains a tab character. | 589 | 
|  | Line contains a tab character. | 591 | 
|  | Line contains a tab character. | 592 | 
|  | Line contains a tab character. | 593 | 
|  | Line contains a tab character. | 594 | 
|  | Line contains a tab character. | 595 | 
|  | Line contains a tab character. | 596 | 
|  | Line contains a tab character. | 597 | 
|  | Line contains a tab character. | 598 | 
|  | Comment matches to-do format 'TODO:'. | 600 | 
|  | Line contains a tab character. | 600 | 
|  | Line contains a tab character. | 601 | 
|  | Line is longer than 80 characters. | 602 | 
|  | Line contains a tab character. | 602 | 
|  | Line contains a tab character. | 603 | 
|  | Line contains a tab character. | 604 | 
|  | Line is longer than 80 characters. | 605 | 
|  | Line contains a tab character. | 605 | 
|  | Line contains a tab character. | 606 | 
|  | Line is longer than 80 characters. | 607 | 
|  | Line contains a tab character. | 607 | 
|  | Line contains a tab character. | 608 | 
|  | Line is longer than 80 characters. | 609 | 
|  | Line contains a tab character. | 609 | 
|  | Line contains a tab character. | 610 | 
|  | Line contains a tab character. | 611 | 
|  | Line contains a tab character. | 613 | 
|  | Line contains a tab character. | 614 | 
|  | First sentence should end with a period. | 616 | 
|  | Line contains a tab character. | 616 | 
|  | Line is longer than 80 characters. | 617 | 
|  | Line contains a tab character. | 617 | 
|  | Line contains a tab character. | 618 | 
|  | Line contains a tab character. | 619 | 
|  | Line contains a tab character. | 620 | 
|  | Line contains a tab character. | 621 | 
|  | Line contains a tab character. | 622 | 
|  | Line contains a tab character. | 623 | 
|  | Line contains a tab character. | 624 | 
|  | Line contains a tab character. | 625 | 
|  | Line contains a tab character. | 626 | 
|  | Line contains a tab character. | 627 | 
|  | Line contains a tab character. | 628 | 
|  | Expected an @return tag. | 629 | 
|  | Line contains a tab character. | 629 | 
|  | Parameter element should be final. | 629 | 
|  | Expected @param tag for 'element'. | 629 | 
|  | Line is longer than 80 characters. | 630 | 
|  | Line contains a tab character. | 630 | 
|  | Parameter constraint should be final. | 630 | 
|  | Expected @param tag for 'constraint'. | 630 | 
|  | Parameter field should be final. | 630 | 
|  | Expected @param tag for 'field'. | 630 | 
|  | Parameter type should be final. | 630 | 
|  | Expected @param tag for 'type'. | 630 | 
|  | Parameter state should be final. | 630 | 
|  | Expected @param tag for 'state'. | 630 | 
|  | Line is longer than 80 characters. | 631 | 
|  | Line contains a tab character. | 631 | 
|  | Parameter objStructure should be final. | 631 | 
|  | Expected @param tag for 'objStructure'. | 631 | 
|  | Parameter dataProvider should be final. | 631 | 
|  | Expected @param tag for 'dataProvider'. | 631 | 
|  | Line contains a tab character. | 633 | 
|  | Line contains a tab character. | 634 | 
|  | Line contains a tab character. | 636 | 
|  | Line contains a tab character. | 638 | 
|  | Line is longer than 80 characters. | 639 | 
|  | Line contains a tab character. | 639 | 
|  | Line contains a tab character. | 640 | 
|  | Avoid inline conditionals. | 640 | 
|  | Line contains a tab character. | 641 | 
|  | Line contains a tab character. | 643 | 
|  | Line is longer than 80 characters. | 644 | 
|  | Line contains a tab character. | 644 | 
|  | Line is longer than 80 characters. | 645 | 
|  | Line contains a tab character. | 645 | 
|  | Avoid inline conditionals. | 645 | 
|  | Line contains a tab character. | 646 | 
|  | Line is longer than 80 characters. | 648 | 
|  | Line contains a tab character. | 648 | 
|  | Line contains a tab character. | 649 | 
|  | Avoid inline conditionals. | 649 | 
|  | Line contains a tab character. | 651 | 
|  | Line contains a tab character. | 652 | 
|  | Line contains a tab character. | 653 | 
|  | Line contains a tab character. | 654 | 
|  | Line contains a tab character. | 656 | 
|  | Line contains a tab character. | 657 | 
|  | Comment matches to-do format 'TODO:'. | 659 | 
|  | Line contains a tab character. | 659 | 
|  | Line is longer than 80 characters. | 660 | 
|  | Line contains a tab character. | 660 | 
|  | Missing a Javadoc comment. | 660 | 
|  | Parameter valResults should be final. | 660 | 
|  | Line contains a tab character. | 661 | 
|  | Comment matches to-do format 'TODO:'. | 663 | 
|  | Line contains a tab character. | 663 | 
|  | Line contains a tab character. | 664 | 
|  | Missing a Javadoc comment. | 664 | 
|  | Line contains a tab character. | 665 | 
|  | Parameter valResults should be final. | 665 | 
|  | Line contains a tab character. | 666 | 
|  | Line is longer than 80 characters. | 668 | 
|  | Line contains a tab character. | 668 | 
|  | Missing a Javadoc comment. | 668 | 
|  | Parameter valResults should be final. | 668 | 
|  | Line contains a tab character. | 669 | 
|  | Parameter bcb should be final. | 669 | 
|  | Parameter field should be final. | 669 | 
|  | Parameter value should be final. | 669 | 
|  | Line contains a tab character. | 670 | 
|  | Parameter elementStack should be final. | 670 | 
|  | Line contains a tab character. | 672 | 
|  | Line contains a tab character. | 674 | 
|  | Line contains a tab character. | 675 | 
|  | Line is longer than 80 characters. | 676 | 
|  | Line contains a tab character. | 676 | 
|  | Line is longer than 80 characters. | 677 | 
|  | Line contains a tab character. | 677 | 
|  | Line is longer than 80 characters. | 678 | 
|  | Line contains a tab character. | 678 | 
|  | Line contains a tab character. | 679 | 
|  | Line contains a tab character. | 680 | 
|  | Line contains a tab character. | 681 | 
|  | Line contains a tab character. | 682 | 
|  | Line contains a tab character. | 683 | 
|  | Line is longer than 80 characters. | 685 | 
|  | Line contains a tab character. | 685 | 
|  | Line contains a tab character. | 686 | 
|  | Line contains a tab character. | 688 | 
|  | Line contains a tab character. | 689 | 
|  | Line contains a tab character. | 690 | 
|  | Line contains a tab character. | 691 | 
|  | Line contains a tab character. | 692 | 
|  | Line contains a tab character. | 693 | 
|  | Line contains a tab character. | 694 | 
|  | Line contains a tab character. | 695 | 
|  | Line contains a tab character. | 696 | 
|  | Line contains a tab character. | 697 | 
|  | Line contains a tab character. | 698 | 
|  | Line contains a tab character. | 699 | 
|  | Line contains a tab character. | 700 | 
|  | Line is longer than 80 characters. | 701 | 
|  | Line contains a tab character. | 701 | 
|  | Line contains a tab character. | 702 | 
|  | Line contains a tab character. | 703 | 
|  | Line contains a tab character. | 705 | 
|  | Missing a Javadoc comment. | 705 | 
|  | Parameter value should be final. | 705 | 
|  | Parameter bcb should be final. | 705 | 
|  | Line contains a tab character. | 706 | 
|  | Parameter element should be final. | 706 | 
|  | Parameter results should be final. | 706 | 
|  | Line contains a tab character. | 707 | 
|  | Line contains a tab character. | 708 | 
|  | Line contains a tab character. | 709 | 
|  | Line contains a tab character. | 710 | 
|  | Line is longer than 80 characters. | 711 | 
|  | Line contains a tab character. | 711 | 
|  | Line is longer than 80 characters. | 712 | 
|  | Line contains a tab character. | 712 | 
|  | Line contains a tab character. | 713 | 
|  | Line contains a tab character. | 714 | 
|  | Line contains a tab character. | 715 | 
|  | Line contains a tab character. | 716 | 
|  | Line contains a tab character. | 718 | 
|  | Missing a Javadoc comment. | 718 | 
|  | Parameter value should be final. | 718 | 
|  | Parameter bcb should be final. | 718 | 
|  | Line contains a tab character. | 719 | 
|  | Parameter element should be final. | 719 | 
|  | Parameter results should be final. | 719 | 
|  | Line contains a tab character. | 720 | 
|  | Line contains a tab character. | 722 | 
|  | Line contains a tab character. | 724 | 
|  | Line contains a tab character. | 725 | 
|  | Line contains a tab character. | 726 | 
|  | Line contains a tab character. | 727 | 
|  | Line contains a tab character. | 728 | 
|  | Line contains a tab character. | 729 | 
|  | Line is longer than 80 characters. | 730 | 
|  | Line contains a tab character. | 730 | 
|  | Line contains a tab character. | 731 | 
|  | Line contains a tab character. | 732 | 
|  | Line contains a tab character. | 734 | 
|  | Line is longer than 80 characters. | 735 | 
|  | Line contains a tab character. | 735 | 
|  | Line is longer than 80 characters. | 736 | 
|  | Line contains a tab character. | 736 | 
|  | Line contains a tab character. | 738 | 
|  | Line contains a tab character. | 739 | 
|  | Line contains a tab character. | 740 | 
|  | Line contains a tab character. | 741 | 
|  | Line is longer than 80 characters. | 742 | 
|  | Line contains a tab character. | 742 | 
|  | Line contains a tab character. | 743 | 
|  | Line contains a tab character. | 744 | 
|  | Line contains a tab character. | 745 | 
|  | Line contains a tab character. | 746 | 
|  | Line is longer than 80 characters. | 747 | 
|  | Line contains a tab character. | 747 | 
|  | Line is longer than 80 characters. | 748 | 
|  | Line contains a tab character. | 748 | 
|  | Line contains a tab character. | 749 | 
|  | Line contains a tab character. | 750 | 
|  | Line contains a tab character. | 751 | 
|  | Line contains a tab character. | 752 | 
|  | Line is longer than 80 characters. | 753 | 
|  | Line contains a tab character. | 753 | 
|  | Line is longer than 80 characters. | 754 | 
|  | Line contains a tab character. | 754 | 
|  | Line contains a tab character. | 755 | 
|  | Line contains a tab character. | 756 | 
|  | Line contains a tab character. | 757 | 
|  | Line contains a tab character. | 759 | 
|  | Line contains a tab character. | 760 | 
|  | Line contains a tab character. | 761 | 
|  | Line contains a tab character. | 762 | 
|  | Line contains a tab character. | 764 | 
|  | Missing a Javadoc comment. | 764 | 
|  | Parameter value should be final. | 764 | 
|  | Parameter bcb should be final. | 764 | 
|  | Line contains a tab character. | 765 | 
|  | Parameter element should be final. | 765 | 
|  | Parameter results should be final. | 765 | 
|  | Line contains a tab character. | 766 | 
|  | Line contains a tab character. | 768 | 
|  | Line contains a tab character. | 769 | 
|  | Line contains a tab character. | 770 | 
|  | Line contains a tab character. | 771 | 
|  | Line contains a tab character. | 772 | 
|  | Line contains a tab character. | 773 | 
|  | Line contains a tab character. | 774 | 
|  | Line is longer than 80 characters. | 775 | 
|  | Line contains a tab character. | 775 | 
|  | Line contains a tab character. | 776 | 
|  | Line contains a tab character. | 777 | 
|  | Line contains a tab character. | 779 | 
|  | Line contains a tab character. | 780 | 
|  | Line contains a tab character. | 781 | 
|  | Line contains a tab character. | 783 | 
|  | Line contains a tab character. | 784 | 
|  | Line contains a tab character. | 785 | 
|  | Line contains a tab character. | 786 | 
|  | Line is longer than 80 characters. | 787 | 
|  | Line contains a tab character. | 787 | 
|  | Line contains a tab character. | 788 | 
|  | Line contains a tab character. | 789 | 
|  | Line contains a tab character. | 790 | 
|  | Line contains a tab character. | 791 | 
|  | Line is longer than 80 characters. | 792 | 
|  | Line contains a tab character. | 792 | 
|  | Line is longer than 80 characters. | 793 | 
|  | Line contains a tab character. | 793 | 
|  | Line contains a tab character. | 794 | 
|  | Line contains a tab character. | 795 | 
|  | Line contains a tab character. | 796 | 
|  | Line contains a tab character. | 797 | 
|  | Line is longer than 80 characters. | 798 | 
|  | Line contains a tab character. | 798 | 
|  | Line is longer than 80 characters. | 799 | 
|  | Line contains a tab character. | 799 | 
|  | Line contains a tab character. | 800 | 
|  | Line contains a tab character. | 801 | 
|  | Line contains a tab character. | 802 | 
|  | Line contains a tab character. | 804 | 
|  | Line contains a tab character. | 805 | 
|  | Line contains a tab character. | 806 | 
|  | Line contains a tab character. | 807 | 
|  | Line contains a tab character. | 809 | 
|  | Missing a Javadoc comment. | 809 | 
|  | Parameter value should be final. | 809 | 
|  | Parameter bcb should be final. | 809 | 
|  | Line contains a tab character. | 810 | 
|  | Parameter element should be final. | 810 | 
|  | Parameter results should be final. | 810 | 
|  | Line contains a tab character. | 811 | 
|  | Line contains a tab character. | 813 | 
|  | Line contains a tab character. | 814 | 
|  | Line contains a tab character. | 815 | 
|  | Line contains a tab character. | 816 | 
|  | Line contains a tab character. | 817 | 
|  | Line contains a tab character. | 818 | 
|  | Line contains a tab character. | 819 | 
|  | Line is longer than 80 characters. | 820 | 
|  | Line contains a tab character. | 820 | 
|  | Line contains a tab character. | 821 | 
|  | Line contains a tab character. | 822 | 
|  | Line contains a tab character. | 824 | 
|  | Line contains a tab character. | 825 | 
|  | Line contains a tab character. | 826 | 
|  | Line contains a tab character. | 828 | 
|  | Line contains a tab character. | 829 | 
|  | Line contains a tab character. | 830 | 
|  | Line contains a tab character. | 831 | 
|  | Line is longer than 80 characters. | 832 | 
|  | Line contains a tab character. | 832 | 
|  | Line contains a tab character. | 833 | 
|  | Line contains a tab character. | 834 | 
|  | Line contains a tab character. | 835 | 
|  | Line contains a tab character. | 836 | 
|  | Line is longer than 80 characters. | 837 | 
|  | Line contains a tab character. | 837 | 
|  | Line is longer than 80 characters. | 838 | 
|  | Line contains a tab character. | 838 | 
|  | Line contains a tab character. | 839 | 
|  | Line contains a tab character. | 840 | 
|  | Line contains a tab character. | 841 | 
|  | Line contains a tab character. | 842 | 
|  | Line is longer than 80 characters. | 843 | 
|  | Line contains a tab character. | 843 | 
|  | Line is longer than 80 characters. | 844 | 
|  | Line contains a tab character. | 844 | 
|  | Line contains a tab character. | 845 | 
|  | Line contains a tab character. | 846 | 
|  | Line contains a tab character. | 847 | 
|  | Line contains a tab character. | 849 | 
|  | Line contains a tab character. | 850 | 
|  | Line contains a tab character. | 851 | 
|  | Line contains a tab character. | 853 | 
|  | Line contains a tab character. | 855 | 
|  | Missing a Javadoc comment. | 855 | 
|  | Parameter value should be final. | 855 | 
|  | Parameter bcb should be final. | 855 | 
|  | Line contains a tab character. | 856 | 
|  | Parameter element should be final. | 856 | 
|  | Parameter results should be final. | 856 | 
|  | Line contains a tab character. | 857 | 
|  | Line contains a tab character. | 859 | 
|  | Line contains a tab character. | 861 | 
|  | Line contains a tab character. | 862 | 
|  | Line contains a tab character. | 863 | 
|  | Line contains a tab character. | 864 | 
|  | Line contains a tab character. | 865 | 
|  | Line contains a tab character. | 866 | 
|  | Line is longer than 80 characters. | 867 | 
|  | Line contains a tab character. | 867 | 
|  | Line contains a tab character. | 868 | 
|  | Line contains a tab character. | 869 | 
|  | Line contains a tab character. | 871 | 
|  | Line is longer than 80 characters. | 872 | 
|  | Line contains a tab character. | 872 | 
|  | Line is longer than 80 characters. | 873 | 
|  | Line contains a tab character. | 873 | 
|  | Line contains a tab character. | 875 | 
|  | Line contains a tab character. | 876 | 
|  | Line contains a tab character. | 877 | 
|  | Line contains a tab character. | 878 | 
|  | Line is longer than 80 characters. | 879 | 
|  | Line contains a tab character. | 879 | 
|  | Line contains a tab character. | 880 | 
|  | Line contains a tab character. | 881 | 
|  | Line contains a tab character. | 882 | 
|  | Line contains a tab character. | 883 | 
|  | Line is longer than 80 characters. | 884 | 
|  | Line contains a tab character. | 884 | 
|  | Line is longer than 80 characters. | 885 | 
|  | Line contains a tab character. | 885 | 
|  | Line contains a tab character. | 886 | 
|  | Line contains a tab character. | 887 | 
|  | Line contains a tab character. | 888 | 
|  | Line contains a tab character. | 889 | 
|  | Line is longer than 80 characters. | 890 | 
|  | Line contains a tab character. | 890 | 
|  | Line is longer than 80 characters. | 891 | 
|  | Line contains a tab character. | 891 | 
|  | Line contains a tab character. | 892 | 
|  | Line contains a tab character. | 893 | 
|  | Line contains a tab character. | 894 | 
|  | Line contains a tab character. | 896 | 
|  | Line contains a tab character. | 897 | 
|  | Line contains a tab character. | 898 | 
|  | Line contains a tab character. | 899 | 
|  | Line contains a tab character. | 901 | 
|  | Missing a Javadoc comment. | 901 | 
|  | Parameter value should be final. | 901 | 
|  | Parameter bcb should be final. | 901 | 
|  | Line contains a tab character. | 902 | 
|  | Parameter element should be final. | 902 | 
|  | Parameter results should be final. | 902 | 
|  | Line contains a tab character. | 903 | 
|  | Parameter dateParser should be final. | 903 | 
|  | 'dateParser' hides a field. | 903 | 
|  | Line contains a tab character. | 904 | 
|  | Line contains a tab character. | 906 | 
|  | Line contains a tab character. | 908 | 
|  | Line contains a tab character. | 909 | 
|  | Line contains a tab character. | 910 | 
|  | Line contains a tab character. | 911 | 
|  | Line contains a tab character. | 912 | 
|  | Line contains a tab character. | 913 | 
|  | Line is longer than 80 characters. | 914 | 
|  | Line contains a tab character. | 914 | 
|  | Line contains a tab character. | 915 | 
|  | Line contains a tab character. | 916 | 
|  | Line contains a tab character. | 918 | 
|  | Line is longer than 80 characters. | 919 | 
|  | Line contains a tab character. | 919 | 
|  | Line is longer than 80 characters. | 920 | 
|  | Line contains a tab character. | 920 | 
|  | Line contains a tab character. | 922 | 
|  | Line contains a tab character. | 923 | 
|  | Line contains a tab character. | 924 | 
|  | Line is longer than 80 characters. | 925 | 
|  | Line contains a tab character. | 925 | 
|  | Line contains a tab character. | 926 | 
|  | Line is longer than 80 characters. | 927 | 
|  | Line contains a tab character. | 927 | 
|  | Line contains a tab character. | 928 | 
|  | Line contains a tab character. | 929 | 
|  | Line contains a tab character. | 930 | 
|  | Line contains a tab character. | 931 | 
|  | Line is longer than 80 characters. | 932 | 
|  | Line contains a tab character. | 932 | 
|  | Line is longer than 80 characters. | 933 | 
|  | Line contains a tab character. | 933 | 
|  | Line contains a tab character. | 934 | 
|  | Line contains a tab character. | 935 | 
|  | Line contains a tab character. | 936 | 
|  | Line contains a tab character. | 937 | 
|  | Line is longer than 80 characters. | 938 | 
|  | Line contains a tab character. | 938 | 
|  | Line is longer than 80 characters. | 939 | 
|  | Line contains a tab character. | 939 | 
|  | Line contains a tab character. | 940 | 
|  | Line contains a tab character. | 941 | 
|  | Line contains a tab character. | 942 | 
|  | Line contains a tab character. | 944 | 
|  | Line contains a tab character. | 945 | 
|  | Line contains a tab character. | 946 | 
|  | Line contains a tab character. | 947 | 
|  | Line contains a tab character. | 949 | 
|  | Missing a Javadoc comment. | 949 | 
|  | Parameter value should be final. | 949 | 
|  | Parameter bcb should be final. | 949 | 
|  | Line contains a tab character. | 950 | 
|  | Parameter element should be final. | 950 | 
|  | Parameter results should be final. | 950 | 
|  | Line contains a tab character. | 952 | 
|  | Line contains a tab character. | 953 | 
|  | Line contains a tab character. | 954 | 
|  | Line contains a tab character. | 955 | 
|  | Line contains a tab character. | 957 | 
|  | Line contains a tab character. | 959 | 
|  | Line contains a tab character. | 960 | 
|  | Line is longer than 80 characters. | 961 | 
|  | Line contains a tab character. | 961 | 
|  | Line contains a tab character. | 962 | 
|  | Line is longer than 80 characters. | 963 | 
|  | Line contains a tab character. | 963 | 
|  | Line is longer than 80 characters. | 964 | 
|  | Line contains a tab character. | 964 | 
|  | Line is longer than 80 characters. | 965 | 
|  | Line contains a tab character. | 965 | 
|  | Line contains a tab character. | 966 | 
|  | Line contains a tab character. | 967 | 
|  | Line contains a tab character. | 968 | 
|  | Line contains a tab character. | 969 | 
|  | Line is longer than 80 characters. | 970 | 
|  | Line contains a tab character. | 970 | 
|  | Line contains a tab character. | 971 | 
|  | Line contains a tab character. | 972 | 
|  | Line contains a tab character. | 973 | 
|  | Line contains a tab character. | 974 | 
|  | Line is longer than 80 characters. | 975 | 
|  | Line contains a tab character. | 975 | 
|  | Line contains a tab character. | 976 | 
|  | Line contains a tab character. | 977 | 
|  | Line contains a tab character. | 979 | 
|  | Line contains a tab character. | 980 | 
|  | Line contains a tab character. | 981 | 
|  | Line contains a tab character. | 982 | 
|  | Line contains a tab character. | 984 | 
|  | Missing a Javadoc comment. | 984 | 
|  | Parameter messageId should be final. | 984 | 
|  | Line contains a tab character. | 985 | 
|  | Line contains a tab character. | 986 | 
|  | Line contains a tab character. | 987 | 
|  | Line contains a tab character. | 989 | 
|  | Line contains a tab character. | 990 | 
|  | Line contains a tab character. | 992 | 
|  | Line contains a tab character. | 993 | 
|  | Line contains a tab character. | 995 | 
|  | Missing a Javadoc comment. | 995 | 
|  | Parameter elementStack should be final. | 995 | 
|  | Line contains a tab character. | 996 | 
|  | Line contains a tab character. | 997 | 
|  | Line contains a tab character. | 998 | 
|  | Line contains a tab character. | 999 | 
|  | Line contains a tab character. | 1000 | 
|  | Line contains a tab character. | 1001 | 
|  | Line contains a tab character. | 1003 | 
|  | Line contains a tab character. | 1004 | 
|  | Line contains a tab character. | 1006 | 
|  | Line contains a tab character. | 1007 | 
|  | Line contains a tab character. | 1008 | 
|  | Line contains a tab character. | 1009 | 
|  | Missing a Javadoc comment. | 1009 | 
|  | Parameter string should be final. | 1009 | 
|  | Line contains a tab character. | 1011 | 
|  | Line contains a tab character. | 1012 | 
|  | Line contains a tab character. | 1013 | 
|  | Line contains a tab character. | 1014 | 
|  | Line contains a tab character. | 1016 | 
|  | Line contains a tab character. | 1017 | 
|  | Line contains a tab character. | 1018 | 
|  | Line contains a tab character. | 1019 | 
|  | Line contains a tab character. | 1020 | 
|  | Line contains a tab character. | 1021 | 
|  | Line contains a tab character. | 1022 | 
|  | Line contains a tab character. | 1024 | 
|  | Line contains a tab character. | 1025 | 
|  | Missing a Javadoc comment. | 1027 | 
|  | Line contains a tab character. | 1027 | 
|  | Line contains a tab character. | 1028 | 
|  | Missing a Javadoc comment. | 1028 | 
|  | Variable 'initialized' must be private and have accessor methods. | 1028 | 
|  | Line contains a tab character. | 1029 | 
|  | Missing a Javadoc comment. | 1029 | 
|  | Variable 'minOccurs' must be private and have accessor methods. | 1029 | 
|  | Line contains a tab character. | 1030 | 
|  | Missing a Javadoc comment. | 1030 | 
|  | Variable 'maxOccurs' must be private and have accessor methods. | 1030 | 
|  | Line contains a tab character. | 1031 | 
|  | Missing a Javadoc comment. | 1031 | 
|  | Variable 'minLength' must be private and have accessor methods. | 1031 | 
|  | Line contains a tab character. | 1032 | 
|  | Missing a Javadoc comment. | 1032 | 
|  | Variable 'maxLength' must be private and have accessor methods. | 1032 | 
|  | Line contains a tab character. | 1033 | 
|  | Missing a Javadoc comment. | 1033 | 
|  | Variable 'dataType' must be private and have accessor methods. | 1033 | 
|  | Line contains a tab character. | 1034 | 
|  | Missing a Javadoc comment. | 1034 | 
|  | Variable 'minValue' must be private and have accessor methods. | 1034 | 
|  | Line contains a tab character. | 1035 | 
|  | Missing a Javadoc comment. | 1035 | 
|  | Variable 'maxValue' must be private and have accessor methods. | 1035 | 
|  | Line contains a tab character. | 1037 | 
|  | Missing a Javadoc comment. | 1037 | 
|  | Line is longer than 80 characters. | 1038 | 
|  | Line contains a tab character. | 1038 | 
|  | Line contains a tab character. | 1039 | 
|  | Line contains a tab character. | 1040 | 
|  | Line contains a tab character. | 1041 | 
|  | Line contains a tab character. | 1042 | 
|  | Line contains a tab character. | 1043 | 
|  | Line contains a tab character. | 1044 | 
|  | Line contains a tab character. | 1045 | 
|  | Line contains a tab character. | 1047 | 
|  | Line contains a tab character. | 1048 | 
|  | Line contains a tab character. | 1049 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 26 | 
|  | Utility classes should not have a public or default constructor. | 26 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Parameter value1 should be final. | 28 | 
|  | Parameter value2 should be final. | 28 | 
|  | Line is longer than 80 characters. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Parameter dataType should be final. | 29 | 
|  | Parameter operator should be final. | 29 | 
|  | Parameter dateParser should be final. | 29 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line is longer than 80 characters. | 75 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line is longer than 80 characters. | 79 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 87 | 
|  | Missing a Javadoc comment. | 87 | 
|  | Parameter o should be final. | 87 | 
|  | 'if' construct must use '{}'s. | 88 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 91 | 
|  | 'if' construct must use '{}'s. | 92 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | 'if' construct must use '{}'s. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 103 | 
|  | Missing a Javadoc comment. | 103 | 
|  | Parameter o should be final. | 103 | 
|  | 'if' construct must use '{}'s. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 107 | 
|  | 'if' construct must use '{}'s. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | 'if' construct must use '{}'s. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 119 | 
|  | Missing a Javadoc comment. | 119 | 
|  | Parameter o should be final. | 119 | 
|  | 'if' construct must use '{}'s. | 120 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 123 | 
|  | 'if' construct must use '{}'s. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | 'if' construct must use '{}'s. | 126 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 135 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Parameter o should be final. | 135 | 
|  | 'if' construct must use '{}'s. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 139 | 
|  | 'if' construct must use '{}'s. | 140 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | 'if' construct must use '{}'s. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 151 | 
|  | Missing a Javadoc comment. | 151 | 
|  | Parameter o should be final. | 151 | 
|  | Parameter dateParser should be final. | 151 | 
|  | 'if' construct must use '{}'s. | 152 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 155 | 
|  | 'if' construct must use '{}'s. | 156 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 165 | 
|  | Missing a Javadoc comment. | 165 | 
|  | Parameter o should be final. | 165 | 
|  | 'if' construct must use '{}'s. | 166 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | 'if' construct must use '{}'s. | 169 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 174 | 
|  | Missing a Javadoc comment. | 174 | 
|  | Parameter o should be final. | 174 | 
|  | 'if' construct must use '{}'s. | 175 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 178 | 
|  | 'if' construct must use '{}'s. | 179 | 
|  | Line contains a tab character. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | First sentence should end with a period. | 188 | 
|  | Line contains a tab character. | 188 | 
|  | Line is longer than 80 characters. | 189 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line contains a tab character. | 194 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | Expected an @return tag. | 198 | 
|  | Line is longer than 80 characters. | 198 | 
|  | Line contains a tab character. | 198 | 
|  | Parameter key should be final. | 198 | 
|  | Expected @param tag for 'key'. | 198 | 
|  | Parameter objStructure should be final. | 198 | 
|  | Expected @param tag for 'objStructure'. | 198 | 
|  | Line contains a tab character. | 199 | 
|  | Parameter type should be final. | 199 | 
|  | Expected @param tag for 'type'. | 199 | 
|  | Parameter state should be final. | 199 | 
|  | Expected @param tag for 'state'. | 199 | 
|  | Line contains a tab character. | 200 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | Line is longer than 80 characters. | 205 | 
|  | Line contains a tab character. | 205 | 
|  | Line contains a tab character. | 206 | 
|  | Line is longer than 80 characters. | 207 | 
|  | Line contains a tab character. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | Line contains a tab character. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 216 | 
|  | Line contains a tab character. | 217 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 4 | 
|  | Line has trailing spaces. | 25 | 
|  | Line has trailing spaces. | 29 | 
|  | Line has trailing spaces. | 33 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line has trailing spaces. | 37 | 
|  | Type Javadoc comment is missing an @param <E> tag. | 39 | 
|  | Type Javadoc comment is missing an @param <T> tag. | 39 | 
|  | Line contains a tab character. | 41 | 
|  | Line has trailing spaces. | 42 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line has trailing spaces. | 44 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line has trailing spaces. | 50 | 
|  | Line is longer than 80 characters. | 50 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line has trailing spaces. | 52 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Redundant 'public' modifier. | 54 | 
|  | Expected @throws tag for 'AssemblyException'. | 54 | 
|  | First sentence should end with a period. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line has trailing spaces. | 57 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line has trailing spaces. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Line has trailing spaces. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Unused @param tag for 'isCreate'. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line has trailing spaces. | 66 | 
|  | Line contains a tab character. | 66 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line is longer than 80 characters. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line has trailing spaces. | 70 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Redundant 'public' modifier. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | Expected @param tag for 'operation'. | 73 | 
|  | Expected @throws tag for 'AssemblyException'. | 73 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Line is longer than 80 characters. | 4 | 
|  | Line has trailing spaces. | 25 | 
|  | Line has trailing spaces. | 28 | 
|  | Line has trailing spaces. | 30 | 
|  | Type Javadoc comment is missing an @param <E> tag. | 32 | 
|  | Type Javadoc comment is missing an @param <T> tag. | 32 | 
|  | ',' is not followed by whitespace. | 32 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Variable 'operation' must be private and have accessor methods. | 38 | 
|  | Line contains a tab character. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Variable 'businessDTORef' must be private and have accessor methods. | 40 | 
|  | Line has trailing spaces. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Variable 'nodeData' must be private and have accessor methods. | 42 | 
|  | Line has trailing spaces. | 44 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Variable 'assembler' must be private and have accessor methods. | 45 | 
|  | Line has trailing spaces. | 46 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | ',' is not followed by whitespace. | 47 | 
|  | Variable 'childNodes' must be private and have accessor methods. | 47 | 
|  | Line contains a tab character. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Parameter assembler should be final. | 49 | 
|  | 'assembler' hides a field. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Method 'getNodeData' is not designed for extension - needs to be abstract, final or empty. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Method 'setNodeData' is not designed for extension - needs to be abstract, final or empty. | 65 | 
|  | Parameter nodeData should be final. | 65 | 
|  | 'nodeData' hides a field. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. | 80 | 
|  | Parameter operation should be final. | 80 | 
|  | 'operation' hides a field. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 84 | 
|  | Method 'getChildNodes' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Missing a Javadoc comment. | 84 | 
|  | ',' is not followed by whitespace. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | ',' is not followed by whitespace. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 91 | 
|  | Method 'setChildNodes' is not designed for extension - needs to be abstract, final or empty. | 91 | 
|  | Missing a Javadoc comment. | 91 | 
|  | Parameter childNodes should be final. | 91 | 
|  | ',' is not followed by whitespace. | 91 | 
|  | 'childNodes' hides a field. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line has trailing spaces. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Method 'getAssembler' is not designed for extension - needs to be abstract, final or empty. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Method 'setAssembler' is not designed for extension - needs to be abstract, final or empty. | 105 | 
|  | Parameter assembler should be final. | 105 | 
|  | 'assembler' hides a field. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Method 'getBusinessDTORef' is not designed for extension - needs to be abstract, final or empty. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Method 'setBusinessDTORef' is not designed for extension - needs to be abstract, final or empty. | 119 | 
|  | Parameter businessDTORef should be final. | 119 | 
|  | 'businessDTORef' hides a field. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line has trailing spaces. | 122 | 
|  | Line contains a tab character. | 122 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 17 | 
|  | Line contains a tab character. | 18 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Line is longer than 80 characters. | 19 | 
|  | Line contains a tab character. | 19 | 
|  | Redundant 'public' modifier. | 19 | 
|  | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 19 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 18 | 
|  | Line contains a tab character. | 20 | 
|  | Line has trailing spaces. | 21 | 
|  | Line contains a tab character. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 29 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Parameter message should be final. | 29 | 
|  | Parameter cause should be final. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Parameter message should be final. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Parameter cause should be final. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 26 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Line contains a tab character. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Line contains a tab character. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Line contains a tab character. | 43 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Line contains a tab character. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Line contains a tab character. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Line contains a tab character. | 51 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Variable 'minOccurs' must be private and have accessor methods. | 51 | 
|  | Line contains a tab character. | 53 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Line contains a tab character. | 55 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Line contains a tab character. | 57 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Variable 'specialValidator' must be private and have accessor methods. | 57 | 
|  | Line contains a tab character. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Line contains a tab character. | 61 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Line has trailing spaces. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Line has trailing spaces. | 64 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Missing a Javadoc comment. | 65 | 
|  | Line contains a tab character. | 67 | 
|  | Method 'getChildConstraints' is not designed for extension - needs to be abstract, final or empty. | 67 | 
|  | Missing a Javadoc comment. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line is longer than 80 characters. | 71 | 
|  | Line contains a tab character. | 71 | 
|  | Method 'setChildConstraints' is not designed for extension - needs to be abstract, final or empty. | 71 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Parameter childConstraints should be final. | 71 | 
|  | 'childConstraints' hides a field. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 75 | 
|  | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 79 | 
|  | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 79 | 
|  | Missing a Javadoc comment. | 79 | 
|  | Parameter comments should be final. | 79 | 
|  | 'comments' hides a field. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 83 | 
|  | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 83 | 
|  | Missing a Javadoc comment. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 87 | 
|  | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 87 | 
|  | Missing a Javadoc comment. | 87 | 
|  | Parameter desc should be final. | 87 | 
|  | 'desc' hides a field. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 91 | 
|  | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 91 | 
|  | Missing a Javadoc comment. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 95 | 
|  | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 95 | 
|  | Missing a Javadoc comment. | 95 | 
|  | Parameter id should be final. | 95 | 
|  | 'id' hides a field. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 99 | 
|  | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 99 | 
|  | Missing a Javadoc comment. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 103 | 
|  | Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 103 | 
|  | Missing a Javadoc comment. | 103 | 
|  | Parameter maxLength should be final. | 103 | 
|  | 'maxLength' hides a field. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 107 | 
|  | Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 107 | 
|  | Missing a Javadoc comment. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 111 | 
|  | Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 111 | 
|  | Missing a Javadoc comment. | 111 | 
|  | Parameter maxOccurs should be final. | 111 | 
|  | 'maxOccurs' hides a field. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 115 | 
|  | Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 115 | 
|  | Missing a Javadoc comment. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 119 | 
|  | Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 119 | 
|  | Missing a Javadoc comment. | 119 | 
|  | Parameter maxValue should be final. | 119 | 
|  | 'maxValue' hides a field. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 123 | 
|  | Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 123 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 127 | 
|  | Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 127 | 
|  | Missing a Javadoc comment. | 127 | 
|  | Parameter minLength should be final. | 127 | 
|  | 'minLength' hides a field. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 131 | 
|  | Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 131 | 
|  | Missing a Javadoc comment. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 135 | 
|  | Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 135 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Parameter minOccurs should be final. | 135 | 
|  | 'minOccurs' hides a field. | 135 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 139 | 
|  | Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 139 | 
|  | Missing a Javadoc comment. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 143 | 
|  | Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 143 | 
|  | Missing a Javadoc comment. | 143 | 
|  | Parameter minValue should be final. | 143 | 
|  | 'minValue' hides a field. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 147 | 
|  | Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 147 | 
|  | Missing a Javadoc comment. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 151 | 
|  | Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 151 | 
|  | Missing a Javadoc comment. | 151 | 
|  | Parameter serverSide should be final. | 151 | 
|  | 'serverSide' hides a field. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 155 | 
|  | Method 'getSpecialValidator' is not designed for extension - needs to be abstract, final or empty. | 155 | 
|  | Missing a Javadoc comment. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 159 | 
|  | Method 'setSpecialValidator' is not designed for extension - needs to be abstract, final or empty. | 159 | 
|  | Missing a Javadoc comment. | 159 | 
|  | Parameter specialValidator should be final. | 159 | 
|  | 'specialValidator' hides a field. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 163 | 
|  | Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 163 | 
|  | Missing a Javadoc comment. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 167 | 
|  | Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 167 | 
|  | Missing a Javadoc comment. | 167 | 
|  | Parameter validChars should be final. | 167 | 
|  | 'validChars' hides a field. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 171 | 
|  | Method 'getValidCharsMessageId' is not designed for extension - needs to be abstract, final or empty. | 171 | 
|  | Missing a Javadoc comment. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 175 | 
|  | Method 'setValidCharsMessageId' is not designed for extension - needs to be abstract, final or empty. | 175 | 
|  | Missing a Javadoc comment. | 175 | 
|  | Parameter validCharsMessageId should be final. | 175 | 
|  | 'validCharsMessageId' hides a field. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 179 | 
|  | Method 'isRequiredForNextState' is not designed for extension - needs to be abstract, final or empty. | 179 | 
|  | Missing a Javadoc comment. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 183 | 
|  | Method 'setRequiredForNextState' is not designed for extension - needs to be abstract, final or empty. | 183 | 
|  | Missing a Javadoc comment. | 183 | 
|  | Parameter requiredForNextState should be final. | 183 | 
|  | 'requiredForNextState' hides a field. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 187 | 
|  | Method 'getNextState' is not designed for extension - needs to be abstract, final or empty. | 187 | 
|  | Missing a Javadoc comment. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 191 | 
|  | Method 'setNextState' is not designed for extension - needs to be abstract, final or empty. | 191 | 
|  | Missing a Javadoc comment. | 191 | 
|  | Parameter nextState should be final. | 191 | 
|  | 'nextState' hides a field. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line has trailing spaces. | 193 | 
|  | Line contains a tab character. | 193 | 
|  | Line has trailing spaces. | 194 | 
|  | Line contains a tab character. | 194 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 | 
|  | Line has trailing spaces. | 201 | 
|  | Method '_toString' is not designed for extension - needs to be abstract, final or empty. | 202 | 
|  | Missing a Javadoc comment. | 202 | 
|  | Name '_toString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | 
|  | Parameter sb should be final. | 202 | 
|  | Avoid inline conditionals. | 210 | 
|  | Avoid inline conditionals. | 212 | 
|  | Avoid inline conditionals. | 216 | 
|  | Avoid inline conditionals. | 218 | 
| Violation | Message | Line | 
|---|---|---|
|  | Using the '.*' form of import should be avoided - java.util.*. | 23 | 
|  | Line has trailing spaces. | 28 | 
|  | '}' is not preceded with whitespace. | 32 | 
|  | Line is longer than 80 characters. | 33 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Missing a Javadoc comment. | 47 | 
|  | 'value' hides a field. | 47 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 51 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Missing a Javadoc comment. | 73 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Missing a Javadoc comment. | 79 | 
|  | 'value' hides a field. | 79 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 83 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 88 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 93 | 
|  | Missing a Javadoc comment. | 103 | 
|  | Missing a Javadoc comment. | 105 | 
|  | Missing a Javadoc comment. | 107 | 
|  | Missing a Javadoc comment. | 111 | 
|  | 'value' hides a field. | 111 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 115 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 120 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Missing a Javadoc comment. | 137 | 
|  | Missing a Javadoc comment. | 139 | 
|  | Missing a Javadoc comment. | 143 | 
|  | 'value' hides a field. | 143 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 147 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 152 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 157 | 
|  | Missing a Javadoc comment. | 167 | 
|  | Missing a Javadoc comment. | 169 | 
|  | Missing a Javadoc comment. | 171 | 
|  | Missing a Javadoc comment. | 175 | 
|  | 'value' hides a field. | 175 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 179 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 184 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 189 | 
|  | Missing a Javadoc comment. | 199 | 
|  | Missing a Javadoc comment. | 200 | 
|  | Missing a Javadoc comment. | 202 | 
|  | Missing a Javadoc comment. | 206 | 
|  | 'key' hides a field. | 206 | 
|  | Line has trailing spaces. | 212 | 
|  | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 216 | 
|  | Line is longer than 80 characters. | 218 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 221 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 226 | 
|  | Line has trailing spaces. | 233 | 
|  | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 237 | 
|  | Line has trailing spaces. | 244 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 248 | 
|  | Missing a Javadoc comment. | 255 | 
|  | Missing a Javadoc comment. | 257 | 
|  | Missing a Javadoc comment. | 259 | 
|  | Missing a Javadoc comment. | 263 | 
|  | 'value' hides a field. | 263 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 267 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 272 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 277 | 
|  | Missing a Javadoc comment. | 287 | 
|  | Missing a Javadoc comment. | 289 | 
|  | Missing a Javadoc comment. | 291 | 
|  | Missing a Javadoc comment. | 294 | 
|  | Missing a Javadoc comment. | 296 | 
|  | Missing a Javadoc comment. | 298 | 
|  | Missing a Javadoc comment. | 302 | 
|  | 'value' hides a field. | 302 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 306 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 311 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 316 | 
|  | Missing a Javadoc comment. | 326 | 
|  | Missing a Javadoc comment. | 327 | 
|  | Missing a Javadoc comment. | 329 | 
|  | Missing a Javadoc comment. | 331 | 
|  | Missing a Javadoc comment. | 333 | 
|  | Missing a Javadoc comment. | 335 | 
|  | Missing a Javadoc comment. | 337 | 
|  | Missing a Javadoc comment. | 340 | 
|  | Missing a Javadoc comment. | 342 | 
|  | Missing a Javadoc comment. | 344 | 
|  | Missing a Javadoc comment. | 348 | 
|  | 'value' hides a field. | 348 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 352 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 357 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 362 | 
|  | Missing a Javadoc comment. | 372 | 
|  | Missing a Javadoc comment. | 374 | 
|  | Missing a Javadoc comment. | 376 | 
|  | Missing a Javadoc comment. | 380 | 
|  | 'key' hides a field. | 380 | 
|  | Line has trailing spaces. | 386 | 
|  | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 390 | 
|  | Line is longer than 80 characters. | 392 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 395 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 400 | 
|  | Line has trailing spaces. | 407 | 
|  | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 411 | 
|  | Line has trailing spaces. | 418 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 422 | 
|  | Missing a Javadoc comment. | 429 | 
|  | Missing a Javadoc comment. | 431 | 
|  | Missing a Javadoc comment. | 433 | 
|  | Missing a Javadoc comment. | 437 | 
|  | 'value' hides a field. | 437 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 441 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 446 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 451 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 456 | 
|  | Missing a Javadoc comment. | 456 | 
|  | Parameter value should be final. | 456 | 
|  | 'value' hides a field. | 456 | 
|  | Missing a Javadoc comment. | 461 | 
|  | Missing a Javadoc comment. | 463 | 
|  | Missing a Javadoc comment. | 465 | 
|  | Missing a Javadoc comment. | 469 | 
|  | 'value' hides a field. | 469 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 473 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 478 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 483 | 
|  | Missing a Javadoc comment. | 493 | 
|  | Missing a Javadoc comment. | 495 | 
|  | Missing a Javadoc comment. | 497 | 
|  | Missing a Javadoc comment. | 501 | 
|  | 'value' hides a field. | 501 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 505 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 510 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 515 | 
|  | First sentence should end with a period. | 525 | 
|  | Line has trailing spaces. | 527 | 
|  | Missing a Javadoc comment. | 532 | 
|  | Missing a Javadoc comment. | 534 | 
|  | Line is longer than 80 characters. | 537 | 
|  | Missing a Javadoc comment. | 537 | 
|  | Missing a Javadoc comment. | 539 | 
|  | Missing a Javadoc comment. | 541 | 
|  | Missing a Javadoc comment. | 543 | 
|  | Missing a Javadoc comment. | 545 | 
|  | Missing a Javadoc comment. | 547 | 
|  | Missing a Javadoc comment. | 549 | 
|  | Missing a Javadoc comment. | 553 | 
|  | 'className' hides a field. | 553 | 
|  | Method '_getQueryPath' is not designed for extension - needs to be abstract, final or empty. | 558 | 
|  | Missing a Javadoc comment. | 558 | 
|  | Name '_getQueryPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 558 | 
|  | Method 'execChangeCallbacks' is not designed for extension - needs to be abstract, final or empty. | 565 | 
|  | Missing a Javadoc comment. | 565 | 
|  | Parameter type should be final. | 565 | 
|  | Parameter path should be final. | 565 | 
|  | Line is longer than 80 characters. | 576 | 
|  | Method 'addChangeCallback' is not designed for extension - needs to be abstract, final or empty. | 576 | 
|  | Missing a Javadoc comment. | 576 | 
|  | Missing a Javadoc comment. | 591 | 
|  | Parameter key should be final. | 591 | 
|  | Parameter value should be final. | 591 | 
|  | Avoid inline conditionals. | 593 | 
|  | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 599 | 
|  | Missing a Javadoc comment. | 599 | 
|  | Parameter key should be final. | 599 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 607 | 
|  | Missing a Javadoc comment. | 607 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 611 | 
|  | Missing a Javadoc comment. | 611 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 620 | 
|  | Missing a Javadoc comment. | 620 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 624 | 
|  | Missing a Javadoc comment. | 624 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 628 | 
|  | Missing a Javadoc comment. | 628 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 632 | 
|  | Missing a Javadoc comment. | 632 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 636 | 
|  | Missing a Javadoc comment. | 636 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 640 | 
|  | Missing a Javadoc comment. | 640 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 644 | 
|  | Missing a Javadoc comment. | 644 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 648 | 
|  | Missing a Javadoc comment. | 648 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 652 | 
|  | Missing a Javadoc comment. | 652 | 
|  | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 656 | 
|  | Missing a Javadoc comment. | 656 | 
|  | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 660 | 
|  | Missing a Javadoc comment. | 660 | 
|  | Parameter target should be final. | 660 | 
|  | Parameter recurse should be final. | 660 | 
|  | Line is longer than 80 characters. | 661 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 677 | 
|  | Missing a Javadoc comment. | 677 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 686 | 
|  | Missing a Javadoc comment. | 686 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 695 | 
|  | Missing a Javadoc comment. | 695 | 
|  | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 704 | 
|  | Missing a Javadoc comment. | 704 | 
|  | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 708 | 
|  | Missing a Javadoc comment. | 708 | 
|  | Method 'getQueryPath' is not designed for extension - needs to be abstract, final or empty. | 712 | 
|  | Missing a Javadoc comment. | 712 | 
|  | Method 'realPropertyIterator' is not designed for extension - needs to be abstract, final or empty. | 722 | 
|  | Line contains a tab character. | 724 | 
|  | Line is longer than 80 characters. | 727 | 
|  | Variable 'current' must be private and have accessor methods. | 730 | 
|  | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 790 | 
|  | Variable 'current' must be private and have accessor methods. | 795 | 
|  | Method 'query' is not designed for extension - needs to be abstract, final or empty. | 849 | 
|  | Missing a Javadoc comment. | 849 | 
|  | Line is longer than 80 characters. | 852 | 
|  | Line is longer than 80 characters. | 858 | 
|  | Method 'query' is not designed for extension - needs to be abstract, final or empty. | 871 | 
|  | Missing a Javadoc comment. | 871 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 875 | 
|  | Missing a Javadoc comment. | 875 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 890 | 
|  | Missing a Javadoc comment. | 890 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 894 | 
|  | Missing a Javadoc comment. | 894 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 903 | 
|  | Missing a Javadoc comment. | 903 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 907 | 
|  | Missing a Javadoc comment. | 907 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 911 | 
|  | Missing a Javadoc comment. | 911 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 915 | 
|  | Missing a Javadoc comment. | 915 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 919 | 
|  | Missing a Javadoc comment. | 919 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 923 | 
|  | Missing a Javadoc comment. | 923 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 927 | 
|  | Missing a Javadoc comment. | 927 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 931 | 
|  | Missing a Javadoc comment. | 931 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 935 | 
|  | Missing a Javadoc comment. | 935 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 939 | 
|  | Missing a Javadoc comment. | 939 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 943 | 
|  | Missing a Javadoc comment. | 943 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 951 | 
|  | Missing a Javadoc comment. | 951 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 955 | 
|  | Missing a Javadoc comment. | 955 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 959 | 
|  | Missing a Javadoc comment. | 959 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 963 | 
|  | Missing a Javadoc comment. | 963 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 967 | 
|  | Missing a Javadoc comment. | 967 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 971 | 
|  | Missing a Javadoc comment. | 971 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 975 | 
|  | Missing a Javadoc comment. | 975 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 979 | 
|  | Missing a Javadoc comment. | 979 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 983 | 
|  | Missing a Javadoc comment. | 983 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 987 | 
|  | Missing a Javadoc comment. | 987 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 998 | 
|  | Missing a Javadoc comment. | 998 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1002 | 
|  | Missing a Javadoc comment. | 1002 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1011 | 
|  | Missing a Javadoc comment. | 1011 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1015 | 
|  | Missing a Javadoc comment. | 1015 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1019 | 
|  | Missing a Javadoc comment. | 1019 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1023 | 
|  | Missing a Javadoc comment. | 1023 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1027 | 
|  | Missing a Javadoc comment. | 1027 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1031 | 
|  | Missing a Javadoc comment. | 1031 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1035 | 
|  | Missing a Javadoc comment. | 1035 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1039 | 
|  | Missing a Javadoc comment. | 1039 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1043 | 
|  | Missing a Javadoc comment. | 1043 | 
|  | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 1047 | 
|  | Missing a Javadoc comment. | 1047 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1051 | 
|  | Missing a Javadoc comment. | 1051 | 
|  | Line contains a tab character. | 1052 | 
|  | Line has trailing spaces. | 1054 | 
|  | First sentence should end with a period. | 1055 | 
|  | Expected an @return tag. | 1059 | 
|  | Name '_toString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1059 | 
|  | '{' is not preceded with whitespace. | 1059 | 
|  | Line has trailing spaces. | 1074 | 
|  | First sentence should end with a period. | 1075 | 
|  | Line has trailing spaces. | 1077 | 
|  | Expected an @return tag. | 1079 | 
|  | Name '_toXmlString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1079 | 
|  | Parameter indent should be final. | 1079 | 
|  | Expected @param tag for 'indent'. | 1079 | 
|  | '{' is not preceded with whitespace. | 1079 | 
|  | Line has trailing spaces. | 1081 | 
|  | Line contains a tab character. | 1082 | 
|  | Line has trailing spaces. | 1085 | 
|  | '{' is not preceded with whitespace. | 1085 | 
|  | Line contains a tab character. | 1085 | 
|  | Line contains a tab character. | 1086 | 
|  | '{' is not preceded with whitespace. | 1086 | 
|  | Line is longer than 80 characters. | 1087 | 
|  | Line contains a tab character. | 1087 | 
|  | Line is longer than 80 characters. | 1088 | 
|  | Line contains a tab character. | 1088 | 
|  | 'cast' is not followed by whitespace. | 1088 | 
|  | Line has trailing spaces. | 1089 | 
|  | Line is longer than 80 characters. | 1089 | 
|  | Line contains a tab character. | 1089 | 
|  | Line contains a tab character. | 1090 | 
|  | Line contains a tab character. | 1091 | 
|  | Line is longer than 80 characters. | 1092 | 
|  | Line contains a tab character. | 1092 | 
|  | 'cast' is not followed by whitespace. | 1092 | 
|  | Line contains a tab character. | 1093 | 
|  | Line contains a tab character. | 1094 | 
|  | '{' is not preceded with whitespace. | 1095 | 
|  | Line is longer than 80 characters. | 1096 | 
|  | Line contains a tab character. | 1096 | 
|  | '+' is not preceded with whitespace. | 1096 | 
|  | Line has trailing spaces. | 1098 | 
|  | Line is longer than 80 characters. | 1098 | 
|  | Line contains a tab character. | 1098 | 
|  | '+' is not preceded with whitespace. | 1098 | 
|  | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 1105 | 
|  | Missing a Javadoc comment. | 1105 | 
|  | Parameter key should be final. | 1105 | 
|  | Method 'containsValue' is not designed for extension - needs to be abstract, final or empty. | 1109 | 
|  | Missing a Javadoc comment. | 1109 | 
|  | Parameter value should be final. | 1109 | 
|  | Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 1116 | 
|  | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 1120 | 
|  | Missing a Javadoc comment. | 1120 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 17 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'format' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line is longer than 80 characters. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line is longer than 80 characters. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 51 | 
|  | Method 'getWildCard' is not designed for extension - needs to be abstract, final or empty. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line has trailing spaces. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Must have at least one statement. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Method 'getPathSeparator' is not designed for extension - needs to be abstract, final or empty. | 79 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 19 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Line contains a tab character. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Missing a Javadoc comment. | 29 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 23 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Line has trailing spaces. | 26 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line has trailing spaces. | 34 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line has trailing spaces. | 36 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Line has trailing spaces. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Line has trailing spaces. | 42 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Line has trailing spaces. | 44 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Line is longer than 80 characters. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Line has trailing spaces. | 55 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Line is longer than 80 characters. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Line has trailing spaces. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Missing a Javadoc comment. | 62 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Line has trailing spaces. | 65 | 
|  | Missing a Javadoc comment. | 66 | 
|  | Line has trailing spaces. | 67 | 
|  | Method 'getWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Line has trailing spaces. | 71 | 
|  | Method 'setWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 72 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Parameter widgetOptions should be final. | 72 | 
|  | 'widgetOptions' hides a field. | 72 | 
|  | Line has trailing spaces. | 75 | 
|  | Method 'getWidgetOptionValue' is not designed for extension - needs to be abstract, final or empty. | 76 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Parameter widgetOption should be final. | 76 | 
|  | 'if' construct must use '{}'s. | 77 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 81 | 
|  | Missing a Javadoc comment. | 81 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 85 | 
|  | Missing a Javadoc comment. | 85 | 
|  | Parameter name should be final. | 85 | 
|  | 'name' hides a field. | 85 | 
|  | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 89 | 
|  | Missing a Javadoc comment. | 89 | 
|  | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 93 | 
|  | Missing a Javadoc comment. | 93 | 
|  | Parameter desc should be final. | 93 | 
|  | 'desc' hides a field. | 93 | 
|  | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 97 | 
|  | Missing a Javadoc comment. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 101 | 
|  | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 101 | 
|  | Missing a Javadoc comment. | 101 | 
|  | Parameter title should be final. | 101 | 
|  | 'title' hides a field. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line has trailing spaces. | 104 | 
|  | Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 105 | 
|  | Missing a Javadoc comment. | 105 | 
|  | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 112 | 
|  | Missing a Javadoc comment. | 112 | 
|  | Parameter params should be final. | 112 | 
|  | 'params' hides a field. | 112 | 
|  | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 116 | 
|  | Missing a Javadoc comment. | 116 | 
|  | Method 'setResults' is not designed for extension - needs to be abstract, final or empty. | 123 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Parameter results should be final. | 123 | 
|  | 'results' hides a field. | 123 | 
|  | Method 'getSearchTypeId' is not designed for extension - needs to be abstract, final or empty. | 127 | 
|  | Missing a Javadoc comment. | 127 | 
|  | Method 'setSearchTypeId' is not designed for extension - needs to be abstract, final or empty. | 131 | 
|  | Missing a Javadoc comment. | 131 | 
|  | Parameter searchTypeId should be final. | 131 | 
|  | 'searchTypeId' hides a field. | 131 | 
|  | Method 'getResultReturnKey' is not designed for extension - needs to be abstract, final or empty. | 135 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Method 'setResultReturnKey' is not designed for extension - needs to be abstract, final or empty. | 139 | 
|  | Missing a Javadoc comment. | 139 | 
|  | Parameter resultReturnKey should be final. | 139 | 
|  | 'resultReturnKey' hides a field. | 139 | 
|  | Method 'getResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 143 | 
|  | Missing a Javadoc comment. | 143 | 
|  | Method 'setResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 147 | 
|  | Missing a Javadoc comment. | 147 | 
|  | Parameter resultDisplayKey should be final. | 147 | 
|  | 'resultDisplayKey' hides a field. | 147 | 
|  | Method 'getResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 151 | 
|  | Missing a Javadoc comment. | 151 | 
|  | Method 'setResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 155 | 
|  | Missing a Javadoc comment. | 155 | 
|  | Parameter resultSortKey should be final. | 155 | 
|  | 'resultSortKey' hides a field. | 155 | 
|  | Method 'getQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 159 | 
|  | Missing a Javadoc comment. | 159 | 
|  | Method 'setQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 163 | 
|  | Missing a Javadoc comment. | 163 | 
|  | Parameter qosMetadata should be final. | 163 | 
|  | 'qosMetadata' hides a field. | 163 | 
|  | Line contains a tab character. | 167 | 
|  | Method 'getSearchParamIdKey' is not designed for extension - needs to be abstract, final or empty. | 167 | 
|  | Missing a Javadoc comment. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 171 | 
|  | Method 'setSearchParamIdKey' is not designed for extension - needs to be abstract, final or empty. | 171 | 
|  | Missing a Javadoc comment. | 171 | 
|  | Parameter searchParamIdKey should be final. | 171 | 
|  | 'searchParamIdKey' hides a field. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line has trailing spaces. | 174 | 
|  | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 175 | 
|  | Missing a Javadoc comment. | 175 | 
|  | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 179 | 
|  | Missing a Javadoc comment. | 179 | 
|  | Parameter id should be final. | 179 | 
|  | 'id' hides a field. | 179 | 
|  | Expected an @return tag. | 186 | 
|  | Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 186 | 
|  | Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 193 | 
|  | Parameter usage should be final. | 193 | 
|  | 'usage' hides a field. | 193 | 
|  | Expected @param tag for 'usage'. | 193 | 
|  | Line has trailing spaces. | 196 | 
|  | Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 197 | 
|  | Missing a Javadoc comment. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | Line contains a tab character. | 199 | 
|  | Line contains a tab character. | 201 | 
|  | Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 201 | 
|  | Missing a Javadoc comment. | 201 | 
|  | Parameter widget should be final. | 201 | 
|  | 'widget' hides a field. | 201 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 205 | 
|  | Missing a Javadoc comment. | 205 | 
|  | '{' is not preceded with whitespace. | 205 | 
|  | Line has trailing spaces. | 208 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 25 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Line has trailing spaces. | 28 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Line has trailing spaces. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line has trailing spaces. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line has trailing spaces. | 34 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line has trailing spaces. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line has trailing spaces. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Method 'getChildLookup' is not designed for extension - needs to be abstract, final or empty. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Method 'setChildLookup' is not designed for extension - needs to be abstract, final or empty. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Parameter childLookup should be final. | 54 | 
|  | 'childLookup' hides a field. | 54 | 
|  | Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 62 | 
|  | Missing a Javadoc comment. | 62 | 
|  | Parameter usage should be final. | 62 | 
|  | 'usage' hides a field. | 62 | 
|  | Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 66 | 
|  | Missing a Javadoc comment. | 66 | 
|  | Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 70 | 
|  | Missing a Javadoc comment. | 70 | 
|  | Parameter widget should be final. | 70 | 
|  | 'widget' hides a field. | 70 | 
|  | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 74 | 
|  | Missing a Javadoc comment. | 74 | 
|  | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 78 | 
|  | Missing a Javadoc comment. | 78 | 
|  | Parameter key should be final. | 78 | 
|  | 'key' hides a field. | 78 | 
|  | Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 82 | 
|  | Missing a Javadoc comment. | 82 | 
|  | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 86 | 
|  | Missing a Javadoc comment. | 86 | 
|  | Parameter optional should be final. | 86 | 
|  | 'optional' hides a field. | 86 | 
|  | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 90 | 
|  | Missing a Javadoc comment. | 90 | 
|  | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 94 | 
|  | Missing a Javadoc comment. | 94 | 
|  | Parameter dataType should be final. | 94 | 
|  | 'dataType' hides a field. | 94 | 
|  | Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 98 | 
|  | Missing a Javadoc comment. | 98 | 
|  | Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 102 | 
|  | Missing a Javadoc comment. | 102 | 
|  | Parameter writeAccess should be final. | 102 | 
|  | 'writeAccess' hides a field. | 102 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 106 | 
|  | Missing a Javadoc comment. | 106 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 110 | 
|  | Missing a Javadoc comment. | 110 | 
|  | Parameter name should be final. | 110 | 
|  | 'name' hides a field. | 110 | 
|  | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 114 | 
|  | Missing a Javadoc comment. | 114 | 
|  | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 118 | 
|  | Missing a Javadoc comment. | 118 | 
|  | Parameter desc should be final. | 118 | 
|  | 'desc' hides a field. | 118 | 
|  | Method 'isCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 123 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Method 'setCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 127 | 
|  | Missing a Javadoc comment. | 127 | 
|  | Parameter caseSensitive should be final. | 127 | 
|  | 'caseSensitive' hides a field. | 127 | 
|  | Line contains a tab character. | 131 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line is longer than 80 characters. | 135 | 
|  | Line contains a tab character. | 135 | 
|  | Line is longer than 80 characters. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | '==' is not preceded with whitespace. | 136 | 
|  | '==' is not followed by whitespace. | 136 | 
|  | '?' is not preceded with whitespace. | 136 | 
|  | Avoid inline conditionals. | 136 | 
|  | '?' is not followed by whitespace. | 136 | 
|  | ':' is not preceded with whitespace. | 136 | 
|  | ':' is not followed by whitespace. | 136 | 
|  | Line is longer than 80 characters. | 137 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 140 | 
|  | Method 'getDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 140 | 
|  | Missing a Javadoc comment. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 144 | 
|  | Method 'setDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 144 | 
|  | Missing a Javadoc comment. | 144 | 
|  | Parameter defaultValueList should be final. | 144 | 
|  | 'defaultValueList' hides a field. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 148 | 
|  | Method 'getDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 148 | 
|  | Missing a Javadoc comment. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | Line contains a tab character. | 152 | 
|  | Method 'setDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 152 | 
|  | Missing a Javadoc comment. | 152 | 
|  | Parameter defaultValueString should be final. | 152 | 
|  | 'defaultValueString' hides a field. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Method 'getStartAt' is not designed for extension - needs to be abstract, final or empty. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Method 'setStartAt' is not designed for extension - needs to be abstract, final or empty. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Parameter startAt should be final. | 37 | 
|  | 'startAt' hides a field. | 37 | 
|  | Method 'getMaxResults' is not designed for extension - needs to be abstract, final or empty. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Method 'setMaxResults' is not designed for extension - needs to be abstract, final or empty. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Parameter maxResults should be final. | 45 | 
|  | 'maxResults' hides a field. | 45 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Missing a Javadoc comment. | 51 | 
|  | '{' is not followed by whitespace. | 51 | 
|  | '}' is not preceded with whitespace. | 51 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Method 'getResultColumnKey' is not designed for extension - needs to be abstract, final or empty. | 55 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Method 'setResultColumnKey' is not designed for extension - needs to be abstract, final or empty. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Parameter resultColumnKey should be final. | 59 | 
|  | 'resultColumnKey' hides a field. | 59 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Method 'isDescending' is not designed for extension - needs to be abstract, final or empty. | 65 | 
|  | Missing a Javadoc comment. | 65 | 
|  | Method 'setDescending' is not designed for extension - needs to be abstract, final or empty. | 69 | 
|  | Missing a Javadoc comment. | 69 | 
|  | Parameter descending should be final. | 69 | 
|  | 'descending' hides a field. | 69 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Variable 'sorts' must be private and have accessor methods. | 75 | 
|  | First sentence should end with a period. | 77 | 
|  | Line has trailing spaces. | 79 | 
|  | Method 'getSorts' is not designed for extension - needs to be abstract, final or empty. | 82 | 
|  | First sentence should end with a period. | 86 | 
|  | Line has trailing spaces. | 88 | 
|  | Method 'setSorts' is not designed for extension - needs to be abstract, final or empty. | 92 | 
|  | Parameter sorts should be final. | 92 | 
|  | 'sorts' hides a field. | 92 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 20 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Line contains a tab character. | 30 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter name should be final. | 34 | 
|  | 'name' hides a field. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 42 | 
|  | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Parameter desc should be final. | 42 | 
|  | 'desc' hides a field. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 46 | 
|  | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 50 | 
|  | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Parameter dataType should be final. | 50 | 
|  | 'dataType' hides a field. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 54 | 
|  | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 58 | 
|  | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Parameter key should be final. | 58 | 
|  | 'key' hides a field. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 62 | 
|  | Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 62 | 
|  | Missing a Javadoc comment. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 66 | 
|  | Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 66 | 
|  | Missing a Javadoc comment. | 66 | 
|  | Parameter hidden should be final. | 66 | 
|  | 'hidden' hides a field. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 26 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Line has trailing spaces. | 43 | 
|  | Line has trailing spaces. | 44 | 
|  | Line is longer than 80 characters. | 44 | 
|  | Line contains a tab character. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Variable 'partialMaskFormatter' must be private and have accessor methods. | 44 | 
|  | ';' is not followed by whitespace. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Variable 'maskFormatter' must be private and have accessor methods. | 45 | 
|  | ';' is not followed by whitespace. | 45 | 
|  | Line has trailing spaces. | 46 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Line has trailing spaces. | 50 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Line has trailing spaces. | 52 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Line has trailing spaces. | 54 | 
|  | Comment matches to-do format 'TODO:'. | 55 | 
|  | Line is longer than 80 characters. | 55 | 
|  | Line has trailing spaces. | 56 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Line has trailing spaces. | 58 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Line has trailing spaces. | 62 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Missing a Javadoc comment. | 65 | 
|  | Line has trailing spaces. | 66 | 
|  | Missing a Javadoc comment. | 67 | 
|  | Line has trailing spaces. | 68 | 
|  | Line has trailing spaces. | 70 | 
|  | Line has trailing spaces. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line has trailing spaces. | 74 | 
|  | Parameter toClone should be final. | 77 | 
|  | Line has trailing spaces. | 92 | 
|  | 'if' is not followed by whitespace. | 94 | 
|  | Line is longer than 80 characters. | 96 | 
|  | 'for' is not followed by whitespace. | 96 | 
|  | Line is longer than 80 characters. | 97 | 
|  | Line has trailing spaces. | 99 | 
|  | Line has trailing spaces. | 102 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | 
|  | Line has trailing spaces. | 109 | 
|  | Method '_toString' is not designed for extension - needs to be abstract, final or empty. | 110 | 
|  | Missing a Javadoc comment. | 110 | 
|  | Name '_toString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | 
|  | Parameter sb should be final. | 110 | 
|  | Avoid inline conditionals. | 111 | 
|  | Avoid inline conditionals. | 116 | 
|  | Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 143 | 
|  | Missing a Javadoc comment. | 143 | 
|  | Method 'setConstraints' is not designed for extension - needs to be abstract, final or empty. | 150 | 
|  | Missing a Javadoc comment. | 150 | 
|  | Parameter constraints should be final. | 150 | 
|  | 'constraints' hides a field. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line has trailing spaces. | 156 | 
|  | Method 'setNonServerConstraints' is not designed for extension - needs to be abstract, final or empty. | 159 | 
|  | Parameter constraints should be final. | 159 | 
|  | 'constraints' hides a field. | 159 | 
|  | Expected @param tag for 'constraints'. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | '{' is not preceded with whitespace. | 160 | 
|  | Line is longer than 80 characters. | 161 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | ':' is not preceded with whitespace. | 162 | 
|  | ':' is not followed by whitespace. | 162 | 
|  | '{' is not preceded with whitespace. | 162 | 
|  | Line has trailing spaces. | 163 | 
|  | Line contains a tab character. | 163 | 
|  | '&&' should be on a new line. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | '&&' should be on a new line. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | '{' is not preceded with whitespace. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 170 | 
|  | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 173 | 
|  | Missing a Javadoc comment. | 173 | 
|  | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 177 | 
|  | Missing a Javadoc comment. | 177 | 
|  | Parameter dataType should be final. | 177 | 
|  | 'dataType' hides a field. | 177 | 
|  | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 181 | 
|  | Missing a Javadoc comment. | 181 | 
|  | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 185 | 
|  | Missing a Javadoc comment. | 185 | 
|  | Parameter defaultValue should be final. | 185 | 
|  | 'defaultValue' hides a field. | 185 | 
|  | Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 189 | 
|  | Missing a Javadoc comment. | 189 | 
|  | Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 193 | 
|  | Missing a Javadoc comment. | 193 | 
|  | Parameter defaultValuePath should be final. | 193 | 
|  | 'defaultValuePath' hides a field. | 193 | 
|  | Method 'getInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 197 | 
|  | Missing a Javadoc comment. | 197 | 
|  | Method 'setInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 201 | 
|  | Missing a Javadoc comment. | 201 | 
|  | Parameter initialLookup should be final. | 201 | 
|  | 'initialLookup' hides a field. | 201 | 
|  | Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 205 | 
|  | Missing a Javadoc comment. | 205 | 
|  | Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 209 | 
|  | Missing a Javadoc comment. | 209 | 
|  | Parameter lookupContextPath should be final. | 209 | 
|  | 'lookupContextPath' hides a field. | 209 | 
|  | Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 213 | 
|  | Missing a Javadoc comment. | 213 | 
|  | Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 220 | 
|  | Missing a Javadoc comment. | 220 | 
|  | Parameter additionalLookups should be final. | 220 | 
|  | 'additionalLookups' hides a field. | 220 | 
|  | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 224 | 
|  | Missing a Javadoc comment. | 224 | 
|  | Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 231 | 
|  | Missing a Javadoc comment. | 231 | 
|  | Parameter properties should be final. | 231 | 
|  | Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 235 | 
|  | Missing a Javadoc comment. | 235 | 
|  | Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 239 | 
|  | Missing a Javadoc comment. | 239 | 
|  | Parameter writeAccess should be final. | 239 | 
|  | 'writeAccess' hides a field. | 239 | 
|  | Line has trailing spaces. | 243 | 
|  | Method 'isOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 244 | 
|  | Missing a Javadoc comment. | 244 | 
|  | Method 'setOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 248 | 
|  | Missing a Javadoc comment. | 248 | 
|  | Parameter onChangeRefereshMetadata should be final. | 248 | 
|  | Method 'isCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 252 | 
|  | Missing a Javadoc comment. | 252 | 
|  | Method 'setCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 256 | 
|  | Missing a Javadoc comment. | 256 | 
|  | Parameter canUnmask should be final. | 256 | 
|  | 'canUnmask' hides a field. | 256 | 
|  | Method 'isCanView' is not designed for extension - needs to be abstract, final or empty. | 260 | 
|  | Missing a Javadoc comment. | 260 | 
|  | Method 'setCanView' is not designed for extension - needs to be abstract, final or empty. | 264 | 
|  | Missing a Javadoc comment. | 264 | 
|  | Parameter canView should be final. | 264 | 
|  | 'canView' hides a field. | 264 | 
|  | Method 'isCanEdit' is not designed for extension - needs to be abstract, final or empty. | 268 | 
|  | Missing a Javadoc comment. | 268 | 
|  | Method 'setCanEdit' is not designed for extension - needs to be abstract, final or empty. | 272 | 
|  | Missing a Javadoc comment. | 272 | 
|  | Parameter canEdit should be final. | 272 | 
|  | 'canEdit' hides a field. | 272 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 276 | 
|  | Missing a Javadoc comment. | 276 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 280 | 
|  | Missing a Javadoc comment. | 280 | 
|  | Parameter name should be final. | 280 | 
|  | 'name' hides a field. | 280 | 
|  | Line contains a tab character. | 284 | 
|  | Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 284 | 
|  | Missing a Javadoc comment. | 284 | 
|  | Line contains a tab character. | 285 | 
|  | Line contains a tab character. | 286 | 
|  | Line contains a tab character. | 288 | 
|  | Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 288 | 
|  | Missing a Javadoc comment. | 288 | 
|  | Parameter dynamic should be final. | 288 | 
|  | 'dynamic' hides a field. | 288 | 
|  | Line contains a tab character. | 289 | 
|  | Line contains a tab character. | 290 | 
|  | Line contains a tab character. | 292 | 
|  | Method 'getLabelKey' is not designed for extension - needs to be abstract, final or empty. | 292 | 
|  | Missing a Javadoc comment. | 292 | 
|  | Line contains a tab character. | 293 | 
|  | Line contains a tab character. | 294 | 
|  | Line contains a tab character. | 296 | 
|  | Method 'setLabelKey' is not designed for extension - needs to be abstract, final or empty. | 296 | 
|  | Missing a Javadoc comment. | 296 | 
|  | Parameter labelKey should be final. | 296 | 
|  | 'labelKey' hides a field. | 296 | 
|  | Line contains a tab character. | 297 | 
|  | Line contains a tab character. | 298 | 
|  | Method 'getPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 300 | 
|  | Missing a Javadoc comment. | 300 | 
|  | Line contains a tab character. | 301 | 
|  | Line contains a tab character. | 302 | 
|  | Line contains a tab character. | 304 | 
|  | Method 'setPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 304 | 
|  | Missing a Javadoc comment. | 304 | 
|  | Parameter partialMaskFormatter should be final. | 304 | 
|  | 'partialMaskFormatter' hides a field. | 304 | 
|  | Line contains a tab character. | 305 | 
|  | Line contains a tab character. | 306 | 
|  | Line contains a tab character. | 308 | 
|  | Method 'getMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 308 | 
|  | Missing a Javadoc comment. | 308 | 
|  | Line contains a tab character. | 309 | 
|  | Line contains a tab character. | 310 | 
|  | Line contains a tab character. | 312 | 
|  | Method 'setMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 312 | 
|  | Missing a Javadoc comment. | 312 | 
|  | Parameter maskFormatter should be final. | 312 | 
|  | 'maskFormatter' hides a field. | 312 | 
|  | Line contains a tab character. | 313 | 
|  | Line contains a tab character. | 314 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 24 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | 'id' hides a field. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Parameter meta should be final. | 44 | 
|  | 'meta' hides a field. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | First sentence should end with a period. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Expected an @return tag. | 51 | 
|  | Line contains a tab character. | 51 | 
|  | Method 'hasConstraint' is not designed for extension - needs to be abstract, final or empty. | 51 | 
|  | Parameter id should be final. | 51 | 
|  | Expected @param tag for 'id'. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | First sentence should end with a period. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line has trailing spaces. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | First sentence should end with a period. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line has trailing spaces. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Method 'getLargestMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | First sentence should end with a period. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line has trailing spaces. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | First sentence should end with a period. | 83 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line has trailing spaces. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Method 'getSmallestMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | First sentence should end with a period. | 92 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line has trailing spaces. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Method 'getLargestMinLength' is not designed for extension - needs to be abstract, final or empty. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 101 | 
|  | Method 'getSmallestMaxLength' is not designed for extension - needs to be abstract, final or empty. | 101 | 
|  | Missing a Javadoc comment. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 105 | 
|  | Method 'isMultilined' is not designed for extension - needs to be abstract, final or empty. | 105 | 
|  | Missing a Javadoc comment. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line has trailing spaces. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | First sentence should end with a period. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Expected an @return tag. | 113 | 
|  | Line contains a tab character. | 113 | 
|  | Parameter meta should be final. | 113 | 
|  | Expected @param tag for 'meta'. | 113 | 
|  | Parameter id should be final. | 113 | 
|  | Expected @param tag for 'id'. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | First sentence should end with a period. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Expected an @return tag. | 119 | 
|  | Line contains a tab character. | 119 | 
|  | Parameter meta should be final. | 119 | 
|  | Expected @param tag for 'meta'. | 119 | 
|  | Parameter id should be final. | 119 | 
|  | Expected @param tag for 'id'. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line is longer than 80 characters. | 127 | 
|  | Line contains a tab character. | 127 | 
|  | Missing a Javadoc comment. | 127 | 
|  | Parameter constraints should be final. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Parameter id should be final. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line is longer than 80 characters. | 132 | 
|  | Line contains a tab character. | 132 | 
|  | Line is longer than 80 characters. | 133 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | First sentence should end with a period. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line has trailing spaces. | 144 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Parameter meta should be final. | 147 | 
|  | Expected @param tag for 'meta'. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line has trailing spaces. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Expected an @return tag. | 168 | 
|  | Line contains a tab character. | 168 | 
|  | Parameter meta should be final. | 168 | 
|  | Expected @param tag for 'meta'. | 168 | 
|  | '{' is not preceded with whitespace. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line has trailing spaces. | 170 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | 'if' is not followed by whitespace. | 171 | 
|  | '{' is not preceded with whitespace. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line is longer than 80 characters. | 174 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line is longer than 80 characters. | 176 | 
|  | Line contains a tab character. | 176 | 
|  | '{' is not preceded with whitespace. | 176 | 
|  | Line is longer than 80 characters. | 177 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 179 | 
|  | Line has trailing spaces. | 180 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | Line has trailing spaces. | 183 | 
|  | Line contains a tab character. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | Line has trailing spaces. | 186 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Expected an @return tag. | 190 | 
|  | Line contains a tab character. | 190 | 
|  | Parameter meta should be final. | 190 | 
|  | Expected @param tag for 'meta'. | 190 | 
|  | '{' is not preceded with whitespace. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line has trailing spaces. | 192 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | 'if' is not followed by whitespace. | 193 | 
|  | '{' is not preceded with whitespace. | 193 | 
|  | Line contains a tab character. | 194 | 
|  | Line contains a tab character. | 195 | 
|  | Line is longer than 80 characters. | 196 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | Line is longer than 80 characters. | 198 | 
|  | Line contains a tab character. | 198 | 
|  | '{' is not preceded with whitespace. | 198 | 
|  | Line is longer than 80 characters. | 199 | 
|  | Line contains a tab character. | 199 | 
|  | Line contains a tab character. | 200 | 
|  | Line contains a tab character. | 201 | 
|  | Line has trailing spaces. | 202 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | Line has trailing spaces. | 205 | 
|  | Line contains a tab character. | 205 | 
|  | First sentence should end with a period. | 206 | 
|  | Line contains a tab character. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | Line has trailing spaces. | 208 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | Line contains a tab character. | 211 | 
|  | Parameter meta should be final. | 211 | 
|  | Expected @param tag for 'meta'. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | Comment matches to-do format 'TODO:'. | 216 | 
|  | Line contains a tab character. | 216 | 
|  | Comment matches to-do format 'TODO:'. | 217 | 
|  | Line contains a tab character. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line is longer than 80 characters. | 222 | 
|  | Line contains a tab character. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line contains a tab character. | 227 | 
|  | Line contains a tab character. | 228 | 
|  | First sentence should end with a period. | 230 | 
|  | Line contains a tab character. | 230 | 
|  | Line contains a tab character. | 231 | 
|  | Line has trailing spaces. | 232 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Parameter meta should be final. | 235 | 
|  | Expected @param tag for 'meta'. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | '||' should be on a new line. | 240 | 
|  | Line is longer than 80 characters. | 241 | 
|  | Line contains a tab character. | 241 | 
|  | Line contains a tab character. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 245 | 
|  | Line has trailing spaces. | 246 | 
|  | Line contains a tab character. | 246 | 
|  | Line contains a tab character. | 247 | 
|  | Missing a Javadoc comment. | 247 | 
|  | Parameter meta should be final. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line contains a tab character. | 250 | 
|  | Line contains a tab character. | 251 | 
|  | '{' is not preceded with whitespace. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line contains a tab character. | 253 | 
|  | Line contains a tab character. | 254 | 
|  | Line contains a tab character. | 255 | 
|  | Line contains a tab character. | 256 | 
|  | First sentence should end with a period. | 258 | 
|  | Line contains a tab character. | 258 | 
|  | Line contains a tab character. | 259 | 
|  | Line has trailing spaces. | 260 | 
|  | Line contains a tab character. | 260 | 
|  | Line has trailing spaces. | 261 | 
|  | Line contains a tab character. | 261 | 
|  | Line has trailing spaces. | 262 | 
|  | Line contains a tab character. | 262 | 
|  | Line has trailing spaces. | 263 | 
|  | Line is longer than 80 characters. | 263 | 
|  | Line contains a tab character. | 263 | 
|  | Line has trailing spaces. | 264 | 
|  | Line is longer than 80 characters. | 264 | 
|  | Line contains a tab character. | 264 | 
|  | Line contains a tab character. | 265 | 
|  | Line contains a tab character. | 266 | 
|  | Line contains a tab character. | 267 | 
|  | Parameter meta should be final. | 267 | 
|  | Expected @param tag for 'meta'. | 267 | 
|  | Line contains a tab character. | 268 | 
|  | Line contains a tab character. | 269 | 
|  | Line contains a tab character. | 270 | 
|  | Line contains a tab character. | 271 | 
|  | Line contains a tab character. | 272 | 
|  | Line contains a tab character. | 274 | 
|  | Line contains a tab character. | 275 | 
|  | '{' is not preceded with whitespace. | 275 | 
|  | Line contains a tab character. | 276 | 
|  | Line contains a tab character. | 277 | 
|  | Line contains a tab character. | 278 | 
|  | Line contains a tab character. | 279 | 
|  | Line contains a tab character. | 280 | 
|  | Line is longer than 80 characters. | 281 | 
|  | Line contains a tab character. | 281 | 
|  | Line contains a tab character. | 282 | 
|  | Line contains a tab character. | 283 | 
|  | Line contains a tab character. | 284 | 
|  | Line contains a tab character. | 285 | 
|  | Line has trailing spaces. | 286 | 
|  | Line contains a tab character. | 286 | 
|  | Line contains a tab character. | 287 | 
|  | '{' is not preceded with whitespace. | 287 | 
|  | Line contains a tab character. | 288 | 
|  | Line contains a tab character. | 289 | 
|  | Line has trailing spaces. | 290 | 
|  | Line contains a tab character. | 290 | 
|  | Line contains a tab character. | 291 | 
|  | Line contains a tab character. | 292 | 
|  | First sentence should end with a period. | 294 | 
|  | Line contains a tab character. | 294 | 
|  | Line contains a tab character. | 295 | 
|  | Line has trailing spaces. | 296 | 
|  | Line contains a tab character. | 296 | 
|  | Line contains a tab character. | 297 | 
|  | Line contains a tab character. | 298 | 
|  | Line contains a tab character. | 299 | 
|  | Parameter meta should be final. | 299 | 
|  | Expected @param tag for 'meta'. | 299 | 
|  | Line contains a tab character. | 300 | 
|  | Line contains a tab character. | 301 | 
|  | Line contains a tab character. | 302 | 
|  | Line contains a tab character. | 303 | 
|  | Comment matches to-do format 'TODO:'. | 304 | 
|  | Line contains a tab character. | 304 | 
|  | Comment matches to-do format 'TODO:'. | 305 | 
|  | Line contains a tab character. | 305 | 
|  | Line contains a tab character. | 306 | 
|  | Line contains a tab character. | 307 | 
|  | Line contains a tab character. | 308 | 
|  | Line contains a tab character. | 309 | 
|  | Line is longer than 80 characters. | 310 | 
|  | Line contains a tab character. | 310 | 
|  | Line contains a tab character. | 311 | 
|  | Line contains a tab character. | 312 | 
|  | Line contains a tab character. | 313 | 
|  | Line contains a tab character. | 314 | 
|  | Line contains a tab character. | 315 | 
|  | Line contains a tab character. | 316 | 
|  | Line contains a tab character. | 318 | 
|  | Missing a Javadoc comment. | 318 | 
|  | Parameter meta should be final. | 318 | 
|  | Line contains a tab character. | 319 | 
|  | Line contains a tab character. | 320 | 
|  | Line contains a tab character. | 321 | 
|  | Line contains a tab character. | 322 | 
|  | Comment matches to-do format 'TODO:'. | 323 | 
|  | Line contains a tab character. | 323 | 
|  | Comment matches to-do format 'TODO:'. | 324 | 
|  | Line contains a tab character. | 324 | 
|  | Line contains a tab character. | 325 | 
|  | Line contains a tab character. | 326 | 
|  | Line contains a tab character. | 327 | 
|  | Line contains a tab character. | 328 | 
|  | Line is longer than 80 characters. | 329 | 
|  | Line contains a tab character. | 329 | 
|  | Line contains a tab character. | 330 | 
|  | Line contains a tab character. | 331 | 
|  | Line contains a tab character. | 332 | 
|  | Line contains a tab character. | 333 | 
|  | Line contains a tab character. | 334 | 
|  | Line contains a tab character. | 335 | 
|  | Line contains a tab character. | 337 | 
|  | Missing a Javadoc comment. | 337 | 
|  | Parameter meta should be final. | 337 | 
|  | Line contains a tab character. | 338 | 
|  | Line contains a tab character. | 339 | 
|  | Line contains a tab character. | 340 | 
|  | Comment matches to-do format 'TODO:'. | 341 | 
|  | Line contains a tab character. | 341 | 
|  | Line has trailing spaces. | 342 | 
|  | Line is longer than 80 characters. | 342 | 
|  | Line contains a tab character. | 342 | 
|  | Line is longer than 80 characters. | 343 | 
|  | Line contains a tab character. | 343 | 
|  | Line has trailing spaces. | 344 | 
|  | Line contains a tab character. | 344 | 
|  | Comment matches to-do format 'TODO:'. | 345 | 
|  | Line contains a tab character. | 345 | 
|  | Line contains a tab character. | 346 | 
|  | Line contains a tab character. | 347 | 
|  | Line contains a tab character. | 348 | 
|  | Line contains a tab character. | 349 | 
|  | '150' is a magic number. | 349 | 
|  | Line contains a tab character. | 350 | 
|  | Line contains a tab character. | 351 | 
|  | Line contains a tab character. | 352 | 
|  | Line contains a tab character. | 353 | 
|  | Line contains a tab character. | 354 | 
|  | Line contains a tab character. | 355 | 
|  | Line has trailing spaces. | 357 | 
|  | Line contains a tab character. | 357 | 
|  | Line contains a tab character. | 358 | 
|  | Missing a Javadoc comment. | 358 | 
|  | Parameter meta should be final. | 358 | 
|  | Line contains a tab character. | 359 | 
|  | Line contains a tab character. | 360 | 
|  | Line contains a tab character. | 361 | 
|  | Line contains a tab character. | 362 | 
|  | Line contains a tab character. | 363 | 
|  | Line contains a tab character. | 364 | 
|  | Line contains a tab character. | 365 | 
|  | Line contains a tab character. | 366 | 
|  | Line contains a tab character. | 367 | 
|  | Line contains a tab character. | 368 | 
|  | Line contains a tab character. | 369 | 
|  | Line contains a tab character. | 370 | 
|  | Line contains a tab character. | 371 | 
|  | Line contains a tab character. | 372 | 
|  | Line contains a tab character. | 374 | 
|  | Missing a Javadoc comment. | 374 | 
|  | Parameter meta should be final. | 374 | 
|  | Line contains a tab character. | 375 | 
|  | Line contains a tab character. | 376 | 
|  | Line contains a tab character. | 377 | 
|  | Line contains a tab character. | 378 | 
|  | Line contains a tab character. | 379 | 
|  | Line contains a tab character. | 380 | 
|  | Line contains a tab character. | 381 | 
|  | Line contains a tab character. | 382 | 
|  | Line contains a tab character. | 383 | 
|  | Line contains a tab character. | 384 | 
|  | Line contains a tab character. | 385 | 
|  | Line contains a tab character. | 386 | 
|  | Line contains a tab character. | 387 | 
|  | Line contains a tab character. | 388 | 
|  | Line has trailing spaces. | 390 | 
|  | Line contains a tab character. | 390 | 
|  | Line contains a tab character. | 391 | 
|  | Missing a Javadoc comment. | 391 | 
|  | Parameter meta should be final. | 391 | 
|  | Line contains a tab character. | 392 | 
|  | Line contains a tab character. | 393 | 
|  | Line contains a tab character. | 394 | 
|  | Line contains a tab character. | 395 | 
|  | Line contains a tab character. | 396 | 
|  | Line contains a tab character. | 397 | 
|  | Line contains a tab character. | 398 | 
|  | Line contains a tab character. | 399 | 
|  | Line contains a tab character. | 400 | 
|  | Line contains a tab character. | 401 | 
|  | Line contains a tab character. | 402 | 
|  | Line contains a tab character. | 403 | 
|  | Line contains a tab character. | 404 | 
|  | Line contains a tab character. | 405 | 
|  | Line contains a tab character. | 407 | 
|  | Missing a Javadoc comment. | 407 | 
|  | Parameter meta should be final. | 407 | 
|  | Line contains a tab character. | 408 | 
|  | Line contains a tab character. | 409 | 
|  | Line contains a tab character. | 410 | 
|  | Line contains a tab character. | 411 | 
|  | Line contains a tab character. | 412 | 
|  | Line contains a tab character. | 413 | 
|  | Line contains a tab character. | 414 | 
|  | Line contains a tab character. | 415 | 
|  | Line contains a tab character. | 416 | 
|  | Line contains a tab character. | 417 | 
|  | Line contains a tab character. | 418 | 
|  | Line contains a tab character. | 419 | 
|  | Line contains a tab character. | 420 | 
|  | Line contains a tab character. | 421 | 
|  | Line is longer than 80 characters. | 423 | 
|  | Line contains a tab character. | 423 | 
|  | Missing a Javadoc comment. | 423 | 
|  | Parameter meta should be final. | 423 | 
|  | Parameter parser should be final. | 423 | 
|  | Parameter dataValue should be final. | 423 | 
|  | Line contains a tab character. | 424 | 
|  | Line contains a tab character. | 425 | 
|  | Line contains a tab character. | 426 | 
|  | Line contains a tab character. | 427 | 
|  | Line contains a tab character. | 428 | 
|  | Line contains a tab character. | 429 | 
|  | Line contains a tab character. | 430 | 
|  | Line is longer than 80 characters. | 431 | 
|  | Line contains a tab character. | 431 | 
|  | Line contains a tab character. | 432 | 
|  | Line contains a tab character. | 433 | 
|  | Line contains a tab character. | 434 | 
|  | Line contains a tab character. | 435 | 
|  | Line contains a tab character. | 436 | 
|  | '{' is not preceded with whitespace. | 436 | 
|  | Line is longer than 80 characters. | 437 | 
|  | Line contains a tab character. | 437 | 
|  | 'cast' is not followed by whitespace. | 437 | 
|  | '{' is not preceded with whitespace. | 437 | 
|  | Line contains a tab character. | 438 | 
|  | 'cast' is not followed by whitespace. | 438 | 
|  | Line contains a tab character. | 439 | 
|  | Line contains a tab character. | 440 | 
|  | Line contains a tab character. | 441 | 
|  | Line contains a tab character. | 442 | 
|  | Line is longer than 80 characters. | 444 | 
|  | Line contains a tab character. | 444 | 
|  | Missing a Javadoc comment. | 444 | 
|  | Parameter meta should be final. | 444 | 
|  | Parameter parser should be final. | 444 | 
|  | Parameter dataValue should be final. | 444 | 
|  | Line contains a tab character. | 445 | 
|  | Line contains a tab character. | 446 | 
|  | Line contains a tab character. | 447 | 
|  | Line contains a tab character. | 448 | 
|  | Line contains a tab character. | 449 | 
|  | Line contains a tab character. | 450 | 
|  | Line contains a tab character. | 451 | 
|  | Line is longer than 80 characters. | 452 | 
|  | Line contains a tab character. | 452 | 
|  | Line contains a tab character. | 453 | 
|  | Line contains a tab character. | 454 | 
|  | Line contains a tab character. | 455 | 
|  | Line contains a tab character. | 456 | 
|  | Line contains a tab character. | 457 | 
|  | '{' is not preceded with whitespace. | 457 | 
|  | Line is longer than 80 characters. | 458 | 
|  | Line contains a tab character. | 458 | 
|  | '==' is not preceded with whitespace. | 458 | 
|  | '==' is not followed by whitespace. | 458 | 
|  | 'cast' is not followed by whitespace. | 458 | 
|  | '{' is not preceded with whitespace. | 458 | 
|  | Line contains a tab character. | 459 | 
|  | 'cast' is not followed by whitespace. | 459 | 
|  | Line contains a tab character. | 460 | 
|  | Line contains a tab character. | 461 | 
|  | Line contains a tab character. | 462 | 
|  | Line contains a tab character. | 463 | 
|  | Line has trailing spaces. | 464 | 
|  | Line contains a tab character. | 464 | 
|  | Line contains a tab character. | 465 | 
|  | Missing a Javadoc comment. | 465 | 
|  | Parameter s should be final. | 465 | 
|  | Line contains a tab character. | 466 | 
|  | Line has trailing spaces. | 467 | 
|  | Line contains a tab character. | 467 | 
|  | Line contains a tab character. | 468 | 
|  | Line contains a tab character. | 469 | 
|  | Line contains a tab character. | 470 | 
|  | Line contains a tab character. | 471 | 
|  | Must have at least one statement. | 471 | 
|  | Line contains a tab character. | 472 | 
|  | Line contains a tab character. | 473 | 
|  | Line contains a tab character. | 474 | 
|  | Line has trailing spaces. | 475 | 
|  | Line contains a tab character. | 475 | 
|  | Line contains a tab character. | 476 | 
|  | Line contains a tab character. | 477 | 
|  | Line has trailing spaces. | 478 | 
|  | Line contains a tab character. | 478 | 
|  | Line contains a tab character. | 479 | 
|  | Missing a Javadoc comment. | 479 | 
|  | Parameter s should be final. | 479 | 
|  | Line contains a tab character. | 480 | 
|  | Line has trailing spaces. | 481 | 
|  | Line contains a tab character. | 481 | 
|  | Line contains a tab character. | 482 | 
|  | Line contains a tab character. | 483 | 
|  | Line contains a tab character. | 484 | 
|  | Line contains a tab character. | 485 | 
|  | Must have at least one statement. | 485 | 
|  | Line contains a tab character. | 486 | 
|  | Line contains a tab character. | 487 | 
|  | Line contains a tab character. | 488 | 
|  | Line has trailing spaces. | 489 | 
|  | Line contains a tab character. | 489 | 
|  | Line contains a tab character. | 490 | 
|  | Line contains a tab character. | 491 | 
|  | Line has trailing spaces. | 492 | 
|  | Line contains a tab character. | 492 | 
|  | Line contains a tab character. | 493 | 
|  | Missing a Javadoc comment. | 493 | 
|  | Parameter s should be final. | 493 | 
|  | Parameter parser should be final. | 493 | 
|  | Line contains a tab character. | 494 | 
|  | Line has trailing spaces. | 495 | 
|  | Line contains a tab character. | 495 | 
|  | Line contains a tab character. | 496 | 
|  | Line contains a tab character. | 497 | 
|  | Line contains a tab character. | 498 | 
|  | Line contains a tab character. | 499 | 
|  | Must have at least one statement. | 499 | 
|  | Line contains a tab character. | 500 | 
|  | Line contains a tab character. | 501 | 
|  | Line contains a tab character. | 502 | 
|  | Line has trailing spaces. | 503 | 
|  | Line contains a tab character. | 503 | 
|  | Line contains a tab character. | 504 | 
|  | Line contains a tab character. | 505 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 17 | 
|  | First sentence should end with a period. | 26 | 
|  | '{' is not preceded with whitespace. | 31 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Redundant 'public' modifier. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Redundant 'public' modifier. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Redundant 'public' modifier. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 36 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 17 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 17 | 
|  | Line is longer than 80 characters. | 26 | 
|  | Line has trailing spaces. | 28 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Name 'parser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line has trailing spaces. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | '{' is not preceded with whitespace. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 82 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Method 'removeRange' is not designed for extension - needs to be abstract, final or empty. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 136 | 
|  | Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 151 | 
|  | Method 'subPath' is not designed for extension - needs to be abstract, final or empty. | 151 | 
|  | Missing a Javadoc comment. | 151 | 
|  | Line is longer than 80 characters. | 152 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 160 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line has trailing spaces. | 167 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Missing a Javadoc comment. | 168 | 
|  | Parameter paths should be final. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 8 | 
|  | '{' is not preceded with whitespace. | 9 | 
|  | Line contains a tab character. | 11 | 
|  | Missing a Javadoc comment. | 11 | 
|  | Line contains a tab character. | 13 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Variable 'initialLookup' must be private and have accessor methods. | 13 | 
|  | Line contains a tab character. | 14 | 
|  | Missing a Javadoc comment. | 14 | 
|  | Variable 'additionalLookups' must be private and have accessor methods. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Line contains a tab character. | 16 | 
|  | Missing a Javadoc comment. | 16 | 
|  | Line contains a tab character. | 17 | 
|  | Missing a Javadoc comment. | 17 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Line contains a tab character. | 20 | 
|  | Method 'getInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 20 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Line contains a tab character. | 24 | 
|  | Method 'setInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Parameter initialLookup should be final. | 24 | 
|  | 'initialLookup' hides a field. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 28 | 
|  | Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Parameter additionalLookups should be final. | 32 | 
|  | 'additionalLookups' hides a field. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 40 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Parameter name should be final. | 40 | 
|  | 'name' hides a field. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 48 | 
|  | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Parameter path should be final. | 48 | 
|  | 'path' hides a field. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 56 | 
|  | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Parameter dataType should be final. | 56 | 
|  | 'dataType' hides a field. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | '(' is preceded with whitespace. | 60 | 
|  | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | '(' is preceded with whitespace. | 64 | 
|  | Parameter type should be final. | 64 | 
|  | 'type' hides a field. | 64 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 13 | 
|  | '{' is not preceded with whitespace. | 13 | 
|  | Line contains a tab character. | 15 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Line has trailing spaces. | 16 | 
|  | Line contains a tab character. | 16 | 
|  | Line is longer than 80 characters. | 17 | 
|  | Line contains a tab character. | 17 | 
|  | Missing a Javadoc comment. | 17 | 
|  | Line contains a tab character. | 18 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Line contains a tab character. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Line contains a tab character. | 22 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line has trailing spaces. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | '=' is not preceded with whitespace. | 26 | 
|  | '=' is not followed by whitespace. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line has trailing spaces. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line has trailing spaces. | 34 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Line has trailing spaces. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Line contains a tab character. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line has trailing spaces. | 50 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line has trailing spaces. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Line has trailing spaces. | 57 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Method 'getWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line has trailing spaces. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Line is longer than 80 characters. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Method 'setWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 62 | 
|  | Missing a Javadoc comment. | 62 | 
|  | Parameter widgetOptions should be final. | 62 | 
|  | 'widgetOptions' hides a field. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line has trailing spaces. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Method 'getWidgetOptionValue' is not designed for extension - needs to be abstract, final or empty. | 66 | 
|  | Missing a Javadoc comment. | 66 | 
|  | Parameter widgetOption should be final. | 66 | 
|  | 'if' construct must use '{}'s. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 71 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 75 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Parameter name should be final. | 75 | 
|  | 'name' hides a field. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 79 | 
|  | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 79 | 
|  | Missing a Javadoc comment. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 83 | 
|  | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 83 | 
|  | Missing a Javadoc comment. | 83 | 
|  | Parameter desc should be final. | 83 | 
|  | 'desc' hides a field. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 87 | 
|  | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 87 | 
|  | Missing a Javadoc comment. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 91 | 
|  | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 91 | 
|  | Missing a Javadoc comment. | 91 | 
|  | Parameter title should be final. | 91 | 
|  | 'title' hides a field. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line has trailing spaces. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 106 | 
|  | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 106 | 
|  | Missing a Javadoc comment. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 113 | 
|  | Method 'setResults' is not designed for extension - needs to be abstract, final or empty. | 113 | 
|  | Missing a Javadoc comment. | 113 | 
|  | Parameter results should be final. | 113 | 
|  | 'results' hides a field. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 119 | 
|  | Method 'getResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 119 | 
|  | Missing a Javadoc comment. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 123 | 
|  | Method 'setResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 123 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Parameter resultDisplayKey should be final. | 123 | 
|  | 'resultDisplayKey' hides a field. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 127 | 
|  | Method 'getResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 127 | 
|  | Missing a Javadoc comment. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 131 | 
|  | Method 'setResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 131 | 
|  | Missing a Javadoc comment. | 131 | 
|  | Parameter resultSortKey should be final. | 131 | 
|  | 'resultSortKey' hides a field. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 135 | 
|  | Method 'getQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 135 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 139 | 
|  | Method 'setQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 139 | 
|  | Missing a Javadoc comment. | 139 | 
|  | Parameter qosMetadata should be final. | 139 | 
|  | 'qosMetadata' hides a field. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line has trailing spaces. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 143 | 
|  | Missing a Javadoc comment. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 147 | 
|  | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 147 | 
|  | Missing a Javadoc comment. | 147 | 
|  | Parameter id should be final. | 147 | 
|  | 'id' hides a field. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 151 | 
|  | Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 151 | 
|  | Missing a Javadoc comment. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 155 | 
|  | Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 155 | 
|  | Missing a Javadoc comment. | 155 | 
|  | Parameter usage should be final. | 155 | 
|  | 'usage' hides a field. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line has trailing spaces. | 158 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 159 | 
|  | Missing a Javadoc comment. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 163 | 
|  | Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 163 | 
|  | Missing a Javadoc comment. | 163 | 
|  | Parameter widget should be final. | 163 | 
|  | 'widget' hides a field. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 167 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 | 
|  | Missing a Javadoc comment. | 167 | 
|  | '{' is not preceded with whitespace. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line has trailing spaces. | 170 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | '5000' is a magic number. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Parameter structureName should be final. | 41 | 
|  | 'structureName' hides a field. | 41 | 
|  | Parameter structureMetadata should be final. | 41 | 
|  | 'structureMetadata' hides a field. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Parameter type should be final. | 42 | 
|  | 'type' hides a field. | 42 | 
|  | Parameter parent should be final. | 42 | 
|  | 'parent' hides a field. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Parameter structuresAlreadyProcessed should be final. | 43 | 
|  | 'structuresAlreadyProcessed' hides a field. | 43 | 
|  | Parameter level should be final. | 43 | 
|  | 'level' hides a field. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Method 'getStructureName' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 56 | 
|  | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Method 'getRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 64 | 
|  | Method 'setRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | Parameter rowSeperator should be final. | 64 | 
|  | 'rowSeperator' hides a field. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 68 | 
|  | Method 'getColSeparator' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 72 | 
|  | Method 'setColSeparator' is not designed for extension - needs to be abstract, final or empty. | 72 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Parameter separator should be final. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 76 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Parameter str should be final. | 76 | 
|  | Parameter size should be final. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 85 | 
|  | Method 'formatForWiki' is not designed for extension - needs to be abstract, final or empty. | 85 | 
|  | Missing a Javadoc comment. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line is longer than 80 characters. | 92 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | '(' is preceded with whitespace. | 144 | 
|  | '{' should be on the previous line. | 145 | 
|  | Line is longer than 80 characters. | 148 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | '(' is preceded with whitespace. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | '10' is a magic number. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | '25' is a magic number. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | '15' is a magic number. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | '7' is a magic number. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | '15' is a magic number. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line is longer than 80 characters. | 172 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line is longer than 80 characters. | 176 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | Line is longer than 80 characters. | 178 | 
|  | Line contains a tab character. | 178 | 
|  | Line is longer than 80 characters. | 179 | 
|  | Line contains a tab character. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 188 | 
|  | Missing a Javadoc comment. | 188 | 
|  | Parameter fieldMeta should be final. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | 'type' hides a field. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line contains a tab character. | 194 | 
|  | Line is longer than 80 characters. | 195 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | Line contains a tab character. | 199 | 
|  | Line contains a tab character. | 200 | 
|  | Line contains a tab character. | 201 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 204 | 
|  | Missing a Javadoc comment. | 204 | 
|  | Parameter fieldMeta should be final. | 204 | 
|  | Line contains a tab character. | 205 | 
|  | Line contains a tab character. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line contains a tab character. | 211 | 
|  | Missing a Javadoc comment. | 211 | 
|  | Parameter meta should be final. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | Missing a Javadoc comment. | 218 | 
|  | '(' is preceded with whitespace. | 218 | 
|  | Parameter key should be final. | 218 | 
|  | Parameter fieldMeta should be final. | 218 | 
|  | '{' should be on the previous line. | 219 | 
|  | '(' is preceded with whitespace. | 220 | 
|  | '40' is a magic number. | 220 | 
|  | '(' is preceded with whitespace. | 221 | 
|  | '30' is a magic number. | 221 | 
|  | '(' is preceded with whitespace. | 222 | 
|  | '{' should be on the previous line. | 223 | 
|  | '(' is preceded with whitespace. | 224 | 
|  | '(' is preceded with whitespace. | 225 | 
|  | '(' is preceded with whitespace. | 226 | 
|  | '(' is preceded with whitespace. | 226 | 
|  | '(' is preceded with whitespace. | 228 | 
|  | Line contains a tab character. | 231 | 
|  | Method 'calcFullyQualifiedFieldName' is not designed for extension - needs to be abstract, final or empty. | 231 | 
|  | Missing a Javadoc comment. | 231 | 
|  | Parameter fieldName should be final. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 239 | 
|  | Missing a Javadoc comment. | 239 | 
|  | Parameter name should be final. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | Line contains a tab character. | 241 | 
|  | Line contains a tab character. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 246 | 
|  | Missing a Javadoc comment. | 246 | 
|  | Parameter name should be final. | 246 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line contains a tab character. | 249 | 
|  | Line contains a tab character. | 250 | 
|  | Line is longer than 80 characters. | 251 | 
|  | Line contains a tab character. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line contains a tab character. | 253 | 
|  | Line contains a tab character. | 254 | 
|  | Line contains a tab character. | 256 | 
|  | Missing a Javadoc comment. | 256 | 
|  | Parameter fieldMeta should be final. | 256 | 
|  | Line contains a tab character. | 257 | 
|  | Line contains a tab character. | 258 | 
|  | Line contains a tab character. | 259 | 
|  | Line contains a tab character. | 260 | 
|  | Line contains a tab character. | 261 | 
|  | Line contains a tab character. | 262 | 
|  | Line contains a tab character. | 264 | 
|  | Line contains a tab character. | 265 | 
|  | Line contains a tab character. | 266 | 
|  | Line contains a tab character. | 267 | 
|  | Line contains a tab character. | 268 | 
|  | Line contains a tab character. | 269 | 
|  | Line contains a tab character. | 270 | 
|  | Line contains a tab character. | 271 | 
|  | Line contains a tab character. | 272 | 
|  | Line is longer than 80 characters. | 274 | 
|  | Line contains a tab character. | 274 | 
|  | Missing a Javadoc comment. | 274 | 
|  | Line contains a tab character. | 276 | 
|  | Missing a Javadoc comment. | 276 | 
|  | Parameter fieldMeta should be final. | 276 | 
|  | Line contains a tab character. | 277 | 
|  | Line contains a tab character. | 278 | 
|  | Line contains a tab character. | 279 | 
|  | Line contains a tab character. | 280 | 
|  | Line contains a tab character. | 281 | 
|  | Line is longer than 80 characters. | 282 | 
|  | Line contains a tab character. | 282 | 
|  | Line contains a tab character. | 283 | 
|  | Line contains a tab character. | 284 | 
|  | Line contains a tab character. | 285 | 
|  | Line contains a tab character. | 286 | 
|  | Line contains a tab character. | 287 | 
|  | Line contains a tab character. | 289 | 
|  | Missing a Javadoc comment. | 289 | 
|  | Parameter str should be final. | 289 | 
|  | Line contains a tab character. | 290 | 
|  | Line contains a tab character. | 291 | 
|  | Line contains a tab character. | 292 | 
|  | Line contains a tab character. | 293 | 
|  | Line contains a tab character. | 294 | 
|  | Line contains a tab character. | 295 | 
|  | Line contains a tab character. | 296 | 
|  | Line contains a tab character. | 297 | 
|  | Line contains a tab character. | 298 | 
|  | Line contains a tab character. | 299 | 
|  | Line contains a tab character. | 300 | 
|  | Line contains a tab character. | 301 | 
|  | Line contains a tab character. | 302 | 
|  | Line contains a tab character. | 303 | 
|  | Line contains a tab character. | 304 | 
|  | Line contains a tab character. | 305 | 
|  | Line contains a tab character. | 306 | 
|  | Line contains a tab character. | 307 | 
|  | Line contains a tab character. | 308 | 
|  | Line contains a tab character. | 309 | 
|  | Line contains a tab character. | 310 | 
|  | Line contains a tab character. | 311 | 
|  | Line contains a tab character. | 312 | 
|  | Line contains a tab character. | 313 | 
|  | Line contains a tab character. | 314 | 
|  | Line contains a tab character. | 315 | 
|  | Line contains a tab character. | 317 | 
|  | Missing a Javadoc comment. | 317 | 
|  | Parameter fieldMeta should be final. | 317 | 
|  | Line contains a tab character. | 318 | 
|  | Line contains a tab character. | 319 | 
|  | Line contains a tab character. | 320 | 
|  | Line contains a tab character. | 321 | 
|  | Line contains a tab character. | 322 | 
|  | Line contains a tab character. | 323 | 
|  | Line contains a tab character. | 324 | 
|  | Line contains a tab character. | 325 | 
|  | Line contains a tab character. | 326 | 
|  | Line contains a tab character. | 327 | 
|  | Line contains a tab character. | 328 | 
|  | Line contains a tab character. | 329 | 
|  | Line contains a tab character. | 330 | 
|  | Line contains a tab character. | 331 | 
|  | Line contains a tab character. | 332 | 
|  | Line contains a tab character. | 333 | 
|  | Line contains a tab character. | 334 | 
|  | Line contains a tab character. | 335 | 
|  | Line contains a tab character. | 336 | 
|  | Line contains a tab character. | 337 | 
|  | Line contains a tab character. | 338 | 
|  | Line contains a tab character. | 339 | 
|  | Line contains a tab character. | 340 | 
|  | Line contains a tab character. | 341 | 
|  | Line contains a tab character. | 342 | 
|  | Line contains a tab character. | 343 | 
|  | Line contains a tab character. | 344 | 
|  | Line contains a tab character. | 346 | 
|  | Missing a Javadoc comment. | 346 | 
|  | Parameter fieldMeta should be final. | 346 | 
|  | '(' is preceded with whitespace. | 347 | 
|  | Line contains a tab character. | 348 | 
|  | Line contains a tab character. | 349 | 
|  | '(' is preceded with whitespace. | 349 | 
|  | '(' is preceded with whitespace. | 349 | 
|  | '(' is preceded with whitespace. | 349 | 
|  | Line contains a tab character. | 350 | 
|  | Line has trailing spaces. | 351 | 
|  | '(' is preceded with whitespace. | 352 | 
|  | '(' is preceded with whitespace. | 353 | 
|  | '(' is preceded with whitespace. | 353 | 
|  | Line contains a tab character. | 355 | 
|  | '(' is preceded with whitespace. | 355 | 
|  | Line contains a tab character. | 356 | 
|  | Line contains a tab character. | 357 | 
|  | Line has trailing spaces. | 358 | 
|  | Line contains a tab character. | 358 | 
|  | Line contains a tab character. | 359 | 
|  | Line contains a tab character. | 360 | 
|  | '(' is preceded with whitespace. | 361 | 
|  | Line contains a tab character. | 362 | 
|  | Line contains a tab character. | 363 | 
|  | '(' is preceded with whitespace. | 365 | 
|  | Line contains a tab character. | 366 | 
|  | Line contains a tab character. | 367 | 
|  | '(' is preceded with whitespace. | 368 | 
|  | '(' is preceded with whitespace. | 368 | 
|  | Line contains a tab character. | 370 | 
|  | Line has trailing spaces. | 371 | 
|  | '(' is preceded with whitespace. | 373 | 
|  | '{' should be on the previous line. | 374 | 
|  | '(' is preceded with whitespace. | 375 | 
|  | '(' is preceded with whitespace. | 377 | 
|  | Missing a Javadoc comment. | 380 | 
|  | Parameter lm should be final. | 380 | 
|  | Line contains a tab character. | 381 | 
|  | Line contains a tab character. | 382 | 
|  | Line contains a tab character. | 386 | 
|  | Line contains a tab character. | 387 | 
|  | '(' is preceded with whitespace. | 387 | 
|  | Line contains a tab character. | 388 | 
|  | '(' is preceded with whitespace. | 388 | 
|  | '(' is preceded with whitespace. | 389 | 
|  | '(' is preceded with whitespace. | 389 | 
|  | '(' is preceded with whitespace. | 391 | 
|  | ':' is not preceded with whitespace. | 392 | 
|  | '(' is preceded with whitespace. | 392 | 
|  | '(' is preceded with whitespace. | 392 | 
|  | '{' should be on the previous line. | 393 | 
|  | '(' is preceded with whitespace. | 394 | 
|  | '(' is preceded with whitespace. | 395 | 
|  | '(' is preceded with whitespace. | 396 | 
|  | '(' is preceded with whitespace. | 397 | 
|  | '(' is preceded with whitespace. | 397 | 
|  | '(' is preceded with whitespace. | 397 | 
|  | Line contains a tab character. | 400 | 
|  | Line contains a tab character. | 401 | 
|  | Line contains a tab character. | 402 | 
|  | Line contains a tab character. | 403 | 
|  | Line contains a tab character. | 404 | 
|  | Line contains a tab character. | 405 | 
|  | Line is longer than 80 characters. | 406 | 
|  | Line contains a tab character. | 406 | 
|  | Line contains a tab character. | 407 | 
|  | Line contains a tab character. | 408 | 
|  | Line contains a tab character. | 409 | 
|  | Line contains a tab character. | 410 | 
|  | Line contains a tab character. | 411 | 
|  | Line contains a tab character. | 412 | 
|  | Line contains a tab character. | 413 | 
|  | Line contains a tab character. | 414 | 
|  | Line contains a tab character. | 415 | 
|  | Line contains a tab character. | 416 | 
|  | '(' is preceded with whitespace. | 417 | 
|  | '(' is preceded with whitespace. | 417 | 
|  | Line contains a tab character. | 418 | 
|  | Line contains a tab character. | 419 | 
|  | Line is longer than 80 characters. | 420 | 
|  | Line contains a tab character. | 420 | 
|  | Line contains a tab character. | 421 | 
|  | Line contains a tab character. | 422 | 
|  | Line contains a tab character. | 423 | 
|  | Line is longer than 80 characters. | 424 | 
|  | Line contains a tab character. | 424 | 
|  | Line contains a tab character. | 425 | 
|  | Line contains a tab character. | 426 | 
|  | Line contains a tab character. | 427 | 
|  | Line contains a tab character. | 428 | 
|  | Line contains a tab character. | 429 | 
|  | Line contains a tab character. | 430 | 
|  | Line is longer than 80 characters. | 432 | 
|  | '(' is preceded with whitespace. | 432 | 
|  | Line contains a tab character. | 433 | 
|  | Line contains a tab character. | 434 | 
|  | Line contains a tab character. | 435 | 
|  | Line contains a tab character. | 436 | 
|  | Line contains a tab character. | 437 | 
|  | Line is longer than 80 characters. | 438 | 
|  | Line contains a tab character. | 438 | 
|  | Line contains a tab character. | 439 | 
|  | '(' is preceded with whitespace. | 439 | 
|  | Line contains a tab character. | 440 | 
|  | '(' is preceded with whitespace. | 441 | 
|  | '(' is preceded with whitespace. | 441 | 
|  | '(' is preceded with whitespace. | 442 | 
|  | Line contains a tab character. | 443 | 
|  | '(' is preceded with whitespace. | 444 | 
|  | '(' is preceded with whitespace. | 444 | 
|  | Line contains a tab character. | 446 | 
|  | Line is longer than 80 characters. | 447 | 
|  | Line contains a tab character. | 447 | 
|  | Line contains a tab character. | 448 | 
|  | Line contains a tab character. | 449 | 
|  | Line contains a tab character. | 450 | 
|  | Line is longer than 80 characters. | 451 | 
|  | Line contains a tab character. | 451 | 
|  | Line contains a tab character. | 452 | 
|  | Line contains a tab character. | 453 | 
|  | Line contains a tab character. | 454 | 
|  | Line contains a tab character. | 455 | 
|  | Line contains a tab character. | 456 | 
|  | '(' is preceded with whitespace. | 457 | 
|  | '{' should be on the previous line. | 458 | 
|  | Line contains a tab character. | 459 | 
|  | Line contains a tab character. | 460 | 
|  | '(' is preceded with whitespace. | 461 | 
|  | Line contains a tab character. | 462 | 
|  | Line contains a tab character. | 463 | 
|  | '(' is preceded with whitespace. | 464 | 
|  | '(' is preceded with whitespace. | 464 | 
|  | '(' is preceded with whitespace. | 464 | 
|  | Line contains a tab character. | 467 | 
|  | Line contains a tab character. | 468 | 
|  | Line contains a tab character. | 471 | 
|  | Missing a Javadoc comment. | 471 | 
|  | Line contains a tab character. | 472 | 
|  | Missing a Javadoc comment. | 472 | 
|  | Line contains a tab character. | 474 | 
|  | Missing a Javadoc comment. | 474 | 
|  | Parameter searchType should be final. | 474 | 
|  | Line is longer than 80 characters. | 475 | 
|  | Line contains a tab character. | 475 | 
|  | Line contains a tab character. | 476 | 
|  | Line contains a tab character. | 478 | 
|  | Missing a Javadoc comment. | 478 | 
|  | Parameter searchType should be final. | 478 | 
|  | Line contains a tab character. | 479 | 
|  | Line contains a tab character. | 480 | 
|  | Line contains a tab character. | 481 | 
|  | Line contains a tab character. | 482 | 
|  | Line contains a tab character. | 483 | 
|  | Line contains a tab character. | 484 | 
|  | Line contains a tab character. | 485 | 
|  | Line contains a tab character. | 486 | 
|  | Line contains a tab character. | 487 | 
|  | Line contains a tab character. | 488 | 
|  | Line contains a tab character. | 489 | 
|  | Line contains a tab character. | 490 | 
|  | Line contains a tab character. | 491 | 
|  | Line contains a tab character. | 492 | 
|  | Line contains a tab character. | 493 | 
|  | Line contains a tab character. | 494 | 
|  | Line contains a tab character. | 495 | 
|  | Line contains a tab character. | 496 | 
|  | Line contains a tab character. | 497 | 
|  | Line contains a tab character. | 498 | 
|  | Line contains a tab character. | 499 | 
|  | Line contains a tab character. | 500 | 
|  | Line contains a tab character. | 501 | 
|  | Line contains a tab character. | 502 | 
|  | Line contains a tab character. | 503 | 
|  | Line contains a tab character. | 504 | 
|  | Line contains a tab character. | 505 | 
|  | Line contains a tab character. | 506 | 
|  | Line contains a tab character. | 507 | 
|  | Line contains a tab character. | 508 | 
|  | Line contains a tab character. | 510 | 
|  | Line contains a tab character. | 511 | 
|  | Line contains a tab character. | 512 | 
|  | Line contains a tab character. | 513 | 
|  | Line contains a tab character. | 514 | 
|  | Line contains a tab character. | 516 | 
|  | Missing a Javadoc comment. | 516 | 
|  | Line contains a tab character. | 517 | 
|  | Parameter params should be final. | 517 | 
|  | Line is longer than 80 characters. | 518 | 
|  | Line contains a tab character. | 518 | 
|  | Line contains a tab character. | 519 | 
|  | Line contains a tab character. | 520 | 
|  | Line contains a tab character. | 521 | 
|  | Line contains a tab character. | 522 | 
|  | Line contains a tab character. | 523 | 
|  | Line contains a tab character. | 524 | 
|  | Line contains a tab character. | 525 | 
|  | Line contains a tab character. | 526 | 
|  | Line contains a tab character. | 527 | 
|  | Line contains a tab character. | 528 | 
|  | Line contains a tab character. | 529 | 
|  | Line contains a tab character. | 530 | 
|  | Line contains a tab character. | 531 | 
|  | Line contains a tab character. | 533 | 
|  | Line contains a tab character. | 534 | 
|  | Line contains a tab character. | 535 | 
|  | Line contains a tab character. | 536 | 
|  | Line contains a tab character. | 538 | 
|  | Missing a Javadoc comment. | 538 | 
|  | '(' is preceded with whitespace. | 538 | 
|  | Line contains a tab character. | 539 | 
|  | Parameter params should be final. | 539 | 
|  | Line is longer than 80 characters. | 540 | 
|  | Line contains a tab character. | 540 | 
|  | Line contains a tab character. | 541 | 
|  | Line contains a tab character. | 542 | 
|  | Line contains a tab character. | 543 | 
|  | Line contains a tab character. | 544 | 
|  | Line contains a tab character. | 545 | 
|  | Line contains a tab character. | 546 | 
|  | Line contains a tab character. | 547 | 
|  | Line contains a tab character. | 548 | 
|  | '(' is preceded with whitespace. | 548 | 
|  | '(' is followed by whitespace. | 549 | 
|  | '!' is followed by whitespace. | 549 | 
|  | '(' is preceded with whitespace. | 549 | 
|  | '(' is preceded with whitespace. | 549 | 
|  | Line contains a tab character. | 550 | 
|  | Line contains a tab character. | 551 | 
|  | Line contains a tab character. | 553 | 
|  | Line contains a tab character. | 554 | 
|  | Line contains a tab character. | 555 | 
|  | Line contains a tab character. | 556 | 
|  | Line contains a tab character. | 558 | 
|  | Missing a Javadoc comment. | 558 | 
|  | Parameter fieldMeta should be final. | 558 | 
|  | Line contains a tab character. | 559 | 
|  | Line contains a tab character. | 560 | 
|  | Line contains a tab character. | 561 | 
|  | Line contains a tab character. | 562 | 
|  | Line contains a tab character. | 563 | 
|  | Line contains a tab character. | 564 | 
|  | Line contains a tab character. | 565 | 
|  | Line contains a tab character. | 566 | 
|  | Line is longer than 80 characters. | 567 | 
|  | Line contains a tab character. | 567 | 
|  | Line contains a tab character. | 568 | 
|  | Line contains a tab character. | 569 | 
|  | Line contains a tab character. | 570 | 
|  | Line contains a tab character. | 571 | 
|  | Line contains a tab character. | 572 | 
|  | Line contains a tab character. | 573 | 
|  | Line contains a tab character. | 574 | 
|  | Line contains a tab character. | 575 | 
|  | Line contains a tab character. | 576 | 
|  | Line contains a tab character. | 577 | 
|  | Line contains a tab character. | 578 | 
|  | Line contains a tab character. | 580 | 
|  | Line contains a tab character. | 581 | 
|  | Line is longer than 80 characters. | 582 | 
|  | Line contains a tab character. | 582 | 
|  | Line is longer than 80 characters. | 583 | 
|  | Line contains a tab character. | 583 | 
|  | Line contains a tab character. | 584 | 
|  | Line contains a tab character. | 585 | 
|  | Line is longer than 80 characters. | 586 | 
|  | Line contains a tab character. | 586 | 
|  | Line contains a tab character. | 587 | 
|  | Line contains a tab character. | 589 | 
|  | Missing a Javadoc comment. | 589 | 
|  | Parameter fieldMeta should be final. | 589 | 
|  | Line contains a tab character. | 590 | 
|  | Line contains a tab character. | 591 | 
|  | Line contains a tab character. | 592 | 
|  | Line contains a tab character. | 593 | 
|  | Line is longer than 80 characters. | 594 | 
|  | Line contains a tab character. | 594 | 
|  | Line is longer than 80 characters. | 595 | 
|  | Line contains a tab character. | 595 | 
|  | Line contains a tab character. | 596 | 
|  | Line contains a tab character. | 597 | 
|  | Line is longer than 80 characters. | 598 | 
|  | Line contains a tab character. | 598 | 
|  | Line contains a tab character. | 599 | 
|  | Line contains a tab character. | 600 | 
|  | Line contains a tab character. | 601 | 
|  | Line contains a tab character. | 602 | 
|  | Line contains a tab character. | 603 | 
|  | Line contains a tab character. | 604 | 
|  | Line contains a tab character. | 605 | 
|  | Line contains a tab character. | 606 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 2 | 
|  | Line is longer than 80 characters. | 3 | 
|  | Line is longer than 80 characters. | 4 | 
|  | Line is longer than 80 characters. | 5 | 
|  | Line is longer than 80 characters. | 6 | 
|  | Unused import - java.lang.ref.SoftReference. | 11 | 
|  | Unused import - java.util.concurrent.ConcurrentHashMap. | 19 | 
|  | Line has trailing spaces. | 46 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | 
|  | Variable 'LOG' must be private and have accessor methods. | 50 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Parameter objectName should be final. | 61 | 
|  | Missing a Javadoc comment. | 73 | 
|  | Parameter objectName should be final. | 73 | 
|  | First sentence should end with a period. | 84 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Line has trailing spaces. | 86 | 
|  | Parameter dictionaryServices should be final. | 89 | 
|  | Expected @param tag for 'dictionaryServices'. | 89 | 
|  | Line is longer than 80 characters. | 91 | 
|  | First sentence should end with a period. | 101 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Line has trailing spaces. | 103 | 
|  | Line is longer than 80 characters. | 106 | 
|  | Line is longer than 80 characters. | 107 | 
|  | Expected an @return tag. | 110 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 110 | 
|  | Parameter objectKey should be final. | 110 | 
|  | Expected @param tag for 'objectKey'. | 110 | 
|  | Parameter type should be final. | 110 | 
|  | Parameter state should be final. | 110 | 
|  | Parameter nextState should be final. | 110 | 
|  | Line is longer than 80 characters. | 111 | 
|  | Line contains a tab character. | 111 | 
|  | First sentence should end with a period. | 114 | 
|  | Line has trailing spaces. | 116 | 
|  | Line is longer than 80 characters. | 119 | 
|  | Expected an @return tag. | 122 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 122 | 
|  | Parameter objectKey should be final. | 122 | 
|  | Expected @param tag for 'objectKey'. | 122 | 
|  | Parameter type should be final. | 122 | 
|  | Parameter state should be final. | 122 | 
|  | First sentence should end with a period. | 127 | 
|  | Line has trailing spaces. | 129 | 
|  | Unused @param tag for 'type'. | 131 | 
|  | Expected an @return tag. | 133 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 133 | 
|  | Parameter objectKey should be final. | 133 | 
|  | Expected @param tag for 'objectKey'. | 133 | 
|  | Parameter state should be final. | 133 | 
|  | Expected @param tag for 'state'. | 133 | 
|  | Line has trailing spaces. | 139 | 
|  | Expected an @return tag. | 144 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 144 | 
|  | Parameter objectKey should be final. | 144 | 
|  | Expected @param tag for 'objectKey'. | 144 | 
|  | Line is longer than 80 characters. | 149 | 
|  | Line has trailing spaces. | 151 | 
|  | Expected an @return tag. | 157 | 
|  | Line is longer than 80 characters. | 157 | 
|  | Method 'getMetadataFromDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 157 | 
|  | Parameter objectKey should be final. | 157 | 
|  | Expected @param tag for 'objectKey'. | 157 | 
|  | Parameter type should be final. | 157 | 
|  | Expected @param tag for 'type'. | 157 | 
|  | Parameter state should be final. | 157 | 
|  | Expected @param tag for 'state'. | 157 | 
|  | Parameter nextState should be final. | 157 | 
|  | Expected @param tag for 'nextState'. | 157 | 
|  | Line is longer than 80 characters. | 160 | 
|  | Line is longer than 80 characters. | 162 | 
|  | First sentence should end with a period. | 170 | 
|  | Line is longer than 80 characters. | 171 | 
|  | Line has trailing spaces. | 172 | 
|  | Expected an @return tag. | 178 | 
|  | Line is longer than 80 characters. | 178 | 
|  | Parameter objectStructure should be final. | 178 | 
|  | Expected @param tag for 'objectStructure'. | 178 | 
|  | Parameter type should be final. | 178 | 
|  | Expected @param tag for 'type'. | 178 | 
|  | Parameter state should be final. | 178 | 
|  | Expected @param tag for 'state'. | 178 | 
|  | Parameter nextState should be final. | 178 | 
|  | Expected @param tag for 'nextState'. | 178 | 
|  | Parameter counter should be final. | 178 | 
|  | Expected @param tag for 'counter'. | 178 | 
|  | Line is longer than 80 characters. | 194 | 
|  | Line is longer than 80 characters. | 195 | 
|  | Line is longer than 80 characters. | 201 | 
|  | Line contains a tab character. | 203 | 
|  | '{' is not preceded with whitespace. | 203 | 
|  | Line is longer than 80 characters. | 204 | 
|  | Line contains a tab character. | 204 | 
|  | Line contains a tab character. | 205 | 
|  | Line has trailing spaces. | 206 | 
|  | Line contains a tab character. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | '{' is not preceded with whitespace. | 207 | 
|  | Line is longer than 80 characters. | 208 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line is longer than 80 characters. | 213 | 
|  | Line is longer than 80 characters. | 214 | 
|  | Line is longer than 80 characters. | 217 | 
|  | Line is longer than 80 characters. | 224 | 
|  | Line is longer than 80 characters. | 230 | 
|  | First sentence should end with a period. | 246 | 
|  | Line has trailing spaces. | 248 | 
|  | Expected an @return tag. | 252 | 
|  | Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 252 | 
|  | Parameter fd should be final. | 252 | 
|  | Expected @param tag for 'fd'. | 252 | 
|  | First sentence should end with a period. | 264 | 
|  | Line is longer than 80 characters. | 265 | 
|  | Line has trailing spaces. | 266 | 
|  | Expected an @return tag. | 270 | 
|  | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 270 | 
|  | Parameter objectKey should be final. | 270 | 
|  | Expected @param tag for 'objectKey'. | 270 | 
|  | Line is longer than 80 characters. | 271 | 
|  | Line is longer than 80 characters. | 274 | 
|  | Line is longer than 80 characters. | 280 | 
|  | Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 280 | 
|  | Missing a Javadoc comment. | 280 | 
|  | Parameter fd should be final. | 280 | 
|  | Parameter type should be final. | 280 | 
|  | Parameter state should be final. | 280 | 
|  | Parameter nextState should be final. | 280 | 
|  | Line is longer than 80 characters. | 281 | 
|  | Line is longer than 80 characters. | 285 | 
|  | Line is longer than 80 characters. | 292 | 
|  | Line has trailing spaces. | 293 | 
|  | Line is longer than 80 characters. | 297 | 
|  | Method 'updateConstraintMetadata' is not designed for extension - needs to be abstract, final or empty. | 297 | 
|  | Parameter constraintMetadata should be final. | 297 | 
|  | Expected @param tag for 'constraintMetadata'. | 297 | 
|  | Parameter constraint should be final. | 297 | 
|  | Expected @param tag for 'constraint'. | 297 | 
|  | Parameter type should be final. | 297 | 
|  | Expected @param tag for 'type'. | 297 | 
|  | Parameter state should be final. | 297 | 
|  | Expected @param tag for 'state'. | 297 | 
|  | Parameter nextState should be final. | 297 | 
|  | Expected @param tag for 'nextState'. | 297 | 
|  | Line is longer than 80 characters. | 298 | 
|  | Line is longer than 80 characters. | 309 | 
|  | Line is longer than 80 characters. | 311 | 
|  | Line is longer than 80 characters. | 313 | 
|  | '9999' is a magic number. | 315 | 
|  | Line is longer than 80 characters. | 332 | 
|  | '9999' is a magic number. | 335 | 
|  | Line is longer than 80 characters. | 351 | 
|  | Line is longer than 80 characters. | 352 | 
|  | Line is longer than 80 characters. | 357 | 
|  | Line is longer than 80 characters. | 361 | 
|  | Method 'processCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 361 | 
|  | Missing a Javadoc comment. | 361 | 
|  | Parameter constraintMetadata should be final. | 361 | 
|  | Parameter caseConstraint should be final. | 361 | 
|  | Parameter type should be final. | 361 | 
|  | Parameter state should be final. | 361 | 
|  | Parameter nextState should be final. | 361 | 
|  | Line is longer than 80 characters. | 363 | 
|  | Avoid inline conditionals. | 365 | 
|  | Line contains a tab character. | 369 | 
|  | Line contains a tab character. | 370 | 
|  | Avoid inline conditionals. | 370 | 
|  | ':' is not preceded with whitespace. | 370 | 
|  | ':' is not followed by whitespace. | 370 | 
|  | Line is longer than 80 characters. | 371 | 
|  | Line contains a tab character. | 371 | 
|  | Avoid inline conditionals. | 371 | 
|  | ':' is not preceded with whitespace. | 371 | 
|  | ':' is not followed by whitespace. | 371 | 
|  | Line is longer than 80 characters. | 373 | 
|  | Line is longer than 80 characters. | 382 | 
|  | Line is longer than 80 characters. | 389 | 
|  | Line is longer than 80 characters. | 397 | 
|  | Line is longer than 80 characters. | 402 | 
|  | Line has trailing spaces. | 408 | 
|  | Line is longer than 80 characters. | 410 | 
|  | Line has trailing spaces. | 411 | 
|  | Expected an @return tag. | 416 | 
|  | Method 'convertDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 416 | 
|  | Parameter dataType should be final. | 416 | 
|  | Expected @param tag for 'dataType'. | 416 | 
|  | Parameter value should be final. | 416 | 
|  | Expected @param tag for 'value'. | 416 | 
|  | switch without "default" clause. | 420 | 
|  | Line is longer than 80 characters. | 435 | 
|  | Method 'convertDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 457 | 
|  | Missing a Javadoc comment. | 457 | 
|  | Parameter value should be final. | 457 | 
|  | Line is longer than 80 characters. | 479 | 
|  | Method 'convertDictionaryDataType' is not designed for extension - needs to be abstract, final or empty. | 479 | 
|  | Missing a Javadoc comment. | 479 | 
|  | Parameter dataType should be final. | 479 | 
|  | switch without "default" clause. | 480 | 
|  | Method 'setUiLookupContext' is not designed for extension - needs to be abstract, final or empty. | 502 | 
|  | Missing a Javadoc comment. | 502 | 
|  | Parameter uiLookupContext should be final. | 502 | 
|  | 'uiLookupContext' hides a field. | 502 | 
|  | Missing a Javadoc comment. | 508 | 
|  | Line is longer than 80 characters. | 510 | 
|  | Line is longer than 80 characters. | 512 | 
|  | Missing a Javadoc comment. | 520 | 
|  | Parameter objectKey should be final. | 520 | 
|  | Missing a Javadoc comment. | 529 | 
|  | Parameter objectKey should be final. | 529 | 
|  | Parameter path should be final. | 529 | 
|  | Line is longer than 80 characters. | 532 | 
|  | Line is longer than 80 characters. | 535 | 
|  | Missing a Javadoc comment. | 539 | 
|  | Parameter paramType should be final. | 539 | 
|  | Parameter lookupType should be final. | 539 | 
|  | Line is longer than 80 characters. | 544 | 
|  | Line is longer than 80 characters. | 552 | 
|  | Line is longer than 80 characters. | 558 | 
|  | Line is longer than 80 characters. | 561 | 
|  | Line is longer than 80 characters. | 565 | 
|  | Missing a Javadoc comment. | 565 | 
|  | Parameter objectKey should be final. | 565 | 
|  | Parameter metadata should be final. | 565 | 
|  | Parameter type should be final. | 565 | 
|  | Comment matches to-do format 'TODO:'. | 574 | 
|  | Line is longer than 80 characters. | 574 | 
|  | Line is longer than 80 characters. | 576 | 
|  | Line is longer than 80 characters. | 587 | 
|  | Line is longer than 80 characters. | 588 | 
|  | Line is longer than 80 characters. | 591 | 
|  | Line is longer than 80 characters. | 593 | 
|  | Line is longer than 80 characters. | 594 | 
|  | Line is longer than 80 characters. | 600 | 
|  | Line is longer than 80 characters. | 605 | 
|  | Line is longer than 80 characters. | 609 | 
|  | Line is longer than 80 characters. | 610 | 
|  | Line is longer than 80 characters. | 611 | 
|  | Line is longer than 80 characters. | 613 | 
|  | Missing a Javadoc comment. | 620 | 
|  | Parameter lookupData should be final. | 620 | 
|  | Line is longer than 80 characters. | 623 | 
|  | Line is longer than 80 characters. | 625 | 
|  | Line is longer than 80 characters. | 628 | 
|  | '(' is preceded with whitespace. | 630 | 
|  | '(' is preceded with whitespace. | 631 | 
|  | '(' is preceded with whitespace. | 631 | 
|  | Line is longer than 80 characters. | 632 | 
|  | ':' is not preceded with whitespace. | 632 | 
|  | '(' is preceded with whitespace. | 632 | 
|  | '(' is preceded with whitespace. | 632 | 
|  | '(' is preceded with whitespace. | 633 | 
|  | '(' is preceded with whitespace. | 633 | 
|  | Line is longer than 80 characters. | 634 | 
|  | '(' is preceded with whitespace. | 635 | 
|  | '(' is preceded with whitespace. | 635 | 
|  | Line is longer than 80 characters. | 649 | 
|  | Missing a Javadoc comment. | 649 | 
|  | Parameter param should be final. | 649 | 
|  | Line is longer than 80 characters. | 651 | 
|  | Line is longer than 80 characters. | 653 | 
|  | Line is longer than 80 characters. | 656 | 
|  | Line is longer than 80 characters. | 659 | 
|  | Line is longer than 80 characters. | 662 | 
|  | Line is longer than 80 characters. | 665 | 
|  | Missing a Javadoc comment. | 671 | 
|  | Parameter fieldPath should be final. | 671 | 
|  | Line is longer than 80 characters. | 672 | 
|  | Avoid inline conditionals. | 672 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 26 | 
|  | Line is longer than 80 characters. | 27 | 
|  | Line has trailing spaces. | 28 | 
|  | Line is longer than 80 characters. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line has trailing spaces. | 34 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Variable 'name' must be private and have accessor methods. | 35 | 
|  | Line has trailing spaces. | 36 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Variable 'desc' must be private and have accessor methods. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Variable 'writeAccess' must be private and have accessor methods. | 39 | 
|  | Line has trailing spaces. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Line has trailing spaces. | 44 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Variable 'permission' must be private and have accessor methods. | 47 | 
|  | Line has trailing spaces. | 48 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Variable 'dataType' must be private and have accessor methods. | 49 | 
|  | Line has trailing spaces. | 50 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Variable 'defaultValue' must be private and have accessor methods. | 51 | 
|  | Line has trailing spaces. | 52 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Variable 'defaultValuePath' must be private and have accessor methods. | 53 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Variable 'onChangeRefreshMetadata' must be private and have accessor methods. | 55 | 
|  | Line has trailing spaces. | 56 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Variable 'lookupContextPath' must be private and have accessor methods. | 57 | 
|  | Line has trailing spaces. | 58 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Variable 'constraints' must be private and have accessor methods. | 59 | 
|  | Line has trailing spaces. | 60 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Variable 'initialLookup' must be private and have accessor methods. | 61 | 
|  | Line has trailing spaces. | 62 | 
|  | Line has trailing spaces. | 63 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Variable 'additionalLookups' must be private and have accessor methods. | 63 | 
|  | Line has trailing spaces. | 64 | 
|  | Missing a Javadoc comment. | 65 | 
|  | Variable 'dataObjectStructure' must be private and have accessor methods. | 65 | 
|  | Line has trailing spaces. | 66 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | 
|  | Missing a Javadoc comment. | 67 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 71 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Parameter name should be final. | 71 | 
|  | 'name' hides a field. | 71 | 
|  | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 79 | 
|  | Missing a Javadoc comment. | 79 | 
|  | Parameter desc should be final. | 79 | 
|  | 'desc' hides a field. | 79 | 
|  | Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 83 | 
|  | Missing a Javadoc comment. | 83 | 
|  | Method 'getPermission' is not designed for extension - needs to be abstract, final or empty. | 87 | 
|  | Missing a Javadoc comment. | 87 | 
|  | Method 'setPermission' is not designed for extension - needs to be abstract, final or empty. | 91 | 
|  | Missing a Javadoc comment. | 91 | 
|  | Parameter permission should be final. | 91 | 
|  | 'permission' hides a field. | 91 | 
|  | Line has trailing spaces. | 94 | 
|  | Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 95 | 
|  | Missing a Javadoc comment. | 95 | 
|  | Parameter writeAccess should be final. | 95 | 
|  | 'writeAccess' hides a field. | 95 | 
|  | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 99 | 
|  | Missing a Javadoc comment. | 99 | 
|  | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 103 | 
|  | Missing a Javadoc comment. | 103 | 
|  | Parameter dataType should be final. | 103 | 
|  | 'dataType' hides a field. | 103 | 
|  | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 107 | 
|  | Missing a Javadoc comment. | 107 | 
|  | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 111 | 
|  | Missing a Javadoc comment. | 111 | 
|  | Parameter defaultValue should be final. | 111 | 
|  | 'defaultValue' hides a field. | 111 | 
|  | Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 115 | 
|  | Missing a Javadoc comment. | 115 | 
|  | Method 'setConstraints' is not designed for extension - needs to be abstract, final or empty. | 119 | 
|  | Missing a Javadoc comment. | 119 | 
|  | Parameter constraints should be final. | 119 | 
|  | 'constraints' hides a field. | 119 | 
|  | Method 'isOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 123 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Method 'setOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 127 | 
|  | Missing a Javadoc comment. | 127 | 
|  | Parameter onChangeRefreshMetadata should be final. | 127 | 
|  | 'onChangeRefreshMetadata' hides a field. | 127 | 
|  | Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 131 | 
|  | Missing a Javadoc comment. | 131 | 
|  | Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 135 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Parameter lookupContextPath should be final. | 135 | 
|  | 'lookupContextPath' hides a field. | 135 | 
|  | Method 'getInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 139 | 
|  | Missing a Javadoc comment. | 139 | 
|  | Method 'setInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 143 | 
|  | Missing a Javadoc comment. | 143 | 
|  | Parameter initialLookup should be final. | 143 | 
|  | 'initialLookup' hides a field. | 143 | 
|  | Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 147 | 
|  | Missing a Javadoc comment. | 147 | 
|  | Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 151 | 
|  | Missing a Javadoc comment. | 151 | 
|  | Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 155 | 
|  | Missing a Javadoc comment. | 155 | 
|  | Parameter defaultValuePath should be final. | 155 | 
|  | 'defaultValuePath' hides a field. | 155 | 
|  | Method 'getDataObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 159 | 
|  | Missing a Javadoc comment. | 159 | 
|  | Line is longer than 80 characters. | 163 | 
|  | Method 'setDataObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 163 | 
|  | Missing a Javadoc comment. | 163 | 
|  | Parameter dataObjectStructure should be final. | 163 | 
|  | 'dataObjectStructure' hides a field. | 163 | 
|  | Method 'isCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 167 | 
|  | Missing a Javadoc comment. | 167 | 
|  | Method 'setCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 171 | 
|  | Missing a Javadoc comment. | 171 | 
|  | Parameter canUnmask should be final. | 171 | 
|  | 'canUnmask' hides a field. | 171 | 
|  | Method 'isCanView' is not designed for extension - needs to be abstract, final or empty. | 175 | 
|  | Missing a Javadoc comment. | 175 | 
|  | Method 'setCanView' is not designed for extension - needs to be abstract, final or empty. | 179 | 
|  | Missing a Javadoc comment. | 179 | 
|  | Parameter canView should be final. | 179 | 
|  | 'canView' hides a field. | 179 | 
|  | Method 'isCanEdit' is not designed for extension - needs to be abstract, final or empty. | 183 | 
|  | Missing a Javadoc comment. | 183 | 
|  | Method 'setCanEdit' is not designed for extension - needs to be abstract, final or empty. | 187 | 
|  | Missing a Javadoc comment. | 187 | 
|  | Parameter canEdit should be final. | 187 | 
|  | 'canEdit' hides a field. | 187 | 
|  | Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 191 | 
|  | Missing a Javadoc comment. | 191 | 
|  | Parameter additionalLookups should be final. | 191 | 
|  | 'additionalLookups' hides a field. | 191 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Line has trailing spaces. | 21 | 
|  | Line has trailing spaces. | 26 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Variable 'name' must be private and have accessor methods. | 27 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Variable 'desc' must be private and have accessor methods. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Variable 'fields' must be private and have accessor methods. | 30 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Parameter name should be final. | 36 | 
|  | 'name' hides a field. | 36 | 
|  | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Parameter desc should be final. | 44 | 
|  | 'desc' hides a field. | 44 | 
|  | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Parameter fields should be final. | 52 | 
|  | 'fields' hides a field. | 52 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line has trailing spaces. | 47 | 
|  | Comment matches to-do format 'TODO:'. | 48 | 
|  | Line has trailing spaces. | 48 | 
|  | Line is longer than 80 characters. | 50 | 
|  | Line has trailing spaces. | 51 | 
|  | Line is longer than 80 characters. | 51 | 
|  | Line has trailing spaces. | 52 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | 
|  | Variable 'LOG' must be private and have accessor methods. | 58 | 
|  | Line has trailing spaces. | 59 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Line has trailing spaces. | 61 | 
|  | Missing a Javadoc comment. | 62 | 
|  | Line has trailing spaces. | 63 | 
|  | Missing a Javadoc comment. | 64 | 
|  | '{' is not preceded with whitespace. | 64 | 
|  | Missing a Javadoc comment. | 65 | 
|  | Line has trailing spaces. | 66 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Missing a Javadoc comment. | 67 | 
|  | Line has trailing spaces. | 68 | 
|  | Missing a Javadoc comment. | 69 | 
|  | Parameter objectName should be final. | 69 | 
|  | '{' is not preceded with whitespace. | 69 | 
|  | Line has trailing spaces. | 71 | 
|  | '{' is not preceded with whitespace. | 72 | 
|  | Line has trailing spaces. | 80 | 
|  | Missing a Javadoc comment. | 81 | 
|  | Parameter objectName should be final. | 81 | 
|  | '{' is not preceded with whitespace. | 81 | 
|  | '{' is not preceded with whitespace. | 83 | 
|  | Line has trailing spaces. | 91 | 
|  | First sentence should end with a period. | 92 | 
|  | Line is longer than 80 characters. | 93 | 
|  | Line has trailing spaces. | 94 | 
|  | Parameter metadataContext should be final. | 97 | 
|  | '{' is not preceded with whitespace. | 97 | 
|  | 'cast' is not followed by whitespace. | 98 | 
|  | Line has trailing spaces. | 100 | 
|  | Line has trailing spaces. | 101 | 
|  | Missing a Javadoc comment. | 101 | 
|  | Parameter dictionaryServices should be final. | 101 | 
|  | '{' is not preceded with whitespace. | 101 | 
|  | Line has trailing spaces. | 105 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Missing a Javadoc comment. | 105 | 
|  | Parameter metadataContext should be final. | 105 | 
|  | Parameter dictionaryServices should be final. | 105 | 
|  | '{' is not preceded with whitespace. | 105 | 
|  | Line has trailing spaces. | 108 | 
|  | Missing a Javadoc comment. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Parameter metadataContext should be final. | 110 | 
|  | Parameter dictionaryServices should be final. | 110 | 
|  | '{' is not preceded with whitespace. | 110 | 
|  | '{' is not preceded with whitespace. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Line contains a tab character. | 112 | 
|  | Line is longer than 80 characters. | 113 | 
|  | Line contains a tab character. | 113 | 
|  | Line has trailing spaces. | 114 | 
|  | Line is longer than 80 characters. | 115 | 
|  | '{' is not preceded with whitespace. | 117 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line has trailing spaces. | 121 | 
|  | '{' is not preceded with whitespace. | 122 | 
|  | Line is longer than 80 characters. | 123 | 
|  | ':' is not preceded with whitespace. | 124 | 
|  | ':' is not followed by whitespace. | 124 | 
|  | '{' is not preceded with whitespace. | 124 | 
|  | 'for' is not followed by whitespace. | 126 | 
|  | ':' is not preceded with whitespace. | 126 | 
|  | ':' is not followed by whitespace. | 126 | 
|  | '{' is not preceded with whitespace. | 126 | 
|  | Line has trailing spaces. | 128 | 
|  | Line has trailing spaces. | 129 | 
|  | Line has trailing spaces. | 131 | 
|  | Line has trailing spaces. | 133 | 
|  | First sentence should end with a period. | 134 | 
|  | Line has trailing spaces. | 134 | 
|  | Line has trailing spaces. | 136 | 
|  | Expected an @return tag. | 142 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 142 | 
|  | Parameter objectKey should be final. | 143 | 
|  | Expected @param tag for 'objectKey'. | 143 | 
|  | Parameter type should be final. | 143 | 
|  | Expected @param tag for 'type'. | 143 | 
|  | Parameter state should be final. | 143 | 
|  | Expected @param tag for 'state'. | 143 | 
|  | '{' is not preceded with whitespace. | 143 | 
|  | Line is longer than 80 characters. | 144 | 
|  | '{' is not preceded with whitespace. | 144 | 
|  | Line has trailing spaces. | 146 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | Line is longer than 80 characters. | 152 | 
|  | 'cast' is not followed by whitespace. | 152 | 
|  | Line has trailing spaces. | 153 | 
|  | Line has trailing spaces. | 156 | 
|  | Line has trailing spaces. | 157 | 
|  | Line has trailing spaces. | 158 | 
|  | First sentence should end with a period. | 159 | 
|  | Line is longer than 80 characters. | 160 | 
|  | Line has trailing spaces. | 161 | 
|  | Line is longer than 80 characters. | 165 | 
|  | Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 165 | 
|  | Parameter properties should be final. | 165 | 
|  | Expected @param tag for 'properties'. | 165 | 
|  | Parameter fields should be final. | 165 | 
|  | Expected @param tag for 'fields'. | 165 | 
|  | Parameter counter should be final. | 165 | 
|  | Expected @param tag for 'counter'. | 165 | 
|  | '{' is not preceded with whitespace. | 165 | 
|  | ':' is not preceded with whitespace. | 167 | 
|  | ':' is not followed by whitespace. | 167 | 
|  | '{' is not preceded with whitespace. | 167 | 
|  | Line is longer than 80 characters. | 169 | 
|  | Line has trailing spaces. | 173 | 
|  | Line is longer than 80 characters. | 179 | 
|  | Line has trailing spaces. | 181 | 
|  | '{' is not preceded with whitespace. | 182 | 
|  | Line has trailing spaces. | 185 | 
|  | Line is longer than 80 characters. | 188 | 
|  | Line has trailing spaces. | 189 | 
|  | Line has trailing spaces. | 190 | 
|  | '{' is not preceded with whitespace. | 190 | 
|  | Line is longer than 80 characters. | 191 | 
|  | Line has trailing spaces. | 193 | 
|  | Line is longer than 80 characters. | 194 | 
|  | '{' is not preceded with whitespace. | 197 | 
|  | Line is longer than 80 characters. | 198 | 
|  | Line has trailing spaces. | 202 | 
|  | Line has trailing spaces. | 204 | 
|  | First sentence should end with a period. | 205 | 
|  | Line has trailing spaces. | 205 | 
|  | Line has trailing spaces. | 207 | 
|  | Expected an @return tag. | 211 | 
|  | Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 211 | 
|  | Parameter field should be final. | 211 | 
|  | Expected @param tag for 'field'. | 211 | 
|  | '{' is not preceded with whitespace. | 211 | 
|  | Line has trailing spaces. | 221 | 
|  | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 222 | 
|  | Missing a Javadoc comment. | 222 | 
|  | Line is longer than 80 characters. | 223 | 
|  | Parameter dataObjectStructure should be final. | 223 | 
|  | Parameter counter should be final. | 223 | 
|  | '{' is not preceded with whitespace. | 223 | 
|  | Line has trailing spaces. | 226 | 
|  | Line has trailing spaces. | 228 | 
|  | '{' is not preceded with whitespace. | 229 | 
|  | Line is longer than 80 characters. | 230 | 
|  | 'cast' is not followed by whitespace. | 230 | 
|  | '{' is not preceded with whitespace. | 231 | 
|  | '{' is not preceded with whitespace. | 233 | 
|  | Line is longer than 80 characters. | 236 | 
|  | Line has trailing spaces. | 238 | 
|  | Line has trailing spaces. | 242 | 
|  | Line has trailing spaces. | 243 | 
|  | Line has trailing spaces. | 244 | 
|  | Line is longer than 80 characters. | 245 | 
|  | Line has trailing spaces. | 247 | 
|  | Expected an @return tag. | 253 | 
|  | Line is longer than 80 characters. | 253 | 
|  | Method 'getMetadataFromDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 253 | 
|  | Parameter objectKey should be final. | 253 | 
|  | Expected @param tag for 'objectKey'. | 253 | 
|  | Parameter type should be final. | 253 | 
|  | Expected @param tag for 'type'. | 253 | 
|  | Parameter state should be final. | 253 | 
|  | Expected @param tag for 'state'. | 253 | 
|  | '{' is not preceded with whitespace. | 253 | 
|  | Line has trailing spaces. | 255 | 
|  | Line has trailing spaces. | 259 | 
|  | Line has trailing spaces. | 260 | 
|  | Line is longer than 80 characters. | 260 | 
|  | Line has trailing spaces. | 262 | 
|  | Line has trailing spaces. | 265 | 
|  | Line has trailing spaces. | 268 | 
|  | Line has trailing spaces. | 271 | 
|  | First sentence should end with a period. | 272 | 
|  | Line has trailing spaces. | 272 | 
|  | Line is longer than 80 characters. | 273 | 
|  | Line has trailing spaces. | 274 | 
|  | Expected an @return tag. | 280 | 
|  | Line is longer than 80 characters. | 280 | 
|  | Parameter fields should be final. | 280 | 
|  | Expected @param tag for 'fields'. | 280 | 
|  | Parameter type should be final. | 280 | 
|  | Expected @param tag for 'type'. | 280 | 
|  | Parameter state should be final. | 280 | 
|  | Expected @param tag for 'state'. | 280 | 
|  | '{' is not preceded with whitespace. | 280 | 
|  | Line has trailing spaces. | 282 | 
|  | ':' is not preceded with whitespace. | 283 | 
|  | ':' is not followed by whitespace. | 283 | 
|  | '{' is not preceded with whitespace. | 283 | 
|  | Line has trailing spaces. | 285 | 
|  | Line has trailing spaces. | 289 | 
|  | Line is longer than 80 characters. | 289 | 
|  | Line has trailing spaces. | 290 | 
|  | Line has trailing spaces. | 291 | 
|  | Line is longer than 80 characters. | 291 | 
|  | Line has trailing spaces. | 292 | 
|  | Line has trailing spaces. | 294 | 
|  | Line is longer than 80 characters. | 294 | 
|  | '{' is not preceded with whitespace. | 294 | 
|  | '{' is not preceded with whitespace. | 296 | 
|  | Line is longer than 80 characters. | 303 | 
|  | Line is longer than 80 characters. | 304 | 
|  | Line has trailing spaces. | 305 | 
|  | Line is longer than 80 characters. | 306 | 
|  | Line is longer than 80 characters. | 307 | 
|  | Line has trailing spaces. | 310 | 
|  | Line has trailing spaces. | 311 | 
|  | '{' is not preceded with whitespace. | 312 | 
|  | Line has trailing spaces. | 315 | 
|  | Line is longer than 80 characters. | 318 | 
|  | Line has trailing spaces. | 319 | 
|  | '{' is not preceded with whitespace. | 320 | 
|  | Line has trailing spaces. | 323 | 
|  | Line is longer than 80 characters. | 324 | 
|  | '{' is not preceded with whitespace. | 327 | 
|  | Line has trailing spaces. | 330 | 
|  | Line has trailing spaces. | 332 | 
|  | Line has trailing spaces. | 334 | 
|  | Line has trailing spaces. | 337 | 
|  | Line has trailing spaces. | 338 | 
|  | First sentence should end with a period. | 339 | 
|  | Line has trailing spaces. | 339 | 
|  | Line has trailing spaces. | 341 | 
|  | Expected an @return tag. | 345 | 
|  | Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 345 | 
|  | Parameter field should be final. | 345 | 
|  | Expected @param tag for 'field'. | 345 | 
|  | '{' is not preceded with whitespace. | 345 | 
|  | Line is longer than 80 characters. | 346 | 
|  | '{' is not preceded with whitespace. | 346 | 
|  | Line is longer than 80 characters. | 347 | 
|  | ':' is not preceded with whitespace. | 347 | 
|  | ':' is not followed by whitespace. | 347 | 
|  | '{' is not preceded with whitespace. | 347 | 
|  | '{' is not preceded with whitespace. | 348 | 
|  | Line has trailing spaces. | 355 | 
|  | First sentence should end with a period. | 356 | 
|  | Line has trailing spaces. | 356 | 
|  | Line is longer than 80 characters. | 357 | 
|  | Line has trailing spaces. | 358 | 
|  | Expected an @return tag. | 362 | 
|  | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 362 | 
|  | Parameter objectKey should be final. | 362 | 
|  | Expected @param tag for 'objectKey'. | 362 | 
|  | '{' is not preceded with whitespace. | 362 | 
|  | Line is longer than 80 characters. | 363 | 
|  | Line has trailing spaces. | 364 | 
|  | Line has trailing spaces. | 367 | 
|  | Line has trailing spaces. | 369 | 
|  | Expected an @return tag. | 376 | 
|  | Line is longer than 80 characters. | 376 | 
|  | Method 'getObjectState' is not designed for extension - needs to be abstract, final or empty. | 376 | 
|  | Parameter objectStructure should be final. | 376 | 
|  | Expected @param tag for 'objectStructure'. | 376 | 
|  | Parameter type should be final. | 376 | 
|  | Expected @param tag for 'type'. | 376 | 
|  | Parameter state should be final. | 376 | 
|  | Expected @param tag for 'state'. | 376 | 
|  | '{' is not preceded with whitespace. | 376 | 
|  | Line has trailing spaces. | 377 | 
|  | Line is longer than 80 characters. | 377 | 
|  | ':' is not preceded with whitespace. | 379 | 
|  | ':' is not followed by whitespace. | 379 | 
|  | '{' is not preceded with whitespace. | 379 | 
|  | '{' is not preceded with whitespace. | 380 | 
|  | ':' is not preceded with whitespace. | 381 | 
|  | ':' is not followed by whitespace. | 381 | 
|  | '{' is not preceded with whitespace. | 381 | 
|  | '{' is not preceded with whitespace. | 382 | 
|  | Line has trailing spaces. | 388 | 
|  | Line has trailing spaces. | 391 | 
|  | Line is longer than 80 characters. | 392 | 
|  | Method 'copyConstraints' is not designed for extension - needs to be abstract, final or empty. | 392 | 
|  | Missing a Javadoc comment. | 392 | 
|  | Parameter constraintDescriptor should be final. | 392 | 
|  | '{' is not preceded with whitespace. | 392 | 
|  | Line has trailing spaces. | 394 | 
|  | Line has trailing spaces. | 395 | 
|  | Line is longer than 80 characters. | 395 | 
|  | '{' is not preceded with whitespace. | 395 | 
|  | Line has trailing spaces. | 397 | 
|  | Line has trailing spaces. | 398 | 
|  | Line is longer than 80 characters. | 399 | 
|  | ':' is not preceded with whitespace. | 399 | 
|  | ':' is not followed by whitespace. | 399 | 
|  | '{' is not preceded with whitespace. | 399 | 
|  | Line has trailing spaces. | 401 | 
|  | '{' is not preceded with whitespace. | 403 | 
|  | Line is longer than 80 characters. | 404 | 
|  | Line has trailing spaces. | 409 | 
|  | '{' is not preceded with whitespace. | 410 | 
|  | Line is longer than 80 characters. | 411 | 
|  | Line has trailing spaces. | 413 | 
|  | Line is longer than 80 characters. | 414 | 
|  | Line has trailing spaces. | 415 | 
|  | Line has trailing spaces. | 417 | 
|  | Line has trailing spaces. | 421 | 
|  | Line has trailing spaces. | 424 | 
|  | Line is longer than 80 characters. | 426 | 
|  | Expected an @return tag. | 431 | 
|  | Method 'convertDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 431 | 
|  | Parameter dataType should be final. | 431 | 
|  | Expected @param tag for 'dataType'. | 431 | 
|  | Parameter value should be final. | 431 | 
|  | Expected @param tag for 'value'. | 431 | 
|  | '{' is not preceded with whitespace. | 431 | 
|  | '{' is not preceded with whitespace. | 433 | 
|  | 'cast' is not followed by whitespace. | 434 | 
|  | switch without "default" clause. | 435 | 
|  | '{' is not preceded with whitespace. | 435 | 
|  | Line has trailing spaces. | 438 | 
|  | Line has trailing spaces. | 446 | 
|  | Line is longer than 80 characters. | 446 | 
|  | Line is longer than 80 characters. | 450 | 
|  | Line contains a tab character. | 454 | 
|  | '{' is not preceded with whitespace. | 454 | 
|  | Line contains a tab character. | 455 | 
|  | Line contains a tab character. | 456 | 
|  | Line has trailing spaces. | 463 | 
|  | Line has trailing spaces. | 466 | 
|  | Line has trailing spaces. | 469 | 
|  | Method 'convertDictionaryDataType' is not designed for extension - needs to be abstract, final or empty. | 470 | 
|  | Missing a Javadoc comment. | 470 | 
|  | Parameter dataType should be final. | 470 | 
|  | '{' is not preceded with whitespace. | 470 | 
|  | '{' is not preceded with whitespace. | 471 | 
|  | '{' is not preceded with whitespace. | 473 | 
|  | '{' is not preceded with whitespace. | 475 | 
|  | '{' is not preceded with whitespace. | 477 | 
|  | '{' is not preceded with whitespace. | 479 | 
|  | Line has trailing spaces. | 481 | 
|  | Line has trailing spaces. | 482 | 
|  | Line has trailing spaces. | 483 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Missing a Javadoc comment. | 20 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Class RuntimeDataHelper should be declared as final. | 23 | 
|  | Missing a Javadoc comment. | 23 | 
|  | '{' should be on the previous line. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Line has trailing spaces. | 26 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | '{' should be on the previous line. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | '(' is preceded with whitespace. | 36 | 
|  | 'key' hides a field. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | '{' should be on the previous line. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line has trailing spaces. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | '(' is preceded with whitespace. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | '{' should be on the previous line. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Line has trailing spaces. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | '(' is preceded with whitespace. | 49 | 
|  | Parameter data should be final. | 49 | 
|  | 'data' hides a field. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | '{' should be on the previous line. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line has trailing spaces. | 53 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | '(' is preceded with whitespace. | 54 | 
|  | Parameter data should be final. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | '{' should be on the previous line. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | '{' should be on the previous line. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | '(' is preceded with whitespace. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line has trailing spaces. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Missing a Javadoc comment. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | '{' should be on the previous line. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line has trailing spaces. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line has trailing spaces. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Missing a Javadoc comment. | 69 | 
|  | '(' is preceded with whitespace. | 69 | 
|  | Parameter value should be final. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | '{' should be on the previous line. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | '(' is preceded with whitespace. | 71 | 
|  | '(' is preceded with whitespace. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line has trailing spaces. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | Line has trailing spaces. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | '(' is preceded with whitespace. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | '{' should be on the previous line. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line has trailing spaces. | 79 | 
|  | Line contains a tab character. | 79 | 
|  | Line has trailing spaces. | 80 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Missing a Javadoc comment. | 81 | 
|  | '(' is preceded with whitespace. | 81 | 
|  | Parameter value should be final. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | '{' should be on the previous line. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | '(' is preceded with whitespace. | 83 | 
|  | '(' is preceded with whitespace. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line has trailing spaces. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Line has trailing spaces. | 86 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Missing a Javadoc comment. | 87 | 
|  | '(' is preceded with whitespace. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | '{' should be on the previous line. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | '(' is preceded with whitespace. | 89 | 
|  | '(' is preceded with whitespace. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line has trailing spaces. | 91 | 
|  | Line contains a tab character. | 91 | 
|  | Line has trailing spaces. | 92 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Missing a Javadoc comment. | 93 | 
|  | '(' is preceded with whitespace. | 93 | 
|  | Parameter value should be final. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | '{' should be on the previous line. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | '(' is preceded with whitespace. | 95 | 
|  | '(' is preceded with whitespace. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line has trailing spaces. | 97 | 
|  | Line contains a tab character. | 97 | 
|  | Line has trailing spaces. | 98 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Missing a Javadoc comment. | 99 | 
|  | '(' is preceded with whitespace. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | '{' should be on the previous line. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | '(' is preceded with whitespace. | 101 | 
|  | '(' is preceded with whitespace. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line has trailing spaces. | 103 | 
|  | Line contains a tab character. | 103 | 
|  | Line has trailing spaces. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Missing a Javadoc comment. | 105 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | Parameter value should be final. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | '{' should be on the previous line. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line has trailing spaces. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | Line has trailing spaces. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Missing a Javadoc comment. | 111 | 
|  | '(' is preceded with whitespace. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | '{' should be on the previous line. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | '(' is preceded with whitespace. | 113 | 
|  | '(' is preceded with whitespace. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line has trailing spaces. | 115 | 
|  | Line contains a tab character. | 115 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line contains a tab character. | 25 | 
|  | Line is longer than 80 characters. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line is longer than 80 characters. | 28 | 
|  | Line contains a tab character. | 28 | 
|  | Line is longer than 80 characters. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line has trailing spaces. | 30 | 
|  | Line is longer than 80 characters. | 31 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line is longer than 80 characters. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line has trailing spaces. | 37 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Line has trailing spaces. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Line has trailing spaces. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Line contains a tab character. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Line is longer than 80 characters. | 50 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 25 | 
|  | Line is longer than 80 characters. | 28 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Redundant 'public' modifier. | 28 | 
|  | Line is longer than 80 characters. | 30 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Redundant 'public' modifier. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Redundant 'public' modifier. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Redundant 'public' modifier. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Line contains a tab character. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Redundant 'public' modifier. | 36 | 
|  | Line has trailing spaces. | 37 | 
|  | Line contains a tab character. | 37 | 
|  | Line is longer than 80 characters. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Redundant 'public' modifier. | 38 | 
|  | Line has trailing spaces. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | '{' is not preceded with whitespace. | 40 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Redundant 'public' modifier. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line has trailing spaces. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line is longer than 80 characters. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Line contains a tab character. | 44 | 
|  | '{' is not preceded with whitespace. | 44 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Redundant 'public' modifier. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line is longer than 80 characters. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Line contains a tab character. | 47 | 
|  | '{' is not preceded with whitespace. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Redundant 'public' modifier. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line is longer than 80 characters. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Line contains a tab character. | 50 | 
|  | '{' is not preceded with whitespace. | 50 | 
|  | Line is longer than 80 characters. | 51 | 
|  | Line contains a tab character. | 51 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Redundant 'public' modifier. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line is longer than 80 characters. | 53 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Line contains a tab character. | 53 | 
|  | '{' is not preceded with whitespace. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Redundant 'public' modifier. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | '{' is not preceded with whitespace. | 56 | 
|  | Line is longer than 80 characters. | 57 | 
|  | Line contains a tab character. | 57 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Redundant 'public' modifier. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Line contains a tab character. | 59 | 
|  | '{' is not preceded with whitespace. | 59 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Redundant 'public' modifier. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | '{' is not preceded with whitespace. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | Variable 'value' must be private and have accessor methods. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | 
|  | Missing a Javadoc comment. | 65 | 
|  | '{' is not preceded with whitespace. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Parameter newValue should be final. | 68 | 
|  | '{' is not preceded with whitespace. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Line contains a tab character. | 72 | 
|  | '{' is not preceded with whitespace. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Missing a Javadoc comment. | 73 | 
|  | Variable 'type' must be private and have accessor methods. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Missing a Javadoc comment. | 74 | 
|  | Variable 'state' must be private and have accessor methods. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 78 | 
|  | Missing a Javadoc comment. | 78 | 
|  | Parameter type should be final. | 78 | 
|  | 'type' hides a field. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 81 | 
|  | Missing a Javadoc comment. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Missing a Javadoc comment. | 84 | 
|  | Parameter state should be final. | 84 | 
|  | 'state' hides a field. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line has trailing spaces. | 87 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line has trailing spaces. | 90 | 
|  | Line contains a tab character. | 90 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 25 | 
|  | Line is longer than 80 characters. | 28 | 
|  | Line is longer than 80 characters. | 30 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Line is longer than 80 characters. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Line has trailing spaces. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Parameter filter should be final. | 42 | 
|  | '{' is not preceded with whitespace. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line has trailing spaces. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Line is longer than 80 characters. | 46 | 
|  | Line contains a tab character. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Parameter target should be final. | 46 | 
|  | 'target' hides a field. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Parameter input should be final. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Line has trailing spaces. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line has trailing spaces. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Line contains a tab character. | 59 | 
|  | Line has trailing spaces. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | '{' is not preceded with whitespace. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Parameter request should be final. | 63 | 
|  | Line is longer than 80 characters. | 64 | 
|  | Line contains a tab character. | 64 | 
|  | Parameter response should be final. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | 'if' is not followed by whitespace. | 65 | 
|  | '{' is not preceded with whitespace. | 65 | 
|  | Line is longer than 80 characters. | 66 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | 'else' is not preceded with whitespace. | 67 | 
|  | '}' is not followed by whitespace. | 67 | 
|  | 'else' is not followed by whitespace. | 67 | 
|  | '{' is not preceded with whitespace. | 67 | 
|  | Line is longer than 80 characters. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line has trailing spaces. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | '}' is not followed by whitespace. | 77 | 
|  | Line has trailing spaces. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 82 | 
|  | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 82 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Line contains a tab character. | 83 | 
|  | Parameter input should be final. | 83 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Line contains a tab character. | 84 | 
|  | Line has trailing spaces. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line has trailing spaces. | 88 | 
|  | Line contains a tab character. | 88 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Line contains a tab character. | 89 | 
|  | Line has trailing spaces. | 90 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | '{' is not preceded with whitespace. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line is longer than 80 characters. | 93 | 
|  | Line contains a tab character. | 93 | 
|  | Parameter request should be final. | 93 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Parameter response should be final. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | 'if' is not followed by whitespace. | 95 | 
|  | '{' is not preceded with whitespace. | 95 | 
|  | Line is longer than 80 characters. | 96 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | 'else' is not preceded with whitespace. | 97 | 
|  | '}' is not followed by whitespace. | 97 | 
|  | 'else' is not followed by whitespace. | 97 | 
|  | '{' is not preceded with whitespace. | 97 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | '}' is not followed by whitespace. | 105 | 
|  | Line has trailing spaces. | 106 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 110 | 
|  | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Parameter id should be final. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Line contains a tab character. | 112 | 
|  | Line has trailing spaces. | 113 | 
|  | Line contains a tab character. | 113 | 
|  | Line is longer than 80 characters. | 114 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line has trailing spaces. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line is longer than 80 characters. | 117 | 
|  | Line contains a tab character. | 117 | 
|  | Line has trailing spaces. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | '{' is not preceded with whitespace. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line is longer than 80 characters. | 121 | 
|  | Line contains a tab character. | 121 | 
|  | Parameter request should be final. | 121 | 
|  | Line is longer than 80 characters. | 122 | 
|  | Line contains a tab character. | 122 | 
|  | Parameter response should be final. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | 'if' is not followed by whitespace. | 123 | 
|  | '{' is not preceded with whitespace. | 123 | 
|  | Line is longer than 80 characters. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | 'else' is not preceded with whitespace. | 125 | 
|  | '}' is not followed by whitespace. | 125 | 
|  | 'else' is not followed by whitespace. | 125 | 
|  | '{' is not preceded with whitespace. | 125 | 
|  | Line is longer than 80 characters. | 126 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line is longer than 80 characters. | 130 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | '}' is not followed by whitespace. | 133 | 
|  | Line has trailing spaces. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 138 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 138 | 
|  | Line is longer than 80 characters. | 139 | 
|  | Line contains a tab character. | 139 | 
|  | Parameter type should be final. | 139 | 
|  | Parameter state should be final. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Line is longer than 80 characters. | 141 | 
|  | Line contains a tab character. | 141 | 
|  | Line has trailing spaces. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | Line is longer than 80 characters. | 143 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line has trailing spaces. | 146 | 
|  | Line contains a tab character. | 146 | 
|  | Line is longer than 80 characters. | 147 | 
|  | Line contains a tab character. | 147 | 
|  | Line has trailing spaces. | 148 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | '{' is not preceded with whitespace. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | Line is longer than 80 characters. | 151 | 
|  | Line contains a tab character. | 151 | 
|  | Parameter request should be final. | 151 | 
|  | Line is longer than 80 characters. | 152 | 
|  | Line contains a tab character. | 152 | 
|  | Parameter response should be final. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | 'if' is not followed by whitespace. | 153 | 
|  | '{' is not preceded with whitespace. | 153 | 
|  | Line is longer than 80 characters. | 154 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | 'else' is not preceded with whitespace. | 155 | 
|  | '}' is not followed by whitespace. | 155 | 
|  | 'else' is not followed by whitespace. | 155 | 
|  | '{' is not preceded with whitespace. | 155 | 
|  | Line is longer than 80 characters. | 156 | 
|  | Line contains a tab character. | 156 | 
|  | ',' is not followed by whitespace. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line is longer than 80 characters. | 160 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | '}' is not followed by whitespace. | 163 | 
|  | Line has trailing spaces. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 168 | 
|  | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Parameter input should be final. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line has trailing spaces. | 171 | 
|  | Line contains a tab character. | 171 | 
|  | Line is longer than 80 characters. | 172 | 
|  | Line contains a tab character. | 172 | 
|  | Line has trailing spaces. | 173 | 
|  | Line contains a tab character. | 173 | 
|  | Line is longer than 80 characters. | 174 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line has trailing spaces. | 176 | 
|  | Line contains a tab character. | 176 | 
|  | Line is longer than 80 characters. | 177 | 
|  | Line contains a tab character. | 177 | 
|  | Line has trailing spaces. | 178 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 179 | 
|  | '{' is not preceded with whitespace. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line is longer than 80 characters. | 181 | 
|  | Line contains a tab character. | 181 | 
|  | Parameter request should be final. | 181 | 
|  | Line is longer than 80 characters. | 182 | 
|  | Line contains a tab character. | 182 | 
|  | Parameter response should be final. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | 'if' is not followed by whitespace. | 183 | 
|  | '{' is not preceded with whitespace. | 183 | 
|  | Line is longer than 80 characters. | 184 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | 'else' is not preceded with whitespace. | 185 | 
|  | '}' is not followed by whitespace. | 185 | 
|  | 'else' is not followed by whitespace. | 185 | 
|  | '{' is not preceded with whitespace. | 185 | 
|  | Line is longer than 80 characters. | 186 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line is longer than 80 characters. | 190 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | '}' is not followed by whitespace. | 193 | 
|  | Line has trailing spaces. | 194 | 
|  | Line contains a tab character. | 194 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 198 | 
|  | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 198 | 
|  | Line contains a tab character. | 199 | 
|  | Parameter input should be final. | 199 | 
|  | Line contains a tab character. | 200 | 
|  | Line is longer than 80 characters. | 201 | 
|  | Line contains a tab character. | 201 | 
|  | Line has trailing spaces. | 202 | 
|  | Line contains a tab character. | 202 | 
|  | Line is longer than 80 characters. | 203 | 
|  | Line contains a tab character. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | Line has trailing spaces. | 205 | 
|  | Line contains a tab character. | 205 | 
|  | Line is longer than 80 characters. | 206 | 
|  | Line contains a tab character. | 206 | 
|  | Line has trailing spaces. | 207 | 
|  | Line contains a tab character. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | '{' is not preceded with whitespace. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line is longer than 80 characters. | 210 | 
|  | Line contains a tab character. | 210 | 
|  | Parameter request should be final. | 210 | 
|  | Line is longer than 80 characters. | 211 | 
|  | Line contains a tab character. | 211 | 
|  | Parameter response should be final. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | 'if' is not followed by whitespace. | 212 | 
|  | '{' is not preceded with whitespace. | 212 | 
|  | Line is longer than 80 characters. | 213 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | 'else' is not preceded with whitespace. | 214 | 
|  | '}' is not followed by whitespace. | 214 | 
|  | 'else' is not followed by whitespace. | 214 | 
|  | '{' is not preceded with whitespace. | 214 | 
|  | Line is longer than 80 characters. | 215 | 
|  | Line contains a tab character. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | Line contains a tab character. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line is longer than 80 characters. | 219 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line contains a tab character. | 222 | 
|  | '}' is not followed by whitespace. | 222 | 
|  | Line has trailing spaces. | 223 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line is longer than 80 characters. | 227 | 
|  | Line contains a tab character. | 227 | 
|  | Method 'setFilters' is not designed for extension - needs to be abstract, final or empty. | 227 | 
|  | Missing a Javadoc comment. | 227 | 
|  | Parameter filters should be final. | 227 | 
|  | 'filters' hides a field. | 227 | 
|  | Line contains a tab character. | 228 | 
|  | Line contains a tab character. | 229 | 
|  | Line contains a tab character. | 231 | 
|  | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 231 | 
|  | Missing a Javadoc comment. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 235 | 
|  | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 235 | 
|  | Missing a Javadoc comment. | 235 | 
|  | Parameter target should be final. | 235 | 
|  | 'target' hides a field. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 239 | 
|  | Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | Line contains a tab character. | 241 | 
|  | Line contains a tab character. | 242 | 
|  | Line has trailing spaces. | 243 | 
|  | Line contains a tab character. | 243 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | 
|  | Variable 'LOG' must be private and have accessor methods. | 38 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Variable 'permissionService' must be private and have accessor methods. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Variable 'metadataService' must be private and have accessor methods. | 41 | 
|  | Line has trailing spaces. | 42 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Variable 'kimName' must be private and have accessor methods. | 45 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Parameter kimName should be final. | 46 | 
|  | 'kimName' hides a field. | 46 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Parameter kimName should be final. | 53 | 
|  | 'for' is not followed by whitespace. | 54 | 
|  | 'if' is not followed by whitespace. | 55 | 
|  | Line has trailing spaces. | 60 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Line has trailing spaces. | 63 | 
|  | Comment matches to-do format 'TODO:'. | 65 | 
|  | Line is longer than 80 characters. | 65 | 
|  | Line is longer than 80 characters. | 66 | 
|  | Method 'getFieldAccessPermissions' is not designed for extension - needs to be abstract, final or empty. | 66 | 
|  | Missing a Javadoc comment. | 66 | 
|  | Parameter dtoName should be final. | 66 | 
|  | Parameter idType should be final. | 66 | 
|  | Parameter id should be final. | 66 | 
|  | Line is longer than 80 characters. | 71 | 
|  | Line is longer than 80 characters. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | Line is longer than 80 characters. | 77 | 
|  | Line is longer than 80 characters. | 78 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Line has trailing spaces. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Missing a Javadoc comment. | 93 | 
|  | Parameter metadata should be final. | 93 | 
|  | Parameter readOnly should be final. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 103 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Parameter idType should be final. | 104 | 
|  | Parameter id should be final. | 104 | 
|  | Parameter type should be final. | 104 | 
|  | Parameter state should be final. | 104 | 
|  | Line is longer than 80 characters. | 105 | 
|  | ',' is not followed by whitespace. | 106 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Method 'applyPermissionsToMetadata' is not designed for extension - needs to be abstract, final or empty. | 110 | 
|  | Missing a Javadoc comment. | 110 | 
|  | Parameter metadata should be final. | 110 | 
|  | Parameter idType should be final. | 110 | 
|  | Parameter id should be final. | 110 | 
|  | '{' is not preceded with whitespace. | 110 | 
|  | Line contains a tab character. | 114 | 
|  | Line is longer than 80 characters. | 115 | 
|  | Line contains a tab character. | 115 | 
|  | Line is longer than 80 characters. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line has trailing spaces. | 117 | 
|  | Line is longer than 80 characters. | 117 | 
|  | Line contains a tab character. | 117 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line has trailing spaces. | 120 | 
|  | 'if' is not followed by whitespace. | 121 | 
|  | 'for' is not followed by whitespace. | 122 | 
|  | 'if' is not followed by whitespace. | 123 | 
|  | Line is longer than 80 characters. | 128 | 
|  | Line is longer than 80 characters. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | '}' should be on the same line. | 131 | 
|  | Line is longer than 80 characters. | 132 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | ',' is not followed by whitespace. | 134 | 
|  | ',' is not followed by whitespace. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line is longer than 80 characters. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line is longer than 80 characters. | 140 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | 'for' is not followed by whitespace. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | 'if' is not followed by whitespace. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line is longer than 80 characters. | 145 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line is longer than 80 characters. | 148 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line has trailing spaces. | 157 | 
|  | Line contains a tab character. | 157 | 
|  | Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 160 | 
|  | Missing a Javadoc comment. | 160 | 
|  | Line has trailing spaces. | 163 | 
|  | Line is longer than 80 characters. | 164 | 
|  | Method 'hasValidationErrors' is not designed for extension - needs to be abstract, final or empty. | 164 | 
|  | Missing a Javadoc comment. | 164 | 
|  | Parameter validationResults should be final. | 164 | 
|  | Line has trailing spaces. | 176 | 
|  | Line is longer than 80 characters. | 177 | 
|  | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 177 | 
|  | Missing a Javadoc comment. | 177 | 
|  | Parameter data should be final. | 177 | 
|  | Line has trailing spaces. | 178 | 
|  | Line contains a tab character. | 178 | 
|  | Line has trailing spaces. | 179 | 
|  | Line contains a tab character. | 179 | 
|  | Missing a Javadoc comment. | 183 | 
|  | Parameter fieldPath should be final. | 183 | 
|  | Line is longer than 80 characters. | 184 | 
|  | Avoid inline conditionals. | 184 | 
|  | Method 'checkDocumentLevelPermissions' is not designed for extension - needs to be abstract, final or empty. | 187 | 
|  | Missing a Javadoc comment. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | First sentence should end with a period. | 191 | 
|  | Line has trailing spaces. | 192 | 
|  | Line has trailing spaces. | 194 | 
|  | Line is longer than 80 characters. | 195 | 
|  | First sentence should end with a period. | 199 | 
|  | Line has trailing spaces. | 200 | 
|  | Line has trailing spaces. | 202 | 
|  | Line is longer than 80 characters. | 203 | 
|  | First sentence should end with a period. | 207 | 
|  | Line has trailing spaces. | 208 | 
|  | Line has trailing spaces. | 210 | 
|  | Line has trailing spaces. | 211 | 
|  | Line is longer than 80 characters. | 211 | 
|  | First sentence should end with a period. | 215 | 
|  | Line has trailing spaces. | 216 | 
|  | Line has trailing spaces. | 218 | 
|  | Expected @param tag for 'idType'. | 221 | 
|  | Expected @param tag for 'id'. | 221 | 
|  | Line has trailing spaces. | 222 | 
|  | Line is longer than 80 characters. | 223 | 
|  | Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 223 | 
|  | Missing a Javadoc comment. | 223 | 
|  | Parameter permissionService should be final. | 223 | 
|  | 'permissionService' hides a field. | 223 | 
|  | Line has trailing spaces. | 226 | 
|  | Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 227 | 
|  | Missing a Javadoc comment. | 227 | 
|  | Parameter metadataService should be final. | 227 | 
|  | 'metadataService' hides a field. | 227 | 
|  | Line has trailing spaces. | 230 | 
| Violation | Message | Line | 
|---|---|---|
|  | First sentence should end with a period. | 31 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | 
|  | Variable 'LOG' must be private and have accessor methods. | 39 | 
|  | Line has trailing spaces. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Parameter idTranslator should be final. | 44 | 
|  | 'idTranslator' hides a field. | 44 | 
|  | Method 'doGetFilter' is not designed for extension - needs to be abstract, final or empty. | 48 | 
|  | Line is longer than 80 characters. | 49 | 
|  | Parameter id should be final. | 49 | 
|  | Parameter response should be final. | 49 | 
|  | Parameter chain should be final. | 49 | 
|  | Line has trailing spaces. | 51 | 
|  | Line has trailing spaces. | 56 | 
|  | Method 'doSaveFilter' is not designed for extension - needs to be abstract, final or empty. | 57 | 
|  | Line is longer than 80 characters. | 58 | 
|  | Parameter request should be final. | 58 | 
|  | Parameter response should be final. | 58 | 
|  | Parameter chain should be final. | 58 | 
|  | Line is longer than 80 characters. | 61 | 
|  | Avoid inline conditionals. | 61 | 
|  | 'if' is not followed by whitespace. | 62 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Missing a Javadoc comment. | 67 | 
|  | Parameter data should be final. | 67 | 
|  | Parameter chain should be final. | 67 | 
|  | Line has trailing spaces. | 74 | 
|  | First sentence should end with a period. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line has trailing spaces. | 78 | 
|  | Line contains a tab character. | 85 | 
|  | Name '__translateIds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | 
|  | Parameter data should be final. | 85 | 
|  | Parameter metadata should be final. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Expected @throws tag for 'AssemblyException'. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | 'try' is not followed by whitespace. | 87 | 
|  | '{' is not preceded with whitespace. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line is longer than 80 characters. | 90 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line has trailing spaces. | 92 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line is longer than 80 characters. | 96 | 
|  | Line contains a tab character. | 96 | 
|  | Line has trailing spaces. | 97 | 
|  | Line contains a tab character. | 97 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | 'if' is not followed by whitespace. | 99 | 
|  | '==' is not preceded with whitespace. | 99 | 
|  | '==' is not followed by whitespace. | 99 | 
|  | '{' is not preceded with whitespace. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | '=' is not preceded with whitespace. | 100 | 
|  | '=' is not followed by whitespace. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line has trailing spaces. | 102 | 
|  | Line contains a tab character. | 102 | 
|  | Line is longer than 80 characters. | 103 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | Line is longer than 80 characters. | 106 | 
|  | Line contains a tab character. | 106 | 
|  | Line is longer than 80 characters. | 107 | 
|  | Line contains a tab character. | 107 | 
|  | Line is longer than 80 characters. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | 'if' is not followed by whitespace. | 109 | 
|  | '{' is not preceded with whitespace. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | 'else' is not preceded with whitespace. | 111 | 
|  | '}' is not followed by whitespace. | 111 | 
|  | 'else' is not followed by whitespace. | 111 | 
|  | '{' is not preceded with whitespace. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Line contains a tab character. | 112 | 
|  | Line is longer than 80 characters. | 113 | 
|  | Line contains a tab character. | 113 | 
|  | 'for' is not followed by whitespace. | 113 | 
|  | 'cast' is not followed by whitespace. | 113 | 
|  | '{' is not preceded with whitespace. | 113 | 
|  | Line is longer than 80 characters. | 114 | 
|  | Line contains a tab character. | 114 | 
|  | Line is longer than 80 characters. | 115 | 
|  | Line contains a tab character. | 115 | 
|  | Line is longer than 80 characters. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line is longer than 80 characters. | 117 | 
|  | Line contains a tab character. | 117 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | Line is longer than 80 characters. | 119 | 
|  | Line contains a tab character. | 119 | 
|  | Line is longer than 80 characters. | 120 | 
|  | Line contains a tab character. | 120 | 
|  | Line is longer than 80 characters. | 121 | 
|  | Line contains a tab character. | 121 | 
|  | Line is longer than 80 characters. | 122 | 
|  | Line contains a tab character. | 122 | 
|  | Line is longer than 80 characters. | 123 | 
|  | Line contains a tab character. | 123 | 
|  | 'cast' is not followed by whitespace. | 123 | 
|  | Line is longer than 80 characters. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line is longer than 80 characters. | 130 | 
|  | Line contains a tab character. | 130 | 
|  | Line is longer than 80 characters. | 131 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line is longer than 80 characters. | 133 | 
|  | Line contains a tab character. | 133 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line is longer than 80 characters. | 135 | 
|  | Line contains a tab character. | 135 | 
|  | Line is longer than 80 characters. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | Line is longer than 80 characters. | 137 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line is longer than 80 characters. | 139 | 
|  | Line contains a tab character. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | 'catch' is not preceded with whitespace. | 145 | 
|  | '}' is not followed by whitespace. | 145 | 
|  | 'catch' is not followed by whitespace. | 145 | 
|  | '{' is not preceded with whitespace. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line has trailing spaces. | 149 | 
|  | Line contains a tab character. | 149 | 
|  | Line is longer than 80 characters. | 150 | 
|  | Missing a Javadoc comment. | 150 | 
|  | Parameter data should be final. | 150 | 
|  | Parameter field should be final. | 150 | 
|  | Parameter index should be final. | 150 | 
|  | Parameter translation should be final. | 150 | 
|  | Line contains a tab character. | 152 | 
|  | 'if' is not followed by whitespace. | 158 | 
|  | Line is longer than 80 characters. | 159 | 
|  | 'if' is not followed by whitespace. | 161 | 
|  | '==' is not preceded with whitespace. | 161 | 
|  | '==' is not followed by whitespace. | 161 | 
|  | '{' is not preceded with whitespace. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | 'else' is not preceded with whitespace. | 166 | 
|  | '}' is not followed by whitespace. | 166 | 
|  | 'else' is not followed by whitespace. | 166 | 
|  | '{' is not preceded with whitespace. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Line is longer than 80 characters. | 168 | 
|  | 'if' is not followed by whitespace. | 170 | 
|  | '==' is not preceded with whitespace. | 170 | 
|  | '==' is not followed by whitespace. | 170 | 
|  | '{' is not preceded with whitespace. | 170 | 
|  | Line has trailing spaces. | 171 | 
|  | Line contains a tab character. | 171 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 25 | 
|  | Line is longer than 80 characters. | 26 | 
|  | Line contains a tab character. | 28 | 
|  | Method 'doAssembleFilter' is not designed for extension - needs to be abstract, final or empty. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line is longer than 80 characters. | 30 | 
|  | Line contains a tab character. | 30 | 
|  | Parameter request should be final. | 30 | 
|  | Line is longer than 80 characters. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Parameter response should be final. | 31 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Parameter chain should be final. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'doDisassembleFilter' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line is longer than 80 characters. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Parameter request should be final. | 38 | 
|  | Line is longer than 80 characters. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Parameter response should be final. | 39 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Parameter chain should be final. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Method 'doGetFilter' is not designed for extension - needs to be abstract, final or empty. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line is longer than 80 characters. | 46 | 
|  | Line contains a tab character. | 46 | 
|  | Parameter id should be final. | 46 | 
|  | Line is longer than 80 characters. | 47 | 
|  | Line contains a tab character. | 47 | 
|  | Parameter response should be final. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Parameter chain should be final. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Method 'doGetMetadataFilter' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Parameter request should be final. | 54 | 
|  | Line is longer than 80 characters. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Parameter response should be final. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Parameter chain should be final. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Method 'doSaveFilter' is not designed for extension - needs to be abstract, final or empty. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line is longer than 80 characters. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Parameter request should be final. | 62 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Parameter response should be final. | 63 | 
|  | Line is longer than 80 characters. | 64 | 
|  | Line contains a tab character. | 64 | 
|  | Parameter chain should be final. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 69 | 
|  | Method 'doValidateFilter' is not designed for extension - needs to be abstract, final or empty. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line is longer than 80 characters. | 71 | 
|  | Line contains a tab character. | 71 | 
|  | Parameter request should be final. | 71 | 
|  | Line is longer than 80 characters. | 72 | 
|  | Line contains a tab character. | 72 | 
|  | Parameter response should be final. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | Parameter chain should be final. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 23 | 
|  | '{' is not preceded with whitespace. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Line has trailing spaces. | 26 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 29 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Parameter value should be final. | 32 | 
|  | 'value' hides a field. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'getValidationResults' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line has trailing spaces. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Method 'setValidationResults' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Parameter validationResults should be final. | 40 | 
|  | 'validationResults' hides a field. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line has trailing spaces. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line is longer than 80 characters. | 44 | 
|  | Line contains a tab character. | 44 | 
|  | Method 'addValidationResults' is not designed for extension - needs to be abstract, final or empty. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Parameter validationResults should be final. | 44 | 
|  | 'validationResults' hides a field. | 44 | 
|  | '{' is not preceded with whitespace. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | '{' is not preceded with whitespace. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | 'else' is not followed by whitespace. | 47 | 
|  | '{' is not preceded with whitespace. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line has trailing spaces. | 51 | 
|  | Line contains a tab character. | 51 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 6 | 
|  | Line contains a tab character. | 7 | 
|  | Line has trailing spaces. | 8 | 
|  | Line contains a tab character. | 8 | 
|  | Line has trailing spaces. | 9 | 
|  | Line contains a tab character. | 9 | 
|  | Line contains a tab character. | 10 | 
|  | Unused @param tag for 'data'. | 10 | 
|  | Line contains a tab character. | 11 | 
|  | Unused @param tag for 'metadata'. | 11 | 
|  | Line contains a tab character. | 12 | 
|  | Line is longer than 80 characters. | 13 | 
|  | Line contains a tab character. | 13 | 
|  | Parameter dto should be final. | 13 | 
|  | Expected @param tag for 'dto'. | 13 | 
|  | Parameter properties should be final. | 13 | 
|  | Expected @param tag for 'properties'. | 13 | 
|  | Expected @throws tag for 'Exception'. | 13 | 
|  | '{' is not preceded with whitespace. | 13 | 
|  | Line has trailing spaces. | 14 | 
|  | Line contains a tab character. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Line contains a tab character. | 17 | 
|  | Line has trailing spaces. | 18 | 
|  | Line contains a tab character. | 18 | 
|  | Line contains a tab character. | 19 | 
|  | Unused @param tag for 'data'. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Unused @param tag for 'metadata'. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Line is longer than 80 characters. | 22 | 
|  | Line contains a tab character. | 22 | 
|  | Parameter dto should be final. | 22 | 
|  | Expected @param tag for 'dto'. | 22 | 
|  | Parameter properties should be final. | 22 | 
|  | Expected @param tag for 'properties'. | 22 | 
|  | Expected @throws tag for 'Exception'. | 22 | 
|  | '{' is not preceded with whitespace. | 22 | 
|  | Line has trailing spaces. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 8 | 
|  | Line contains a tab character. | 10 | 
|  | Line has trailing spaces. | 11 | 
|  | Line contains a tab character. | 11 | 
|  | Line has trailing spaces. | 12 | 
|  | Line contains a tab character. | 12 | 
|  | Line contains a tab character. | 13 | 
|  | Line is longer than 80 characters. | 14 | 
|  | Line contains a tab character. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Line is longer than 80 characters. | 16 | 
|  | Line contains a tab character. | 16 | 
|  | Parameter data should be final. | 16 | 
|  | Parameter metadata should be final. | 16 | 
|  | Parameter properties should be final. | 16 | 
|  | Expected @param tag for 'properties'. | 16 | 
|  | Expected @throws tag for 'Exception'. | 16 | 
|  | '{' is not preceded with whitespace. | 16 | 
|  | Line has trailing spaces. | 17 | 
|  | Line contains a tab character. | 17 | 
|  | Line contains a tab character. | 18 | 
|  | Line contains a tab character. | 20 | 
|  | Line has trailing spaces. | 21 | 
|  | Line contains a tab character. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Line is longer than 80 characters. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line is longer than 80 characters. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Parameter data should be final. | 25 | 
|  | Parameter metadata should be final. | 25 | 
|  | Parameter properties should be final. | 25 | 
|  | Expected @param tag for 'properties'. | 25 | 
|  | Expected @throws tag for 'Exception'. | 25 | 
|  | '{' is not preceded with whitespace. | 25 | 
|  | Line has trailing spaces. | 26 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 29 | 
|  | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 23 | 
|  | Line has trailing spaces. | 25 | 
|  | Line is longer than 80 characters. | 29 | 
|  | '{' is not preceded with whitespace. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Variable 'permissionService' must be private and have accessor methods. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | 
|  | Variable 'LOG' must be private and have accessor methods. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Variable 'kimName' must be private and have accessor methods. | 38 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Parameter kimName should be final. | 39 | 
|  | 'kimName' hides a field. | 39 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Parameter kimName should be final. | 46 | 
|  | 'for' is not followed by whitespace. | 47 | 
|  | 'if' is not followed by whitespace. | 48 | 
|  | Line has trailing spaces. | 53 | 
|  | Line is longer than 80 characters. | 53 | 
|  | Line has trailing spaces. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line has trailing spaces. | 58 | 
|  | Line is longer than 80 characters. | 58 | 
|  | Line has trailing spaces. | 60 | 
|  | Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 62 | 
|  | Line has trailing spaces. | 63 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Parameter data should be final. | 63 | 
|  | Expected @param tag for 'data'. | 63 | 
|  | Parameter metadata should be final. | 63 | 
|  | Expected @param tag for 'metadata'. | 63 | 
|  | Parameter filterProperties should be final. | 63 | 
|  | ',' is not followed by whitespace. | 63 | 
|  | Expected @param tag for 'filterProperties'. | 63 | 
|  | Expected @throws tag for 'Exception'. | 63 | 
|  | 'if' is not followed by whitespace. | 64 | 
|  | Line has trailing spaces. | 67 | 
|  | Line has trailing spaces. | 69 | 
|  | 'for' is not followed by whitespace. | 70 | 
|  | Line is longer than 80 characters. | 72 | 
|  | Line contains a tab character. | 72 | 
|  | Line is longer than 80 characters. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line has trailing spaces. | 80 | 
|  | Comment matches to-do format 'TODO:'. | 81 | 
|  | Line is longer than 80 characters. | 81 | 
|  | Line contains a tab character. | 84 | 
|  | Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Parameter data should be final. | 85 | 
|  | Parameter metadata should be final. | 85 | 
|  | Parameter filterProperties should be final. | 85 | 
|  | ',' is not followed by whitespace. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 90 | 
|  | Line has trailing spaces. | 91 | 
|  | Line is longer than 80 characters. | 91 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Method 'applyMetadataFilter' is not designed for extension - needs to be abstract, final or empty. | 93 | 
|  | Line has trailing spaces. | 94 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Parameter dtoName should be final. | 94 | 
|  | Expected @param tag for 'dtoName'. | 94 | 
|  | Parameter metadata should be final. | 94 | 
|  | Expected @param tag for 'metadata'. | 94 | 
|  | Parameter metadataProperties should be final. | 94 | 
|  | Expected @param tag for 'metadataProperties'. | 94 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line has trailing spaces. | 97 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line has trailing spaces. | 100 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | Method 'applyPermissionsToData' is not designed for extension - needs to be abstract, final or empty. | 105 | 
|  | Parameter data should be final. | 105 | 
|  | Expected @param tag for 'data'. | 105 | 
|  | Parameter metadata should be final. | 105 | 
|  | Expected @param tag for 'metadata'. | 105 | 
|  | Parameter filterProperties should be final. | 105 | 
|  | Expected @param tag for 'filterProperties'. | 105 | 
|  | '{' is not preceded with whitespace. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | ':' is not preceded with whitespace. | 111 | 
|  | ':' is not followed by whitespace. | 111 | 
|  | '{' is not preceded with whitespace. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line has trailing spaces. | 115 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | '{' is not preceded with whitespace. | 116 | 
|  | Line is longer than 80 characters. | 117 | 
|  | Line contains a tab character. | 117 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | '{' is not preceded with whitespace. | 118 | 
|  | Line is longer than 80 characters. | 119 | 
|  | Line contains a tab character. | 119 | 
|  | '{' is not preceded with whitespace. | 119 | 
|  | Line is longer than 80 characters. | 120 | 
|  | Line contains a tab character. | 120 | 
|  | Line is longer than 80 characters. | 121 | 
|  | Line contains a tab character. | 121 | 
|  | '{' is not preceded with whitespace. | 121 | 
|  | Line is longer than 80 characters. | 122 | 
|  | Line contains a tab character. | 122 | 
|  | 'cast' is not followed by whitespace. | 122 | 
|  | Line is longer than 80 characters. | 123 | 
|  | Line contains a tab character. | 123 | 
|  | Line is longer than 80 characters. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Line contains a tab character. | 125 | 
|  | 'cast' is not followed by whitespace. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | '{' is not preceded with whitespace. | 127 | 
|  | Line is longer than 80 characters. | 128 | 
|  | Line contains a tab character. | 128 | 
|  | 'cast' is not followed by whitespace. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line has trailing spaces. | 131 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line has trailing spaces. | 133 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line has trailing spaces. | 135 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line is longer than 80 characters. | 140 | 
|  | Method 'applyPermissionsToMetadata' is not designed for extension - needs to be abstract, final or empty. | 140 | 
|  | Parameter dtoName should be final. | 140 | 
|  | Expected @param tag for 'dtoName'. | 140 | 
|  | Parameter metadata should be final. | 140 | 
|  | Expected @param tag for 'metadata'. | 140 | 
|  | Parameter metadataProperties should be final. | 140 | 
|  | Expected @param tag for 'metadataProperties'. | 140 | 
|  | '{' is not preceded with whitespace. | 140 | 
|  | Line has trailing spaces. | 142 | 
|  | 'cast' is not followed by whitespace. | 143 | 
|  | 'cast' is not followed by whitespace. | 144 | 
|  | Line is longer than 80 characters. | 145 | 
|  | 'cast' is not followed by whitespace. | 145 | 
|  | Line is longer than 80 characters. | 146 | 
|  | 'cast' is not followed by whitespace. | 146 | 
|  | Line has trailing spaces. | 147 | 
|  | Line has trailing spaces. | 148 | 
|  | Line is longer than 80 characters. | 149 | 
|  | Line has trailing spaces. | 150 | 
|  | Line is longer than 80 characters. | 150 | 
|  | Line contains a tab character. | 150 | 
|  | Line contains a tab character. | 152 | 
|  | Line is longer than 80 characters. | 153 | 
|  | Line contains a tab character. | 153 | 
|  | Line is longer than 80 characters. | 154 | 
|  | Line contains a tab character. | 154 | 
|  | Line has trailing spaces. | 155 | 
|  | Line is longer than 80 characters. | 155 | 
|  | Line contains a tab character. | 155 | 
|  | Line has trailing spaces. | 156 | 
|  | Line is longer than 80 characters. | 156 | 
|  | Line contains a tab character. | 156 | 
|  | Line is longer than 80 characters. | 158 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line has trailing spaces. | 161 | 
|  | Line has trailing spaces. | 162 | 
|  | '{' is not preceded with whitespace. | 163 | 
|  | Line is longer than 80 characters. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line is longer than 80 characters. | 167 | 
|  | Line contains a tab character. | 167 | 
|  | Line is longer than 80 characters. | 168 | 
|  | Line contains a tab character. | 168 | 
|  | ',' is not followed by whitespace. | 168 | 
|  | ',' is not followed by whitespace. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line is longer than 80 characters. | 170 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line is longer than 80 characters. | 174 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | 'for' is not followed by whitespace. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | 'if' is not followed by whitespace. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | Line is longer than 80 characters. | 179 | 
|  | Line contains a tab character. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line is longer than 80 characters. | 182 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | '{' is not preceded with whitespace. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | '{' is not preceded with whitespace. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line has trailing spaces. | 190 | 
|  | Line is longer than 80 characters. | 190 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line contains a tab character. | 194 | 
|  | Line has trailing spaces. | 196 | 
|  | Line contains a tab character. | 196 | 
|  | Line has trailing spaces. | 198 | 
|  | Line is longer than 80 characters. | 199 | 
|  | Method 'getFieldAccessPermissions' is not designed for extension - needs to be abstract, final or empty. | 199 | 
|  | Missing a Javadoc comment. | 199 | 
|  | Parameter dtoName should be final. | 199 | 
|  | Parameter idType should be final. | 199 | 
|  | Parameter id should be final. | 199 | 
|  | Parameter docType should be final. | 199 | 
|  | Line is longer than 80 characters. | 204 | 
|  | Line is longer than 80 characters. | 205 | 
|  | Line is longer than 80 characters. | 206 | 
|  | Line contains a tab character. | 206 | 
|  | Line is longer than 80 characters. | 210 | 
|  | Line is longer than 80 characters. | 211 | 
|  | Line has trailing spaces. | 221 | 
|  | Line is longer than 80 characters. | 223 | 
|  | Line has trailing spaces. | 224 | 
|  | Line contains a tab character. | 228 | 
|  | Parameter metadata should be final. | 228 | 
|  | Expected @param tag for 'metadata'. | 228 | 
|  | Parameter readOnly should be final. | 228 | 
|  | Expected @param tag for 'readOnly'. | 228 | 
|  | Line contains a tab character. | 229 | 
|  | Line is longer than 80 characters. | 230 | 
|  | Line contains a tab character. | 230 | 
|  | Line contains a tab character. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line has trailing spaces. | 237 | 
|  | Method 'checkDocumentLevelPermissions' is not designed for extension - needs to be abstract, final or empty. | 238 | 
|  | Missing a Javadoc comment. | 238 | 
|  | Parameter docLevelPerm should be final. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Line has trailing spaces. | 242 | 
|  | Line contains a tab character. | 242 | 
|  | Missing a Javadoc comment. | 243 | 
|  | Parameter fieldPath should be final. | 243 | 
|  | Line is longer than 80 characters. | 244 | 
|  | Avoid inline conditionals. | 244 | 
|  | Line is longer than 80 characters. | 247 | 
|  | Method 'getQualification' is not designed for extension - needs to be abstract, final or empty. | 247 | 
|  | Missing a Javadoc comment. | 247 | 
|  | Parameter idType should be final. | 247 | 
|  | Parameter id should be final. | 247 | 
|  | Parameter docType should be final. | 247 | 
|  | Line contains a tab character. | 254 | 
|  | Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 254 | 
|  | Missing a Javadoc comment. | 254 | 
|  | Line contains a tab character. | 255 | 
|  | Line contains a tab character. | 256 | 
|  | Line is longer than 80 characters. | 258 | 
|  | Line contains a tab character. | 258 | 
|  | Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 258 | 
|  | Missing a Javadoc comment. | 258 | 
|  | Parameter permissionService should be final. | 258 | 
|  | 'permissionService' hides a field. | 258 | 
|  | Line contains a tab character. | 259 | 
|  | Line contains a tab character. | 260 | 
| Violation | Message | Line | 
|---|---|---|
|  | File does not end with a newline. | 0 | 
|  | Missing a Javadoc comment. | 6 | 
|  | Line contains a tab character. | 8 | 
|  | Line contains a tab character. | 9 | 
|  | Line has trailing spaces. | 10 | 
|  | Line contains a tab character. | 10 | 
|  | Line contains a tab character. | 11 | 
|  | Line contains a tab character. | 12 | 
|  | Line contains a tab character. | 13 | 
|  | Line contains a tab character. | 14 | 
|  | Redundant 'public' modifier. | 14 | 
|  | Expected @param tag for 'value'. | 14 | 
|  | Expected @throws tag for 'Exception'. | 14 | 
|  | First sentence should end with a period. | 16 | 
|  | Line contains a tab character. | 16 | 
|  | Line contains a tab character. | 17 | 
|  | Line has trailing spaces. | 18 | 
|  | Line contains a tab character. | 18 | 
|  | Line contains a tab character. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Expected an @return tag. | 23 | 
|  | Line is longer than 80 characters. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Redundant 'public' modifier. | 23 | 
|  | Expected @param tag for 'data'. | 23 | 
|  | Expected @param tag for 'clazz'. | 23 | 
|  | Expected @param tag for 'metadata'. | 23 | 
|  | Expected @throws tag for 'Exception'. | 23 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | 
|  | Variable 'INSTANCE' must be private and have accessor methods. | 31 | 
|  | Line has trailing spaces. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'convertFromBean' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Parameter value should be final. | 36 | 
|  | '{' is not preceded with whitespace. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line has trailing spaces. | 42 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Line has trailing spaces. | 46 | 
|  | '{' is not preceded with whitespace. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 50 | 
|  | Line has trailing spaces. | 53 | 
|  | Line contains a tab character. | 53 | 
|  | Line has trailing spaces. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line has trailing spaces. | 57 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line is longer than 80 characters. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Method 'convertFromData' is not designed for extension - needs to be abstract, final or empty. | 61 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Parameter data should be final. | 61 | 
|  | Parameter clazz should be final. | 61 | 
|  | Parameter metadata should be final. | 61 | 
|  | '{' is not preceded with whitespace. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line has trailing spaces. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line has trailing spaces. | 69 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | '{' is not preceded with whitespace. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line has trailing spaces. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | '{' is not preceded with whitespace. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | 'if' is not followed by whitespace. | 82 | 
|  | '!=' is not preceded with whitespace. | 82 | 
|  | '!=' is not followed by whitespace. | 82 | 
|  | '{' is not preceded with whitespace. | 82 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Line contains a tab character. | 83 | 
|  | 'if' is not followed by whitespace. | 83 | 
|  | '{' is not preceded with whitespace. | 83 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Line contains a tab character. | 84 | 
|  | 'cast' is not followed by whitespace. | 84 | 
|  | ',' is not followed by whitespace. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | 'else' is not preceded with whitespace. | 85 | 
|  | '}' is not followed by whitespace. | 85 | 
|  | 'else' is not followed by whitespace. | 85 | 
|  | '{' is not preceded with whitespace. | 85 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Line contains a tab character. | 86 | 
|  | 'cast' is not followed by whitespace. | 86 | 
|  | ',' is not followed by whitespace. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | '}' should be on the same line. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | 'else' is not followed by whitespace. | 89 | 
|  | '{' is not preceded with whitespace. | 89 | 
|  | Line is longer than 80 characters. | 90 | 
|  | Line contains a tab character. | 90 | 
|  | 'cast' is not followed by whitespace. | 90 | 
|  | ',' is not followed by whitespace. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | 'else' is not preceded with whitespace. | 92 | 
|  | '}' is not followed by whitespace. | 92 | 
|  | 'if' is not followed by whitespace. | 92 | 
|  | '!=' is not preceded with whitespace. | 92 | 
|  | '!=' is not followed by whitespace. | 92 | 
|  | '&&' is not preceded with whitespace. | 92 | 
|  | '&&' is not followed by whitespace. | 92 | 
|  | '==' is not preceded with whitespace. | 92 | 
|  | '==' is not followed by whitespace. | 92 | 
|  | '{' is not preceded with whitespace. | 92 | 
|  | Line is longer than 80 characters. | 93 | 
|  | Line contains a tab character. | 93 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | 'if' is not followed by whitespace. | 94 | 
|  | '{' is not preceded with whitespace. | 94 | 
|  | Line has trailing spaces. | 95 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line has trailing spaces. | 98 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line has trailing spaces. | 100 | 
|  | Line contains a tab character. | 100 | 
|  | 'if' is not followed by whitespace. | 100 | 
|  | '{' is not preceded with whitespace. | 100 | 
|  | Line is longer than 80 characters. | 101 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line has trailing spaces. | 103 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line has trailing spaces. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | Line has trailing spaces. | 109 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | '{' is not preceded with whitespace. | 112 | 
|  | Line is longer than 80 characters. | 113 | 
|  | Line contains a tab character. | 113 | 
|  | ',' is not followed by whitespace. | 113 | 
|  | ',' is not followed by whitespace. | 113 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | 'if' is not followed by whitespace. | 117 | 
|  | '==' is not preceded with whitespace. | 117 | 
|  | '==' is not followed by whitespace. | 117 | 
|  | '{' is not preceded with whitespace. | 117 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | '{' is not preceded with whitespace. | 118 | 
|  | Line is longer than 80 characters. | 119 | 
|  | Line contains a tab character. | 119 | 
|  | 'cast' is not followed by whitespace. | 119 | 
|  | ',' is not followed by whitespace. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | '}' should be on the same line. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | '!' is followed by whitespace. | 123 | 
|  | '&&' should be on a new line. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | '&&' should be on a new line. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | '!' is followed by whitespace. | 125 | 
|  | '&&' should be on a new line. | 125 | 
|  | Line is longer than 80 characters. | 126 | 
|  | Line contains a tab character. | 126 | 
|  | '&&' should be on a new line. | 126 | 
|  | Line is longer than 80 characters. | 127 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | '{' should be on the previous line. | 128 | 
|  | Line is longer than 80 characters. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line has trailing spaces. | 140 | 
|  | Line contains a tab character. | 140 | 
|  | Line has trailing spaces. | 141 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line has trailing spaces. | 143 | 
|  | Line is longer than 80 characters. | 143 | 
|  | Line contains a tab character. | 143 | 
|  | Line is longer than 80 characters. | 144 | 
|  | Line contains a tab character. | 144 | 
|  | Line has trailing spaces. | 145 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | Expected an @return tag. | 151 | 
|  | Line is longer than 80 characters. | 151 | 
|  | Line contains a tab character. | 151 | 
|  | Method 'convertNestedData' is not designed for extension - needs to be abstract, final or empty. | 151 | 
|  | Parameter data should be final. | 151 | 
|  | Expected @param tag for 'data'. | 151 | 
|  | Parameter propField should be final. | 151 | 
|  | Expected @param tag for 'propField'. | 151 | 
|  | Parameter metadata should be final. | 151 | 
|  | Expected @param tag for 'metadata'. | 151 | 
|  | Expected @throws tag for 'Exception'. | 151 | 
|  | '{' is not preceded with whitespace. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | '{' is not preceded with whitespace. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line is longer than 80 characters. | 157 | 
|  | Line contains a tab character. | 157 | 
|  | 'cast' is not followed by whitespace. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line has trailing spaces. | 159 | 
|  | Line contains a tab character. | 159 | 
|  | Line has trailing spaces. | 160 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line is longer than 80 characters. | 162 | 
|  | Line contains a tab character. | 162 | 
|  | 'for' is not followed by whitespace. | 162 | 
|  | '{' is not preceded with whitespace. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | ')' is preceded with whitespace. | 165 | 
|  | '{' is not preceded with whitespace. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | 'cast' is not followed by whitespace. | 166 | 
|  | Line is longer than 80 characters. | 167 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | '{' is not preceded with whitespace. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | 'if' is not followed by whitespace. | 169 | 
|  | '!=' is not preceded with whitespace. | 169 | 
|  | '!=' is not followed by whitespace. | 169 | 
|  | '{' is not preceded with whitespace. | 169 | 
|  | Line is longer than 80 characters. | 170 | 
|  | Line contains a tab character. | 170 | 
|  | 'cast' is not followed by whitespace. | 170 | 
|  | 'cast' is not followed by whitespace. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | 'else' is not preceded with whitespace. | 171 | 
|  | '}' is not followed by whitespace. | 171 | 
|  | 'else' is not followed by whitespace. | 171 | 
|  | '{' is not preceded with whitespace. | 171 | 
|  | Line is longer than 80 characters. | 172 | 
|  | Line contains a tab character. | 172 | 
|  | 'cast' is not followed by whitespace. | 172 | 
|  | 'cast' is not followed by whitespace. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 179 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | ',' is not followed by whitespace. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line has trailing spaces. | 185 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Line has trailing spaces. | 188 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line has trailing spaces. | 190 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line has trailing spaces. | 194 | 
|  | Line contains a tab character. | 194 | 
|  | Line contains a tab character. | 195 | 
|  | Line is longer than 80 characters. | 196 | 
|  | Line contains a tab character. | 196 | 
|  | Method 'setDataValue' is not designed for extension - needs to be abstract, final or empty. | 196 | 
|  | Parameter data should be final. | 196 | 
|  | Expected @param tag for 'data'. | 196 | 
|  | Parameter propertyKey should be final. | 196 | 
|  | Expected @param tag for 'propertyKey'. | 196 | 
|  | Parameter value should be final. | 196 | 
|  | Expected @param tag for 'value'. | 196 | 
|  | Expected @throws tag for 'Exception'. | 196 | 
|  | '{' is not preceded with whitespace. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | '{' is not preceded with whitespace. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | '{' is not preceded with whitespace. | 198 | 
|  | Line contains a tab character. | 199 | 
|  | 'cast' is not followed by whitespace. | 199 | 
|  | Line contains a tab character. | 200 | 
|  | '{' is not preceded with whitespace. | 200 | 
|  | Line contains a tab character. | 201 | 
|  | 'cast' is not followed by whitespace. | 201 | 
|  | Line contains a tab character. | 202 | 
|  | '{' is not preceded with whitespace. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | 'cast' is not followed by whitespace. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | '{' is not preceded with whitespace. | 204 | 
|  | Line contains a tab character. | 205 | 
|  | 'cast' is not followed by whitespace. | 205 | 
|  | Line contains a tab character. | 206 | 
|  | '{' is not preceded with whitespace. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | 'cast' is not followed by whitespace. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | 'cast' is not followed by whitespace. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | '{' is not preceded with whitespace. | 210 | 
|  | Line has trailing spaces. | 211 | 
|  | Line is longer than 80 characters. | 211 | 
|  | Line contains a tab character. | 211 | 
|  | 'cast' is not followed by whitespace. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | '{' is not preceded with whitespace. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | 'cast' is not followed by whitespace. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | '{' is not preceded with whitespace. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | 'cast' is not followed by whitespace. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | '{' is not preceded with whitespace. | 216 | 
|  | Line contains a tab character. | 217 | 
|  | 'cast' is not followed by whitespace. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | '{' is not preceded with whitespace. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line contains a tab character. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line has trailing spaces. | 225 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line has trailing spaces. | 227 | 
|  | Line contains a tab character. | 227 | 
|  | First sentence should end with a period. | 228 | 
|  | Line contains a tab character. | 228 | 
|  | Line is longer than 80 characters. | 229 | 
|  | Line contains a tab character. | 229 | 
|  | Line has trailing spaces. | 230 | 
|  | Line contains a tab character. | 230 | 
|  | Line contains a tab character. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Method 'setDataAttributes' is not designed for extension - needs to be abstract, final or empty. | 234 | 
|  | Parameter data should be final. | 234 | 
|  | Expected @param tag for 'data'. | 234 | 
|  | Parameter value should be final. | 234 | 
|  | Expected @param tag for 'value'. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | 'cast' is not followed by whitespace. | 236 | 
|  | Line has trailing spaces. | 237 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 238 | 
|  | ':' is not preceded with whitespace. | 238 | 
|  | ':' is not followed by whitespace. | 238 | 
|  | '{' is not preceded with whitespace. | 238 | 
|  | Line is longer than 80 characters. | 239 | 
|  | Line contains a tab character. | 239 | 
|  | 'if' is not followed by whitespace. | 239 | 
|  | '||' is not preceded with whitespace. | 239 | 
|  | '||' is not followed by whitespace. | 239 | 
|  | '{' is not preceded with whitespace. | 239 | 
|  | Line is longer than 80 characters. | 240 | 
|  | Line contains a tab character. | 240 | 
|  | Line contains a tab character. | 241 | 
|  | 'else' is not preceded with whitespace. | 241 | 
|  | '}' is not followed by whitespace. | 241 | 
|  | 'else' is not followed by whitespace. | 241 | 
|  | '{' is not preceded with whitespace. | 241 | 
|  | Line contains a tab character. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 245 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line has trailing spaces. | 249 | 
|  | Line contains a tab character. | 249 | 
|  | Line contains a tab character. | 250 | 
|  | Line contains a tab character. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line is longer than 80 characters. | 253 | 
|  | Line contains a tab character. | 253 | 
|  | Method 'setDataListValue' is not designed for extension - needs to be abstract, final or empty. | 253 | 
|  | Parameter data should be final. | 253 | 
|  | Expected @param tag for 'data'. | 253 | 
|  | Parameter value should be final. | 253 | 
|  | Expected @param tag for 'value'. | 253 | 
|  | Expected @throws tag for 'Exception'. | 253 | 
|  | '{' is not preceded with whitespace. | 253 | 
|  | Line contains a tab character. | 254 | 
|  | '{' is not preceded with whitespace. | 254 | 
|  | Line contains a tab character. | 255 | 
|  | '{' is not preceded with whitespace. | 255 | 
|  | Line contains a tab character. | 256 | 
|  | 'cast' is not followed by whitespace. | 256 | 
|  | Line contains a tab character. | 257 | 
|  | '{' is not preceded with whitespace. | 257 | 
|  | Line contains a tab character. | 258 | 
|  | 'cast' is not followed by whitespace. | 258 | 
|  | Line contains a tab character. | 259 | 
|  | '{' is not preceded with whitespace. | 259 | 
|  | Line contains a tab character. | 260 | 
|  | 'cast' is not followed by whitespace. | 260 | 
|  | Line contains a tab character. | 261 | 
|  | '{' is not preceded with whitespace. | 261 | 
|  | Line contains a tab character. | 262 | 
|  | 'cast' is not followed by whitespace. | 262 | 
|  | Line contains a tab character. | 263 | 
|  | '{' is not preceded with whitespace. | 263 | 
|  | Line contains a tab character. | 264 | 
|  | 'cast' is not followed by whitespace. | 264 | 
|  | Line contains a tab character. | 265 | 
|  | Line contains a tab character. | 266 | 
|  | 'cast' is not followed by whitespace. | 266 | 
|  | Line contains a tab character. | 267 | 
|  | '{' is not preceded with whitespace. | 267 | 
|  | Line has trailing spaces. | 268 | 
|  | Line contains a tab character. | 268 | 
|  | 'cast' is not followed by whitespace. | 268 | 
|  | Line contains a tab character. | 269 | 
|  | '{' is not preceded with whitespace. | 269 | 
|  | Line contains a tab character. | 270 | 
|  | 'cast' is not followed by whitespace. | 270 | 
|  | Line contains a tab character. | 271 | 
|  | '{' is not preceded with whitespace. | 271 | 
|  | Line contains a tab character. | 272 | 
|  | 'cast' is not followed by whitespace. | 272 | 
|  | Line contains a tab character. | 273 | 
|  | '{' is not preceded with whitespace. | 273 | 
|  | Line contains a tab character. | 274 | 
|  | 'cast' is not followed by whitespace. | 274 | 
|  | Line contains a tab character. | 275 | 
|  | '{' is not preceded with whitespace. | 275 | 
|  | Line contains a tab character. | 276 | 
|  | Line contains a tab character. | 277 | 
|  | Line contains a tab character. | 278 | 
|  | Line has trailing spaces. | 279 | 
|  | Line contains a tab character. | 279 | 
|  | Line contains a tab character. | 280 | 
|  | Line contains a tab character. | 281 | 
|  | Line contains a tab character. | 282 | 
|  | Line has trailing spaces. | 283 | 
|  | Line contains a tab character. | 283 | 
|  | First sentence should end with a period. | 284 | 
|  | Line contains a tab character. | 284 | 
|  | Line contains a tab character. | 285 | 
|  | Line has trailing spaces. | 286 | 
|  | Line contains a tab character. | 286 | 
|  | Line contains a tab character. | 287 | 
|  | Line contains a tab character. | 288 | 
|  | Line contains a tab character. | 289 | 
|  | Line contains a tab character. | 290 | 
|  | Expected an @return tag. | 291 | 
|  | Line contains a tab character. | 291 | 
|  | Method 'getCollectionData' is not designed for extension - needs to be abstract, final or empty. | 291 | 
|  | Parameter value should be final. | 291 | 
|  | Expected @param tag for 'value'. | 291 | 
|  | Expected @throws tag for 'Exception'. | 291 | 
|  | '{' is not preceded with whitespace. | 291 | 
|  | Line contains a tab character. | 292 | 
|  | Line has trailing spaces. | 293 | 
|  | Line contains a tab character. | 293 | 
|  | Line contains a tab character. | 294 | 
|  | '{' is not preceded with whitespace. | 294 | 
|  | Line contains a tab character. | 295 | 
|  | 'cast' is not followed by whitespace. | 295 | 
|  | Line contains a tab character. | 296 | 
|  | '=' is not preceded with whitespace. | 296 | 
|  | '=' is not followed by whitespace. | 296 | 
|  | ';' is not followed by whitespace. | 296 | 
|  | '<' is not preceded with whitespace. | 296 | 
|  | '<' is not followed by whitespace. | 296 | 
|  | ';' is not followed by whitespace. | 296 | 
|  | '{' is not preceded with whitespace. | 296 | 
|  | Line has trailing spaces. | 297 | 
|  | Line contains a tab character. | 297 | 
|  | Line contains a tab character. | 298 | 
|  | Line contains a tab character. | 299 | 
|  | Line contains a tab character. | 300 | 
|  | Line contains a tab character. | 301 | 
|  | 'cast' is not followed by whitespace. | 301 | 
|  | Line contains a tab character. | 302 | 
|  | ':' is not preceded with whitespace. | 302 | 
|  | ':' is not followed by whitespace. | 302 | 
|  | '{' is not preceded with whitespace. | 302 | 
|  | Line contains a tab character. | 303 | 
|  | Line contains a tab character. | 304 | 
|  | Line contains a tab character. | 305 | 
|  | Line has trailing spaces. | 306 | 
|  | Line contains a tab character. | 306 | 
|  | Line contains a tab character. | 307 | 
|  | Line contains a tab character. | 308 | 
|  | Line has trailing spaces. | 309 | 
|  | Line contains a tab character. | 309 | 
|  | Line contains a tab character. | 310 | 
|  | Method 'isPropertyValid' is not designed for extension - needs to be abstract, final or empty. | 310 | 
|  | Missing a Javadoc comment. | 310 | 
|  | Parameter value should be final. | 310 | 
|  | '{' is not preceded with whitespace. | 310 | 
|  | Line contains a tab character. | 311 | 
|  | Line has trailing spaces. | 312 | 
|  | Line contains a tab character. | 312 | 
|  | Line contains a tab character. | 313 | 
|  | '{' is not preceded with whitespace. | 313 | 
|  | Line contains a tab character. | 314 | 
|  | Line is longer than 80 characters. | 315 | 
|  | Line contains a tab character. | 315 | 
|  | Line contains a tab character. | 316 | 
|  | Line has trailing spaces. | 317 | 
|  | Line contains a tab character. | 317 | 
|  | Line contains a tab character. | 318 | 
|  | Line contains a tab character. | 319 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 5 | 
|  | Line contains a tab character. | 6 | 
|  | Missing a Javadoc comment. | 6 | 
|  | Line contains a tab character. | 7 | 
|  | Missing a Javadoc comment. | 7 | 
|  | Line contains a tab character. | 8 | 
|  | Missing a Javadoc comment. | 8 | 
|  | Line has trailing spaces. | 9 | 
|  | Line contains a tab character. | 9 | 
|  | Line contains a tab character. | 10 | 
|  | Method 'getDocContentFieldMap' is not designed for extension - needs to be abstract, final or empty. | 10 | 
|  | Missing a Javadoc comment. | 10 | 
|  | Line contains a tab character. | 11 | 
|  | Line contains a tab character. | 12 | 
|  | Line has trailing spaces. | 13 | 
|  | Line contains a tab character. | 13 | 
|  | Line is longer than 80 characters. | 14 | 
|  | Line contains a tab character. | 14 | 
|  | Method 'setDocContentFieldMap' is not designed for extension - needs to be abstract, final or empty. | 14 | 
|  | Missing a Javadoc comment. | 14 | 
|  | Parameter docContentFieldMap should be final. | 14 | 
|  | 'docContentFieldMap' hides a field. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Line contains a tab character. | 16 | 
|  | Line has trailing spaces. | 17 | 
|  | Line contains a tab character. | 17 | 
|  | Line contains a tab character. | 18 | 
|  | Method 'getDefaultDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 18 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Line contains a tab character. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Line has trailing spaces. | 21 | 
|  | Line contains a tab character. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Line is longer than 80 characters. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line has trailing spaces. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Method 'setDefaultDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 28 | 
|  | Parameter defaultDocumentTitle should be final. | 28 | 
|  | 'defaultDocumentTitle' hides a field. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Parameter documentType should be final. | 36 | 
|  | 'documentType' hides a field. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Line has trailing spaces. | 39 | 
|  | Line contains a tab character. | 39 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 3 | 
|  | '{' is not preceded with whitespace. | 3 | 
|  | Line contains a tab character. | 5 | 
|  | Line has trailing spaces. | 6 | 
|  | Line contains a tab character. | 6 | 
|  | Line contains a tab character. | 7 | 
|  | Line contains a tab character. | 8 | 
|  | Line contains a tab character. | 10 | 
|  | Missing a Javadoc comment. | 10 | 
|  | Line contains a tab character. | 11 | 
|  | Line contains a tab character. | 12 | 
|  | Line contains a tab character. | 14 | 
|  | Missing a Javadoc comment. | 14 | 
|  | Parameter message should be final. | 14 | 
|  | Parameter cause should be final. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Line contains a tab character. | 16 | 
|  | Line contains a tab character. | 18 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Parameter message should be final. | 18 | 
|  | Line contains a tab character. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Parameter cause should be final. | 22 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
| Violation | Message | Line | 
|---|---|---|
|  | Unused import - org.kuali.student.core.assembly.data.UILookupData. | 12 | 
|  | Unused import - org.springframework.context.ApplicationContext. | 15 | 
|  | Unused import - org.springframework.web.context.ContextLoader. | 16 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | 
|  | Variable 'LOG' must be private and have accessor methods. | 19 | 
|  | Line contains a tab character. | 21 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Parameter idTranslator should be final. | 23 | 
|  | 'idTranslator' hides a field. | 23 | 
|  | Line contains a tab character. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line is longer than 80 characters. | 30 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Line is longer than 80 characters. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Parameter data should be final. | 33 | 
|  | Expected @param tag for 'data'. | 33 | 
|  | Parameter metadata should be final. | 33 | 
|  | Expected @param tag for 'metadata'. | 33 | 
|  | Parameter properties should be final. | 33 | 
|  | ',' is not followed by whitespace. | 33 | 
|  | Expected @param tag for 'properties'. | 33 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 37 | 
|  | First sentence should end with a period. | 40 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Line contains a tab character. | 50 | 
|  | Parameter data should be final. | 50 | 
|  | Parameter metadata should be final. | 50 | 
|  | '{' is not preceded with whitespace. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Line is longer than 80 characters. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | 'if' is not followed by whitespace. | 63 | 
|  | '==' is not preceded with whitespace. | 63 | 
|  | '==' is not followed by whitespace. | 63 | 
|  | '{' is not preceded with whitespace. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | '=' is not preceded with whitespace. | 64 | 
|  | '=' is not followed by whitespace. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Line contains a tab character. | 69 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Line contains a tab character. | 70 | 
|  | Line is longer than 80 characters. | 71 | 
|  | Line contains a tab character. | 71 | 
|  | Line is longer than 80 characters. | 72 | 
|  | Line contains a tab character. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | 'if' is not followed by whitespace. | 73 | 
|  | '{' is not preceded with whitespace. | 73 | 
|  | Line is longer than 80 characters. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | 'else' is not preceded with whitespace. | 75 | 
|  | '}' is not followed by whitespace. | 75 | 
|  | 'else' is not followed by whitespace. | 75 | 
|  | '{' is not preceded with whitespace. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line is longer than 80 characters. | 77 | 
|  | Line contains a tab character. | 77 | 
|  | 'for' is not followed by whitespace. | 77 | 
|  | 'cast' is not followed by whitespace. | 77 | 
|  | '{' is not preceded with whitespace. | 77 | 
|  | Line is longer than 80 characters. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Line is longer than 80 characters. | 79 | 
|  | Line contains a tab character. | 79 | 
|  | Line is longer than 80 characters. | 80 | 
|  | Line contains a tab character. | 80 | 
|  | Line is longer than 80 characters. | 81 | 
|  | Line contains a tab character. | 81 | 
|  | Line is longer than 80 characters. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Line contains a tab character. | 83 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Line contains a tab character. | 84 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Line contains a tab character. | 86 | 
|  | Line is longer than 80 characters. | 87 | 
|  | Line contains a tab character. | 87 | 
|  | 'cast' is not followed by whitespace. | 87 | 
|  | Line is longer than 80 characters. | 88 | 
|  | Line contains a tab character. | 88 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 91 | 
|  | Line is longer than 80 characters. | 92 | 
|  | Line is longer than 80 characters. | 93 | 
|  | Line contains a tab character. | 93 | 
|  | '{' is not preceded with whitespace. | 93 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Line contains a tab character. | 95 | 
|  | Line is longer than 80 characters. | 96 | 
|  | Line contains a tab character. | 96 | 
|  | Line is longer than 80 characters. | 97 | 
|  | Line contains a tab character. | 97 | 
|  | 'cast' is not followed by whitespace. | 97 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Line contains a tab character. | 98 | 
|  | Line is longer than 80 characters. | 99 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | Line is longer than 80 characters. | 106 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line is longer than 80 characters. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line is longer than 80 characters. | 111 | 
|  | Line contains a tab character. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line is longer than 80 characters. | 114 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | 'catch' is not preceded with whitespace. | 120 | 
|  | '}' is not followed by whitespace. | 120 | 
|  | 'catch' is not followed by whitespace. | 120 | 
|  | '{' is not preceded with whitespace. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Missing a Javadoc comment. | 125 | 
|  | Parameter data should be final. | 125 | 
|  | Parameter field should be final. | 125 | 
|  | Parameter index should be final. | 125 | 
|  | Parameter translation should be final. | 125 | 
|  | Line contains a tab character. | 127 | 
|  | 'if' is not followed by whitespace. | 133 | 
|  | Line is longer than 80 characters. | 134 | 
|  | 'if' is not followed by whitespace. | 136 | 
|  | '==' is not preceded with whitespace. | 136 | 
|  | '==' is not followed by whitespace. | 136 | 
|  | '{' is not preceded with whitespace. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | 'else' is not preceded with whitespace. | 141 | 
|  | '}' is not followed by whitespace. | 141 | 
|  | 'else' is not followed by whitespace. | 141 | 
|  | '{' is not preceded with whitespace. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line is longer than 80 characters. | 143 | 
|  | 'if' is not followed by whitespace. | 145 | 
|  | '==' is not preceded with whitespace. | 145 | 
|  | '==' is not followed by whitespace. | 145 | 
|  | '{' is not preceded with whitespace. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Method 'getTranslationForAtp' is not designed for extension - needs to be abstract, final or empty. | 154 | 
|  | Missing a Javadoc comment. | 154 | 
|  | Parameter value should be final. | 154 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Line has trailing spaces. | 8 | 
|  | Line is longer than 80 characters. | 8 | 
|  | Line has trailing spaces. | 10 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Redundant 'public' modifier. | 15 | 
|  | Line contains a tab character. | 15 | 
|  | Missing a Javadoc comment. | 16 | 
|  | Redundant 'public' modifier. | 16 | 
|  | Line contains a tab character. | 16 | 
|  | Line has trailing spaces. | 17 | 
|  | Line contains a tab character. | 17 | 
|  | Line is longer than 80 characters. | 18 | 
|  | Line contains a tab character. | 18 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Redundant 'public' modifier. | 18 | 
| Violation | Message | Line | 
|---|---|---|
|  | First sentence should end with a period. | 3 | 
|  | Line has trailing spaces. | 5 | 
|  | Line contains a tab character. | 10 | 
|  | Line contains a tab character. | 11 | 
|  | Missing a Javadoc comment. | 11 | 
|  | Redundant 'public' modifier. | 11 | 
|  | Line has trailing spaces. | 12 | 
|  | Line contains a tab character. | 12 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Line contains a tab character. | 13 | 
|  | '{' is not preceded with whitespace. | 13 | 
|  | '{' is not followed by whitespace. | 13 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Missing a Javadoc comment. | 13 | 
|  | '}' is not preceded with whitespace. | 13 | 
|  | Line has trailing spaces. | 14 | 
|  | Line contains a tab character. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Line contains a tab character. | 16 | 
|  | Line contains a tab character. | 17 | 
|  | Line contains a tab character. | 18 | 
|  | Expected an @return tag. | 19 | 
|  | Line contains a tab character. | 19 | 
|  | Redundant 'public' modifier. | 19 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | 
|  | Variable 'LOG' must be private and have accessor methods. | 15 | 
|  | Line contains a tab character. | 17 | 
|  | Missing a Javadoc comment. | 17 | 
|  | Line contains a tab character. | 18 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Line is longer than 80 characters. | 19 | 
|  | Line contains a tab character. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Line is longer than 80 characters. | 21 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Line contains a tab character. | 23 | 
|  | Line is longer than 80 characters. | 24 | 
|  | Line contains a tab character. | 24 | 
|  | Line is longer than 80 characters. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Expected an @return tag. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Parameter value should be final. | 32 | 
|  | Expected @param tag for 'value'. | 32 | 
|  | Expected @throws tag for 'Exception'. | 32 | 
|  | '{' is not preceded with whitespace. | 32 | 
|  | Line is longer than 80 characters. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | ',' is not followed by whitespace. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line is longer than 80 characters. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | ',' is not followed by whitespace. | 35 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Parameter value should be final. | 40 | 
|  | Parameter filterProperties should be final. | 40 | 
|  | ',' is not followed by whitespace. | 40 | 
|  | '{' is not preceded with whitespace. | 40 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line is longer than 80 characters. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 49 | 
|  | Line is longer than 80 characters. | 50 | 
|  | Line contains a tab character. | 50 | 
|  | Line is longer than 80 characters. | 51 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Parameter value should be final. | 58 | 
|  | Parameter clazz should be final. | 58 | 
|  | Expected @throws tag for 'Exception'. | 58 | 
|  | '{' is not preceded with whitespace. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Avoid inline conditionals. | 60 | 
|  | ':' is not preceded with whitespace. | 60 | 
|  | ':' is not followed by whitespace. | 60 | 
|  | ',' is not followed by whitespace. | 60 | 
|  | Line is longer than 80 characters. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | ',' is not followed by whitespace. | 61 | 
|  | ',' is not followed by whitespace. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | ',' is not followed by whitespace. | 62 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | ',' is not followed by whitespace. | 63 | 
|  | ',' is not followed by whitespace. | 63 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 68 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Line contains a tab character. | 69 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line is longer than 80 characters. | 75 | 
|  | Line contains a tab character. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line is longer than 80 characters. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 78 | 
|  | Parameter value should be final. | 78 | 
|  | Parameter clazz should be final. | 78 | 
|  | Parameter filterProperties should be final. | 78 | 
|  | ',' is not followed by whitespace. | 78 | 
|  | Expected @throws tag for 'Exception'. | 78 | 
|  | '{' is not preceded with whitespace. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line is longer than 80 characters. | 80 | 
|  | Line contains a tab character. | 80 | 
|  | Avoid inline conditionals. | 80 | 
|  | ':' is not preceded with whitespace. | 80 | 
|  | ':' is not followed by whitespace. | 80 | 
|  | Line is longer than 80 characters. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | ',' is not followed by whitespace. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | ',' is not followed by whitespace. | 83 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Line contains a tab character. | 84 | 
|  | ',' is not followed by whitespace. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 88 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line is longer than 80 characters. | 91 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line is longer than 80 characters. | 96 | 
|  | Line contains a tab character. | 96 | 
|  | Method 'applyInboundFilters' is not designed for extension - needs to be abstract, final or empty. | 96 | 
|  | Parameter dtoName should be final. | 96 | 
|  | Parameter value should be final. | 96 | 
|  | Parameter properties should be final. | 96 | 
|  | ',' is not followed by whitespace. | 96 | 
|  | Expected @param tag for 'properties'. | 96 | 
|  | Parameter metadata should be final. | 96 | 
|  | Expected @param tag for 'metadata'. | 96 | 
|  | Expected @throws tag for 'Exception'. | 96 | 
|  | '{' is not preceded with whitespace. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | ':' is not preceded with whitespace. | 97 | 
|  | ':' is not followed by whitespace. | 97 | 
|  | '{' is not preceded with whitespace. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | '{' is not preceded with whitespace. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line is longer than 80 characters. | 100 | 
|  | Line contains a tab character. | 100 | 
|  | 'cast' is not followed by whitespace. | 100 | 
|  | 'cast' is not followed by whitespace. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Line contains a tab character. | 102 | 
|  | 'cast' is not followed by whitespace. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line is longer than 80 characters. | 117 | 
|  | Line contains a tab character. | 117 | 
|  | Method 'applyOutboundFilters' is not designed for extension - needs to be abstract, final or empty. | 117 | 
|  | Parameter dtoName should be final. | 117 | 
|  | Parameter value should be final. | 117 | 
|  | Parameter properties should be final. | 117 | 
|  | ',' is not followed by whitespace. | 117 | 
|  | Expected @param tag for 'properties'. | 117 | 
|  | Expected @throws tag for 'Exception'. | 117 | 
|  | '{' is not preceded with whitespace. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 120 | 
|  | ':' is not preceded with whitespace. | 120 | 
|  | ':' is not followed by whitespace. | 120 | 
|  | '{' is not preceded with whitespace. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | '{' is not preceded with whitespace. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line is longer than 80 characters. | 123 | 
|  | Line contains a tab character. | 123 | 
|  | Avoid inline conditionals. | 123 | 
|  | ':' is not preceded with whitespace. | 123 | 
|  | ':' is not followed by whitespace. | 123 | 
|  | Line is longer than 80 characters. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | 'cast' is not followed by whitespace. | 124 | 
|  | 'cast' is not followed by whitespace. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line is longer than 80 characters. | 126 | 
|  | Line contains a tab character. | 126 | 
|  | 'cast' is not followed by whitespace. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line is longer than 80 characters. | 128 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line is longer than 80 characters. | 133 | 
|  | Line contains a tab character. | 133 | 
|  | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 133 | 
|  | Missing a Javadoc comment. | 133 | 
|  | Parameter dtoName should be final. | 133 | 
|  | Parameter filterProperties should be final. | 133 | 
|  | ',' is not followed by whitespace. | 133 | 
|  | '{' is not preceded with whitespace. | 133 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | 'cast' is not followed by whitespace. | 134 | 
|  | Line is longer than 80 characters. | 135 | 
|  | Line contains a tab character. | 135 | 
|  | 'cast' is not followed by whitespace. | 135 | 
|  | Line is longer than 80 characters. | 137 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line is longer than 80 characters. | 143 | 
|  | Line contains a tab character. | 143 | 
|  | Method 'applyMetadataFilters' is not designed for extension - needs to be abstract, final or empty. | 143 | 
|  | Missing a Javadoc comment. | 143 | 
|  | Parameter dtoName should be final. | 143 | 
|  | Parameter metadata should be final. | 143 | 
|  | Parameter filterProperties should be final. | 143 | 
|  | '{' is not preceded with whitespace. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | ':' is not preceded with whitespace. | 144 | 
|  | ':' is not followed by whitespace. | 144 | 
|  | '{' is not preceded with whitespace. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | '{' is not preceded with whitespace. | 145 | 
|  | Line is longer than 80 characters. | 146 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 151 | 
|  | Method 'getUnfilteredMetadata' is not designed for extension - needs to be abstract, final or empty. | 151 | 
|  | Missing a Javadoc comment. | 151 | 
|  | Parameter dtoName should be final. | 151 | 
|  | '{' is not preceded with whitespace. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 156 | 
|  | Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 156 | 
|  | Missing a Javadoc comment. | 156 | 
|  | Parameter metadataService should be final. | 156 | 
|  | 'metadataService' hides a field. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 160 | 
|  | Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. | 160 | 
|  | Missing a Javadoc comment. | 160 | 
|  | Parameter filter should be final. | 160 | 
|  | '{' is not preceded with whitespace. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 164 | 
|  | Method 'setFilters' is not designed for extension - needs to be abstract, final or empty. | 164 | 
|  | Missing a Javadoc comment. | 164 | 
|  | Parameter filters should be final. | 164 | 
|  | '{' is not preceded with whitespace. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line has trailing spaces. | 167 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Method 'removeFilter' is not designed for extension - needs to be abstract, final or empty. | 168 | 
|  | Missing a Javadoc comment. | 168 | 
|  | Parameter filter should be final. | 168 | 
|  | '{' is not preceded with whitespace. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 29 | 
|  | Utility classes should not have a public or default constructor. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 30 | 
|  | Line is longer than 80 characters. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line contains a tab character. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | 'key' hides a field. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Parameter data should be final. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Parameter data should be final. | 60 | 
|  | Parameter typeName should be final. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line is longer than 80 characters. | 64 | 
|  | Line contains a tab character. | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | Parameter data should be final. | 64 | 
|  | Parameter typeName should be final. | 64 | 
|  | Parameter id should be final. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | Missing a Javadoc comment. | 73 | 
|  | Parameter data should be final. | 73 | 
|  | Parameter typeName should be final. | 73 | 
|  | Parameter id should be final. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line is longer than 80 characters. | 81 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 90 | 
|  | Missing a Javadoc comment. | 90 | 
|  | Parameter data should be final. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 93 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line is longer than 80 characters. | 97 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | Missing a Javadoc comment. | 104 | 
|  | Parameter data should be final. | 104 | 
|  | Parameter typeName should be final. | 104 | 
|  | Parameter id should be final. | 104 | 
|  | Parameter version should be final. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Missing a Javadoc comment. | 121 | 
|  | Parameter data should be final. | 121 | 
|  | Parameter versions should be final. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line is longer than 80 characters. | 123 | 
|  | Line contains a tab character. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line is longer than 80 characters. | 129 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 133 | 
|  | Missing a Javadoc comment. | 133 | 
|  | Parameter data should be final. | 133 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 137 | 
|  | Missing a Javadoc comment. | 137 | 
|  | Parameter data should be final. | 137 | 
|  | Line is longer than 80 characters. | 138 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line contains a tab character. | 141 | 
|  | Missing a Javadoc comment. | 141 | 
|  | Parameter data should be final. | 141 | 
|  | Line is longer than 80 characters. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 145 | 
|  | Missing a Javadoc comment. | 145 | 
|  | Parameter data should be final. | 145 | 
|  | Line is longer than 80 characters. | 146 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 149 | 
|  | Missing a Javadoc comment. | 149 | 
|  | Parameter data should be final. | 149 | 
|  | Parameter flag should be final. | 149 | 
|  | Line is longer than 80 characters. | 150 | 
|  | Line contains a tab character. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 153 | 
|  | Missing a Javadoc comment. | 153 | 
|  | Parameter data should be final. | 153 | 
|  | Parameter flag should be final. | 153 | 
|  | Line is longer than 80 characters. | 154 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 157 | 
|  | Missing a Javadoc comment. | 157 | 
|  | Parameter data should be final. | 157 | 
|  | Parameter flag should be final. | 157 | 
|  | Line is longer than 80 characters. | 158 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 161 | 
|  | Missing a Javadoc comment. | 161 | 
|  | Parameter data should be final. | 161 | 
|  | Parameter key should be final. | 161 | 
|  | Parameter flag should be final. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Missing a Javadoc comment. | 171 | 
|  | Parameter data should be final. | 171 | 
|  | Parameter key should be final. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line is longer than 80 characters. | 177 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 179 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 185 | 
|  | Missing a Javadoc comment. | 185 | 
|  | Parameter data should be final. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line is longer than 80 characters. | 190 | 
|  | Line contains a tab character. | 190 | 
|  | Missing a Javadoc comment. | 190 | 
|  | Name '_findDirtyElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | 
|  | Parameter data should be final. | 190 | 
|  | Parameter results should be final. | 190 | 
|  | Parameter currentFrame should be final. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | Line contains a tab character. | 199 | 
|  | Line contains a tab character. | 200 | 
|  | Line contains a tab character. | 201 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | Line contains a tab character. | 206 | 
|  | Line is longer than 80 characters. | 207 | 
|  | Line contains a tab character. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | Line contains a tab character. | 211 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | Line contains a tab character. | 217 | 
|  | Missing a Javadoc comment. | 217 | 
|  | Parameter data should be final. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line contains a tab character. | 228 | 
|  | Line contains a tab character. | 229 | 
|  | Missing a Javadoc comment. | 229 | 
|  | Parameter metadata should be final. | 229 | 
|  | Parameter frame should be final. | 229 | 
|  | Line contains a tab character. | 230 | 
|  | 'if' is not followed by whitespace. | 230 | 
|  | Line contains a tab character. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | '{' is not preceded with whitespace. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | '}' should be on the same line. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | 'else' is not followed by whitespace. | 236 | 
|  | '{' is not preceded with whitespace. | 236 | 
|  | Line is longer than 80 characters. | 237 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | Line is longer than 80 characters. | 242 | 
|  | Line contains a tab character. | 242 | 
|  | Missing a Javadoc comment. | 242 | 
|  | Parameter metadata should be final. | 242 | 
|  | Parameter frame should be final. | 242 | 
|  | Parameter type should be final. | 242 | 
|  | '{' is not preceded with whitespace. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | 'if' is not followed by whitespace. | 243 | 
|  | '{' is not preceded with whitespace. | 243 | 
|  | Line is longer than 80 characters. | 244 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 245 | 
|  | '}' should be on the same line. | 245 | 
|  | Line contains a tab character. | 246 | 
|  | 'else' is not followed by whitespace. | 246 | 
|  | '{' is not preceded with whitespace. | 246 | 
|  | Line is longer than 80 characters. | 247 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line contains a tab character. | 249 | 
| Violation | Message | Line | 
|---|---|---|
|  | First sentence should end with a period. | 20 | 
|  | Line has trailing spaces. | 21 | 
|  | Line has trailing spaces. | 22 | 
|  | Line has trailing spaces. | 23 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line has trailing spaces. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter id should be final. | 34 | 
|  | 'id' hides a field. | 34 | 
|  | Parameter display should be final. | 34 | 
|  | 'display' hides a field. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Parameter key should be final. | 39 | 
|  | Parameter value should be final. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line has trailing spaces. | 42 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Parameter id should be final. | 46 | 
|  | 'id' hides a field. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Method 'getDisplay' is not designed for extension - needs to be abstract, final or empty. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Method 'setDisplay' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Parameter display should be final. | 52 | 
|  | 'display' hides a field. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 55 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Parameter attributes should be final. | 58 | 
|  | 'attributes' hides a field. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line has trailing spaces. | 61 | 
|  | Line contains a tab character. | 61 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | First sentence should end with a period. | 33 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line has trailing spaces. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Line is longer than 80 characters. | 42 | 
|  | Line contains a tab character. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Line has trailing spaces. | 44 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | 
|  | Variable 'LOG' must be private and have accessor methods. | 45 | 
|  | Line is longer than 80 characters. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Parameter searchDispatcher should be final. | 47 | 
|  | 'searchDispatcher' hides a field. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line has trailing spaces. | 50 | 
|  | Line is longer than 80 characters. | 51 | 
|  | Line contains a tab character. | 51 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Parameter lookupMetadata should be final. | 51 | 
|  | Parameter searchId should be final. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line has trailing spaces. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Line is longer than 80 characters. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Line is longer than 80 characters. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Line is longer than 80 characters. | 64 | 
|  | Line contains a tab character. | 64 | 
|  | Line has trailing spaces. | 65 | 
|  | Line is longer than 80 characters. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | '}' should be on the same line. | 66 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | '{' is not preceded with whitespace. | 67 | 
|  | Line is longer than 80 characters. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | Line has trailing spaces. | 69 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | '}' should be on the same line. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line is longer than 80 characters. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | Line has trailing spaces. | 75 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line has trailing spaces. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Line has trailing spaces. | 79 | 
|  | Line contains a tab character. | 79 | 
|  | '}' should be on the same line. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line is longer than 80 characters. | 81 | 
|  | Line contains a tab character. | 81 | 
|  | Line has trailing spaces. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line has trailing spaces. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line has trailing spaces. | 90 | 
|  | Missing a Javadoc comment. | 91 | 
|  | Parameter key should be final. | 91 | 
|  | Parameter value should be final. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line has trailing spaces. | 93 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | 'if' is not followed by whitespace. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 100 | 
|  | 'if' is not followed by whitespace. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line has trailing spaces. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line has trailing spaces. | 108 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Method 'getTranslation' is not designed for extension - needs to be abstract, final or empty. | 109 | 
|  | Missing a Javadoc comment. | 109 | 
|  | Parameter lookupMetadata should be final. | 109 | 
|  | Parameter id should be final. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line has trailing spaces. | 112 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line has trailing spaces. | 114 | 
|  | Line contains a tab character. | 114 | 
|  | Line has trailing spaces. | 115 | 
|  | Line contains a tab character. | 115 | 
|  | Line has trailing spaces. | 116 | 
|  | 'if' is not followed by whitespace. | 117 | 
|  | '{' is not preceded with whitespace. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line has trailing spaces. | 120 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | 'for' is not followed by whitespace. | 122 | 
|  | ':' is not preceded with whitespace. | 122 | 
|  | '{' is not preceded with whitespace. | 122 | 
|  | 'if' is not followed by whitespace. | 123 | 
|  | '{' is not preceded with whitespace. | 123 | 
|  | Line has trailing spaces. | 132 | 
|  | Method 'getTranslationForAtp' is not designed for extension - needs to be abstract, final or empty. | 135 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Parameter value should be final. | 135 | 
|  | Line is longer than 80 characters. | 144 | 
|  | 'if' is not followed by whitespace. | 145 | 
|  | '!=' is not preceded with whitespace. | 145 | 
|  | '{' is not preceded with whitespace. | 145 | 
|  | Line is longer than 80 characters. | 148 | 
|  | 'if' is not followed by whitespace. | 148 | 
|  | '{' is not preceded with whitespace. | 148 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Line is longer than 80 characters. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Redundant 'public' modifier. | 23 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Redundant 'public' modifier. | 25 | 
|  | Line is longer than 80 characters. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Redundant 'public' modifier. | 27 | 
|  | Line contains a tab character. | 29 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Redundant 'public' modifier. | 29 | 
|  | Line contains a tab character. | 31 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Redundant 'public' modifier. | 31 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Redundant 'public' modifier. | 33 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 24 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Redundant 'public' modifier. | 26 | 
|  | Line is longer than 80 characters. | 27 | 
|  | Line contains a tab character. | 27 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Variable 'em' must be private and have accessor methods. | 28 | 
|  | Line contains a tab character. | 30 | 
|  | Method 'getEm' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter em should be final. | 34 | 
|  | 'em' hides a field. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 39 | 
|  | Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 39 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Parameter clazz should be final. | 40 | 
|  | Parameter key should be final. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line is longer than 80 characters. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 48 | 
|  | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Parameter clazz should be final. | 50 | 
|  | '{' is not preceded with whitespace. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 54 | 
|  | '+' is not preceded with whitespace. | 54 | 
|  | '+' is not followed by whitespace. | 54 | 
|  | '+' is not preceded with whitespace. | 54 | 
|  | '+' is not followed by whitespace. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 58 | 
|  | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Parameter entity should be final. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 64 | 
|  | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Line is longer than 80 characters. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Parameter clazz should be final. | 65 | 
|  | Parameter key should be final. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line is longer than 80 characters. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 73 | 
|  | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Parameter entity should be final. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 78 | 
|  | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Parameter entity should be final. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line is longer than 80 characters. | 81 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | 
|  | Variable 'LOG' must be private and have accessor methods. | 41 | 
|  | Line is longer than 80 characters. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 44 | 
|  | Method length is 199 lines (max allowed is 150). | 44 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Parameter searchRequest should be final. | 45 | 
|  | Parameter queryMap should be final. | 45 | 
|  | Parameter searchTypeInfo should be final. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line has trailing spaces. | 47 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line has trailing spaces. | 49 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | 'if' is not followed by whitespace. | 53 | 
|  | '{' is not preceded with whitespace. | 53 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | '+' is not preceded with whitespace. | 54 | 
|  | '+' is not followed by whitespace. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line has trailing spaces. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | 'if' is not followed by whitespace. | 57 | 
|  | '{' is not preceded with whitespace. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line has trailing spaces. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Line is longer than 80 characters. | 64 | 
|  | Line contains a tab character. | 64 | 
|  | Line is longer than 80 characters. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | 'for' is not followed by whitespace. | 66 | 
|  | '{' is not preceded with whitespace. | 66 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | 'for' is not followed by whitespace. | 67 | 
|  | ':' is not preceded with whitespace. | 67 | 
|  | ':' is not followed by whitespace. | 67 | 
|  | '{' is not preceded with whitespace. | 67 | 
|  | Line is longer than 80 characters. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Line contains a tab character. | 69 | 
|  | 'if' is not followed by whitespace. | 69 | 
|  | '&&' is not preceded with whitespace. | 69 | 
|  | '&&' is not followed by whitespace. | 69 | 
|  | '&&' is not preceded with whitespace. | 69 | 
|  | '&&' is not followed by whitespace. | 69 | 
|  | '!=' is not preceded with whitespace. | 69 | 
|  | '!=' is not followed by whitespace. | 69 | 
|  | '{' is not preceded with whitespace. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | 'if' is not followed by whitespace. | 70 | 
|  | '{' is not preceded with whitespace. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line has trailing spaces. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | Line is longer than 80 characters. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | Line is longer than 80 characters. | 75 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line is longer than 80 characters. | 77 | 
|  | Line contains a tab character. | 77 | 
|  | Line is longer than 80 characters. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line is longer than 80 characters. | 80 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line has trailing spaces. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Line contains a tab character. | 83 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Line contains a tab character. | 84 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | 'cast' is not followed by whitespace. | 85 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Line contains a tab character. | 86 | 
|  | Line is longer than 80 characters. | 87 | 
|  | Line contains a tab character. | 87 | 
|  | Line is longer than 80 characters. | 88 | 
|  | Line contains a tab character. | 88 | 
|  | ',' is not followed by whitespace. | 88 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Line contains a tab character. | 89 | 
|  | Line is longer than 80 characters. | 90 | 
|  | Line contains a tab character. | 90 | 
|  | Line is longer than 80 characters. | 91 | 
|  | Line contains a tab character. | 91 | 
|  | Line has trailing spaces. | 92 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | '+' should be on a new line. | 93 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Line contains a tab character. | 98 | 
|  | Line is longer than 80 characters. | 99 | 
|  | Line contains a tab character. | 99 | 
|  | Line is longer than 80 characters. | 100 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line is longer than 80 characters. | 103 | 
|  | Line contains a tab character. | 103 | 
|  | Line has trailing spaces. | 104 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | Line is longer than 80 characters. | 106 | 
|  | Line contains a tab character. | 106 | 
|  | Line is longer than 80 characters. | 107 | 
|  | Line contains a tab character. | 107 | 
|  | Line is longer than 80 characters. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | Line has trailing spaces. | 109 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line has trailing spaces. | 111 | 
|  | Line is longer than 80 characters. | 111 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line has trailing spaces. | 113 | 
|  | Line is longer than 80 characters. | 113 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line is longer than 80 characters. | 115 | 
|  | Line contains a tab character. | 115 | 
|  | Line has trailing spaces. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line is longer than 80 characters. | 117 | 
|  | Line contains a tab character. | 117 | 
|  | '+' should be on a new line. | 117 | 
|  | Line has trailing spaces. | 118 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | Line is longer than 80 characters. | 119 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | Line has trailing spaces. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | 'if' is not followed by whitespace. | 126 | 
|  | '{' is not preceded with whitespace. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | 'if' is not followed by whitespace. | 127 | 
|  | '{' is not preceded with whitespace. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | '}' should be on the same line. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line has trailing spaces. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line has trailing spaces. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | Line is longer than 80 characters. | 137 | 
|  | Line contains a tab character. | 137 | 
|  | 'if' is not followed by whitespace. | 137 | 
|  | '&&' is not preceded with whitespace. | 137 | 
|  | '&&' is not followed by whitespace. | 137 | 
|  | '!=' is not preceded with whitespace. | 137 | 
|  | '!=' is not followed by whitespace. | 137 | 
|  | '{' is not preceded with whitespace. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line has trailing spaces. | 140 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line is longer than 80 characters. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | '+' is not preceded with whitespace. | 142 | 
|  | '+' is not followed by whitespace. | 142 | 
|  | Line is longer than 80 characters. | 143 | 
|  | Line contains a tab character. | 143 | 
|  | Line has trailing spaces. | 144 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | '{' is not preceded with whitespace. | 145 | 
|  | Line is longer than 80 characters. | 146 | 
|  | Line contains a tab character. | 146 | 
|  | Line is longer than 80 characters. | 147 | 
|  | Line contains a tab character. | 147 | 
|  | 'for' is not followed by whitespace. | 147 | 
|  | '{' is not preceded with whitespace. | 147 | 
|  | Line is longer than 80 characters. | 148 | 
|  | Line contains a tab character. | 148 | 
|  | 'if' is not followed by whitespace. | 148 | 
|  | '{' is not preceded with whitespace. | 148 | 
|  | Line is longer than 80 characters. | 149 | 
|  | Line contains a tab character. | 149 | 
|  | '+' is not preceded with whitespace. | 149 | 
|  | '+' is not followed by whitespace. | 149 | 
|  | '+' is not preceded with whitespace. | 149 | 
|  | '+' is not followed by whitespace. | 149 | 
|  | Line is longer than 80 characters. | 150 | 
|  | Line contains a tab character. | 150 | 
|  | 'if' is not followed by whitespace. | 150 | 
|  | '!=' is not preceded with whitespace. | 150 | 
|  | '!=' is not followed by whitespace. | 150 | 
|  | '==' is not preceded with whitespace. | 150 | 
|  | '==' is not followed by whitespace. | 150 | 
|  | '{' is not preceded with whitespace. | 150 | 
|  | Line is longer than 80 characters. | 151 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | 'else' is not preceded with whitespace. | 152 | 
|  | '}' is not followed by whitespace. | 152 | 
|  | 'else' is not followed by whitespace. | 152 | 
|  | '{' is not preceded with whitespace. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line has trailing spaces. | 158 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line has trailing spaces. | 160 | 
|  | Line contains a tab character. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line is longer than 80 characters. | 162 | 
|  | Line contains a tab character. | 162 | 
|  | Line has trailing spaces. | 163 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line is longer than 80 characters. | 165 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Line has trailing spaces. | 167 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | 'if' is not followed by whitespace. | 169 | 
|  | '{' is not preceded with whitespace. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | '+' is not preceded with whitespace. | 170 | 
|  | '+' is not followed by whitespace. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | 'else' is not preceded with whitespace. | 172 | 
|  | '}' is not followed by whitespace. | 172 | 
|  | 'else' is not followed by whitespace. | 172 | 
|  | '{' is not preceded with whitespace. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | '+' is not preceded with whitespace. | 173 | 
|  | '+' is not followed by whitespace. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line has trailing spaces. | 176 | 
|  | Line contains a tab character. | 176 | 
|  | Line is longer than 80 characters. | 177 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | 'if' is not followed by whitespace. | 178 | 
|  | '!=' is not preceded with whitespace. | 178 | 
|  | '!=' is not followed by whitespace. | 178 | 
|  | '{' is not preceded with whitespace. | 178 | 
|  | Line is longer than 80 characters. | 179 | 
|  | Line contains a tab character. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | 'if' is not followed by whitespace. | 181 | 
|  | '!=' is not preceded with whitespace. | 181 | 
|  | '!=' is not followed by whitespace. | 181 | 
|  | '{' is not preceded with whitespace. | 181 | 
|  | Line is longer than 80 characters. | 182 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | Line has trailing spaces. | 184 | 
|  | Line contains a tab character. | 184 | 
|  | Line has trailing spaces. | 185 | 
|  | Line is longer than 80 characters. | 185 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line is longer than 80 characters. | 189 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line is longer than 80 characters. | 193 | 
|  | Line contains a tab character. | 193 | 
|  | Line is longer than 80 characters. | 194 | 
|  | Line contains a tab character. | 194 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | Line has trailing spaces. | 198 | 
|  | Line contains a tab character. | 198 | 
|  | Line is longer than 80 characters. | 200 | 
|  | Line contains a tab character. | 200 | 
|  | Line contains a tab character. | 201 | 
|  | Line is longer than 80 characters. | 202 | 
|  | 'cast' is not followed by whitespace. | 202 | 
|  | Line is longer than 80 characters. | 204 | 
|  | Line contains a tab character. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line has trailing spaces. | 209 | 
|  | Line contains a tab character. | 209 | 
|  | Line is longer than 80 characters. | 210 | 
|  | Line contains a tab character. | 210 | 
|  | Line contains a tab character. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | Line contains a tab character. | 214 | 
|  | Line is longer than 80 characters. | 215 | 
|  | Line contains a tab character. | 215 | 
|  | ',' is not followed by whitespace. | 215 | 
|  | Line contains a tab character. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line is longer than 80 characters. | 222 | 
|  | Line contains a tab character. | 222 | 
|  | 'if' is not followed by whitespace. | 222 | 
|  | '!=' is not preceded with whitespace. | 222 | 
|  | '!=' is not followed by whitespace. | 222 | 
|  | '{' is not preceded with whitespace. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | Line is longer than 80 characters. | 224 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line is longer than 80 characters. | 226 | 
|  | Line contains a tab character. | 226 | 
|  | Line contains a tab character. | 228 | 
|  | '+' is not preceded with whitespace. | 228 | 
|  | '+' is not followed by whitespace. | 228 | 
|  | Line contains a tab character. | 229 | 
|  | Line contains a tab character. | 230 | 
|  | 'if' is not followed by whitespace. | 230 | 
|  | '{' is not preceded with whitespace. | 230 | 
|  | Line is longer than 80 characters. | 231 | 
|  | Line contains a tab character. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | 'else' is not preceded with whitespace. | 232 | 
|  | '}' is not followed by whitespace. | 232 | 
|  | 'else' is not followed by whitespace. | 232 | 
|  | '{' is not preceded with whitespace. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Line is longer than 80 characters. | 236 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | Line contains a tab character. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | Line has trailing spaces. | 244 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 245 | 
|  | Missing a Javadoc comment. | 245 | 
|  | Parameter queryResults should be final. | 245 | 
|  | Line contains a tab character. | 246 | 
|  | Parameter searchTypeInfo should be final. | 246 | 
|  | Line is longer than 80 characters. | 247 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 249 | 
|  | 'if' is not followed by whitespace. | 249 | 
|  | '!=' is not preceded with whitespace. | 249 | 
|  | '!=' is not followed by whitespace. | 249 | 
|  | '{' is not preceded with whitespace. | 249 | 
|  | Line contains a tab character. | 250 | 
|  | Line contains a tab character. | 251 | 
|  | 'for' is not followed by whitespace. | 251 | 
|  | ':' is not preceded with whitespace. | 251 | 
|  | ':' is not followed by whitespace. | 251 | 
|  | '{' is not preceded with whitespace. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line contains a tab character. | 253 | 
|  | '=' is not preceded with whitespace. | 253 | 
|  | '=' is not followed by whitespace. | 253 | 
|  | Line is longer than 80 characters. | 254 | 
|  | Line contains a tab character. | 254 | 
|  | Line has trailing spaces. | 255 | 
|  | Line contains a tab character. | 255 | 
|  | Line is longer than 80 characters. | 256 | 
|  | Line contains a tab character. | 256 | 
|  | Line is longer than 80 characters. | 257 | 
|  | Line contains a tab character. | 257 | 
|  | Line has trailing spaces. | 258 | 
|  | Line contains a tab character. | 258 | 
|  | Line contains a tab character. | 259 | 
|  | Line contains a tab character. | 260 | 
|  | Line is longer than 80 characters. | 261 | 
|  | Line contains a tab character. | 261 | 
|  | 'if' is not followed by whitespace. | 261 | 
|  | '{' is not preceded with whitespace. | 261 | 
|  | Line is longer than 80 characters. | 262 | 
|  | Line contains a tab character. | 262 | 
|  | 'cast' is not followed by whitespace. | 262 | 
|  | Line has trailing spaces. | 263 | 
|  | Line contains a tab character. | 263 | 
|  | Line contains a tab character. | 264 | 
|  | 'else' is not preceded with whitespace. | 264 | 
|  | '}' is not followed by whitespace. | 264 | 
|  | 'else' is not followed by whitespace. | 264 | 
|  | '{' is not preceded with whitespace. | 264 | 
|  | Line is longer than 80 characters. | 265 | 
|  | Line contains a tab character. | 265 | 
|  | Line contains a tab character. | 266 | 
|  | Line has trailing spaces. | 267 | 
|  | Line contains a tab character. | 267 | 
|  | Line contains a tab character. | 268 | 
|  | Line has trailing spaces. | 269 | 
|  | Line is longer than 80 characters. | 269 | 
|  | Line contains a tab character. | 269 | 
|  | Line contains a tab character. | 270 | 
|  | Line has trailing spaces. | 271 | 
|  | Line contains a tab character. | 271 | 
|  | Line contains a tab character. | 272 | 
|  | Line is longer than 80 characters. | 273 | 
|  | Line contains a tab character. | 273 | 
|  | ',' is not followed by whitespace. | 273 | 
|  | Line contains a tab character. | 274 | 
|  | Line has trailing spaces. | 275 | 
|  | Line contains a tab character. | 275 | 
|  | Line contains a tab character. | 276 | 
|  | Line contains a tab character. | 277 | 
|  | Line contains a tab character. | 278 | 
|  | Line contains a tab character. | 279 | 
|  | Line contains a tab character. | 280 | 
|  | Line contains a tab character. | 281 | 
|  | Line contains a tab character. | 282 | 
|  | Line contains a tab character. | 283 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 16 | 
|  | '{' should be on the previous line. | 17 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Missing a Javadoc comment. | 21 | 
|  | '(' is preceded with whitespace. | 21 | 
|  | Parameter clazz should be final. | 21 | 
|  | 'clazz' hides a field. | 21 | 
|  | '{' should be on the previous line. | 22 | 
|  | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | '(' is preceded with whitespace. | 26 | 
|  | '{' should be on the previous line. | 27 | 
|  | '(' is preceded with whitespace. | 28 | 
|  | '(' is preceded with whitespace. | 29 | 
|  | '(' is preceded with whitespace. | 29 | 
|  | '{' should be on the previous line. | 32 | 
|  | '(' is preceded with whitespace. | 33 | 
|  | '}' should be on the same line. | 34 | 
|  | '{' should be on the previous line. | 36 | 
|  | '(' is preceded with whitespace. | 37 | 
|  | '(' is preceded with whitespace. | 39 | 
|  | '(' is preceded with whitespace. | 39 | 
|  | '(' is preceded with whitespace. | 40 | 
|  | '{' should be on the previous line. | 41 | 
|  | '(' is followed by whitespace. | 42 | 
|  | '!' is followed by whitespace. | 42 | 
|  | '(' is preceded with whitespace. | 42 | 
|  | '(' is preceded with whitespace. | 42 | 
|  | '!' is followed by whitespace. | 43 | 
|  | '(' is preceded with whitespace. | 43 | 
|  | '(' is preceded with whitespace. | 43 | 
|  | '!' is followed by whitespace. | 44 | 
|  | '(' is preceded with whitespace. | 44 | 
|  | '(' is preceded with whitespace. | 44 | 
|  | '{' should be on the previous line. | 45 | 
|  | '(' is preceded with whitespace. | 46 | 
|  | '(' is preceded with whitespace. | 46 | 
|  | '(' is preceded with whitespace. | 46 | 
|  | Missing a Javadoc comment. | 52 | 
|  | '(' is preceded with whitespace. | 52 | 
|  | Parameter beanInfo should be final. | 52 | 
|  | '{' should be on the previous line. | 53 | 
|  | '(' is preceded with whitespace. | 54 | 
|  | '{' should be on the previous line. | 55 | 
|  | '(' is preceded with whitespace. | 56 | 
|  | '(' is preceded with whitespace. | 56 | 
|  | '{' should be on the previous line. | 57 | 
|  | Missing a Javadoc comment. | 65 | 
|  | '(' is preceded with whitespace. | 65 | 
|  | Parameter clazz should be final. | 65 | 
|  | 'clazz' hides a field. | 65 | 
|  | Parameter pd should be final. | 65 | 
|  | '{' should be on the previous line. | 66 | 
|  | '(' is preceded with whitespace. | 67 | 
|  | '(' is preceded with whitespace. | 68 | 
|  | '(' is preceded with whitespace. | 68 | 
|  | '(' is preceded with whitespace. | 69 | 
|  | '(' is preceded with whitespace. | 70 | 
|  | '{' should be on the previous line. | 71 | 
|  | '(' is preceded with whitespace. | 72 | 
|  | '{' should be on the previous line. | 74 | 
|  | Line is longer than 80 characters. | 76 | 
|  | '(' is preceded with whitespace. | 76 | 
|  | '(' is preceded with whitespace. | 76 | 
|  | '(' is preceded with whitespace. | 76 | 
|  | '(' is preceded with whitespace. | 76 | 
|  | '}' should be on the same line. | 77 | 
|  | '{' should be on the previous line. | 79 | 
|  | '(' is preceded with whitespace. | 80 | 
|  | '}' should be on the same line. | 81 | 
|  | '{' should be on the previous line. | 83 | 
|  | '(' is preceded with whitespace. | 84 | 
|  | '}' should be on the same line. | 86 | 
|  | '{' should be on the previous line. | 88 | 
|  | '(' is preceded with whitespace. | 89 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | Missing a Javadoc comment. | 95 | 
|  | '(' is preceded with whitespace. | 95 | 
|  | Parameter pt should be final. | 95 | 
|  | '{' should be on the previous line. | 96 | 
|  | '(' is preceded with whitespace. | 97 | 
|  | '(' is preceded with whitespace. | 97 | 
|  | '{' should be on the previous line. | 98 | 
|  | '}' should be on the same line. | 100 | 
|  | '(' is preceded with whitespace. | 101 | 
|  | '(' is preceded with whitespace. | 101 | 
|  | '{' should be on the previous line. | 102 | 
|  | '}' should be on the same line. | 104 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '{' should be on the previous line. | 106 | 
|  | '}' should be on the same line. | 108 | 
|  | '(' is preceded with whitespace. | 109 | 
|  | '(' is preceded with whitespace. | 109 | 
|  | '{' should be on the previous line. | 110 | 
|  | '}' should be on the same line. | 112 | 
|  | '(' is preceded with whitespace. | 113 | 
|  | '(' is preceded with whitespace. | 113 | 
|  | '{' should be on the previous line. | 114 | 
|  | '}' should be on the same line. | 116 | 
|  | '(' is preceded with whitespace. | 117 | 
|  | '{' should be on the previous line. | 118 | 
|  | '}' should be on the same line. | 120 | 
|  | '(' is preceded with whitespace. | 121 | 
|  | '{' should be on the previous line. | 122 | 
|  | '}' should be on the same line. | 124 | 
|  | '(' is preceded with whitespace. | 125 | 
|  | '{' should be on the previous line. | 126 | 
|  | '(' is preceded with whitespace. | 127 | 
|  | '}' should be on the same line. | 128 | 
|  | '(' is preceded with whitespace. | 129 | 
|  | '{' should be on the previous line. | 130 | 
|  | '}' should be on the same line. | 132 | 
|  | '(' is preceded with whitespace. | 133 | 
|  | '{' should be on the previous line. | 134 | 
|  | '}' should be on the same line. | 136 | 
|  | '(' is preceded with whitespace. | 137 | 
|  | '(' is preceded with whitespace. | 137 | 
|  | '{' should be on the previous line. | 138 | 
|  | '}' should be on the same line. | 140 | 
|  | '{' should be on the previous line. | 142 | 
|  | Line is longer than 80 characters. | 143 | 
|  | '(' is preceded with whitespace. | 143 | 
|  | '(' is preceded with whitespace. | 143 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 15 | 
|  | '{' should be on the previous line. | 16 | 
|  | Method 'getComplexStructures' is not designed for extension - needs to be abstract, final or empty. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | '(' is preceded with whitespace. | 19 | 
|  | Parameter className should be final. | 19 | 
|  | '{' should be on the previous line. | 20 | 
|  | '(' is preceded with whitespace. | 21 | 
|  | '(' is preceded with whitespace. | 22 | 
|  | Missing a Javadoc comment. | 26 | 
|  | '(' is preceded with whitespace. | 26 | 
|  | Parameter className should be final. | 26 | 
|  | Parameter complexStructures should be final. | 27 | 
|  | '{' should be on the previous line. | 28 | 
|  | '(' is followed by whitespace. | 29 | 
|  | '!' is followed by whitespace. | 29 | 
|  | '(' is preceded with whitespace. | 29 | 
|  | '{' should be on the previous line. | 30 | 
|  | '{' should be on the previous line. | 36 | 
|  | '(' is preceded with whitespace. | 37 | 
|  | '}' should be on the same line. | 38 | 
|  | '{' should be on the previous line. | 40 | 
|  | Line is longer than 80 characters. | 41 | 
|  | '(' is preceded with whitespace. | 41 | 
|  | '{' should be on the previous line. | 45 | 
|  | '(' is preceded with whitespace. | 46 | 
|  | '}' should be on the same line. | 47 | 
|  | '{' should be on the previous line. | 49 | 
|  | '(' is preceded with whitespace. | 50 | 
|  | '(' is preceded with whitespace. | 52 | 
|  | '{' should be on the previous line. | 53 | 
|  | '(' is preceded with whitespace. | 54 | 
|  | '(' is preceded with whitespace. | 55 | 
|  | '{' should be on the previous line. | 56 | 
|  | '{' should be on the previous line. | 58 | 
|  | '(' is preceded with whitespace. | 60 | 
|  | '(' is preceded with whitespace. | 61 | 
|  | '(' is preceded with whitespace. | 61 | 
|  | '(' is preceded with whitespace. | 61 | 
|  | '}' should be on the same line. | 62 | 
|  | '{' should be on the previous line. | 64 | 
|  | '(' is preceded with whitespace. | 65 | 
|  | '}' should be on the same line. | 66 | 
|  | '{' should be on the previous line. | 68 | 
|  | '(' is preceded with whitespace. | 69 | 
|  | '(' is followed by whitespace. | 72 | 
|  | '!' is followed by whitespace. | 72 | 
|  | '(' is preceded with whitespace. | 72 | 
|  | '!' is followed by whitespace. | 73 | 
|  | '(' is preceded with whitespace. | 73 | 
|  | '!' is followed by whitespace. | 74 | 
|  | '(' is preceded with whitespace. | 74 | 
|  | '!' is followed by whitespace. | 75 | 
|  | '(' is preceded with whitespace. | 75 | 
|  | '!' is followed by whitespace. | 76 | 
|  | '(' is preceded with whitespace. | 76 | 
|  | '!' is followed by whitespace. | 77 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | '!' is followed by whitespace. | 78 | 
|  | '(' is preceded with whitespace. | 78 | 
|  | '!' is followed by whitespace. | 79 | 
|  | '(' is preceded with whitespace. | 79 | 
|  | '!' is followed by whitespace. | 80 | 
|  | '(' is preceded with whitespace. | 80 | 
|  | '!' is followed by whitespace. | 81 | 
|  | '(' is preceded with whitespace. | 81 | 
|  | '!' is followed by whitespace. | 82 | 
|  | '(' is preceded with whitespace. | 82 | 
|  | '!' is followed by whitespace. | 83 | 
|  | '(' is preceded with whitespace. | 83 | 
|  | '!' is followed by whitespace. | 84 | 
|  | '(' is preceded with whitespace. | 84 | 
|  | '(' is preceded with whitespace. | 84 | 
|  | '!' is followed by whitespace. | 85 | 
|  | '(' is preceded with whitespace. | 85 | 
|  | '!' is followed by whitespace. | 86 | 
|  | '(' is preceded with whitespace. | 86 | 
|  | '{' should be on the previous line. | 87 | 
|  | '(' is preceded with whitespace. | 88 | 
|  | '(' is preceded with whitespace. | 88 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 10 | 
|  | '{' should be on the previous line. | 11 | 
|  | Missing a Javadoc comment. | 14 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Line is longer than 80 characters. | 17 | 
|  | Missing a Javadoc comment. | 17 | 
|  | '(' is preceded with whitespace. | 17 | 
|  | Parameter className should be final. | 17 | 
|  | 'className' hides a field. | 17 | 
|  | Parameter osDict should be final. | 17 | 
|  | 'osDict' hides a field. | 17 | 
|  | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | '(' is preceded with whitespace. | 24 | 
|  | '{' should be on the previous line. | 25 | 
|  | '{' should be on the previous line. | 27 | 
|  | Line is longer than 80 characters. | 28 | 
|  | '(' is preceded with whitespace. | 28 | 
|  | '(' is preceded with whitespace. | 28 | 
|  | '{' should be on the previous line. | 32 | 
|  | '(' is preceded with whitespace. | 33 | 
|  | '}' should be on the same line. | 34 | 
|  | '{' should be on the previous line. | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | '(' is preceded with whitespace. | 37 | 
|  | Line is longer than 80 characters. | 39 | 
|  | '(' is preceded with whitespace. | 39 | 
|  | '(' is preceded with whitespace. | 39 | 
|  | '(' is preceded with whitespace. | 40 | 
|  | Missing a Javadoc comment. | 44 | 
|  | '(' is preceded with whitespace. | 44 | 
|  | Parameter osDict should be final. | 44 | 
|  | 'osDict' hides a field. | 44 | 
|  | Parameter osBean should be final. | 45 | 
|  | '{' should be on the previous line. | 46 | 
|  | '(' is preceded with whitespace. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | '(' is preceded with whitespace. | 48 | 
|  | '(' is preceded with whitespace. | 48 | 
|  | '(' is preceded with whitespace. | 48 | 
|  | Line is longer than 80 characters. | 49 | 
|  | '(' is preceded with whitespace. | 49 | 
|  | '(' is preceded with whitespace. | 49 | 
|  | '(' is preceded with whitespace. | 49 | 
|  | Line is longer than 80 characters. | 50 | 
|  | '(' is preceded with whitespace. | 50 | 
|  | '(' is preceded with whitespace. | 50 | 
|  | '(' is preceded with whitespace. | 50 | 
|  | '(' is preceded with whitespace. | 51 | 
|  | '{' should be on the previous line. | 52 | 
|  | '(' is preceded with whitespace. | 53 | 
|  | '(' is preceded with whitespace. | 53 | 
|  | '{' should be on the previous line. | 55 | 
|  | '(' is followed by whitespace. | 56 | 
|  | '!' is followed by whitespace. | 56 | 
|  | '(' is preceded with whitespace. | 56 | 
|  | '{' should be on the previous line. | 57 | 
|  | Line is longer than 80 characters. | 58 | 
|  | '(' is preceded with whitespace. | 58 | 
|  | '(' is preceded with whitespace. | 58 | 
|  | Line is longer than 80 characters. | 62 | 
|  | '(' is preceded with whitespace. | 62 | 
|  | '(' is preceded with whitespace. | 62 | 
|  | '(' is preceded with whitespace. | 62 | 
|  | '(' is preceded with whitespace. | 62 | 
|  | Line is longer than 80 characters. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '(' is preceded with whitespace. | 65 | 
|  | '{' should be on the previous line. | 66 | 
|  | '(' is preceded with whitespace. | 67 | 
|  | '(' is preceded with whitespace. | 67 | 
|  | '{' should be on the previous line. | 69 | 
|  | Line is longer than 80 characters. | 70 | 
|  | '(' is preceded with whitespace. | 70 | 
|  | '(' is preceded with whitespace. | 70 | 
|  | Missing a Javadoc comment. | 77 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | Parameter name should be final. | 77 | 
|  | Parameter os should be final. | 77 | 
|  | '{' should be on the previous line. | 78 | 
|  | '(' is preceded with whitespace. | 79 | 
|  | '{' should be on the previous line. | 80 | 
|  | '(' is preceded with whitespace. | 81 | 
|  | '(' is preceded with whitespace. | 81 | 
|  | '{' should be on the previous line. | 82 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Missing a Javadoc comment. | 89 | 
|  | '(' is preceded with whitespace. | 89 | 
|  | Parameter discrepancies should be final. | 89 | 
|  | Parameter field should be final. | 89 | 
|  | Parameter value1 should be final. | 89 | 
|  | Parameter value2 should be final. | 90 | 
|  | '{' should be on the previous line. | 91 | 
|  | '(' is preceded with whitespace. | 92 | 
|  | '{' should be on the previous line. | 94 | 
|  | '(' is preceded with whitespace. | 95 | 
|  | Line is longer than 80 characters. | 99 | 
|  | Missing a Javadoc comment. | 99 | 
|  | '(' is preceded with whitespace. | 99 | 
|  | Parameter discrepancies should be final. | 99 | 
|  | Parameter field should be final. | 99 | 
|  | Parameter value1 should be final. | 99 | 
|  | Parameter value2 should be final. | 100 | 
|  | '{' should be on the previous line. | 101 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '{' should be on the previous line. | 104 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | Missing a Javadoc comment. | 109 | 
|  | '(' is preceded with whitespace. | 109 | 
|  | Parameter field should be final. | 109 | 
|  | Parameter value1 should be final. | 109 | 
|  | Parameter value2 should be final. | 109 | 
|  | '{' should be on the previous line. | 110 | 
|  | '{' should be on the previous line. | 112 | 
|  | '{' should be on the previous line. | 114 | 
|  | '(' is followed by whitespace. | 118 | 
|  | '!' is followed by whitespace. | 118 | 
|  | '{' should be on the previous line. | 119 | 
|  | '(' is followed by whitespace. | 120 | 
|  | '!' is followed by whitespace. | 120 | 
|  | '{' should be on the previous line. | 121 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Missing a Javadoc comment. | 128 | 
|  | '(' is preceded with whitespace. | 128 | 
|  | Parameter field should be final. | 128 | 
|  | Parameter value1 should be final. | 128 | 
|  | Parameter value2 should be final. | 128 | 
|  | '{' should be on the previous line. | 129 | 
|  | '{' should be on the previous line. | 131 | 
|  | '{' should be on the previous line. | 133 | 
|  | '}' should be on the same line. | 136 | 
|  | '{' should be on the previous line. | 138 | 
|  | '(' is preceded with whitespace. | 139 | 
|  | '{' should be on the previous line. | 140 | 
|  | Line is longer than 80 characters. | 144 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 6 | 
|  | Utility classes should not have a public or default constructor. | 6 | 
|  | '{' should be on the previous line. | 7 | 
|  | Missing a Javadoc comment. | 9 | 
|  | '(' is preceded with whitespace. | 10 | 
|  | Missing a Javadoc comment. | 11 | 
|  | '(' is preceded with whitespace. | 12 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Missing a Javadoc comment. | 14 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Missing a Javadoc comment. | 16 | 
|  | Missing a Javadoc comment. | 17 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 36 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 22 | 
|  | '{' should be on the previous line. | 23 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Missing a Javadoc comment. | 27 | 
|  | '(' is preceded with whitespace. | 28 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 33 | 
|  | 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 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Line has trailing spaces. | 60 | 
|  | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 61 | 
|  | Missing a Javadoc comment. | 61 | 
|  | '(' is preceded with whitespace. | 61 | 
|  | Parameter clazz should be final. | 61 | 
|  | Parameter outputFileName should be final. | 61 | 
|  | '{' should be on the previous line. | 62 | 
|  | '(' is preceded with whitespace. | 64 | 
|  | '{' should be on the previous line. | 67 | 
|  | '(' is preceded with whitespace. | 68 | 
|  | '}' should be on the same line. | 69 | 
|  | '{' should be on the previous line. | 71 | 
|  | '(' is preceded with whitespace. | 72 | 
|  | '(' is preceded with whitespace. | 74 | 
|  | '(' is preceded with whitespace. | 75 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | '(' is preceded with whitespace. | 78 | 
|  | '(' is preceded with whitespace. | 78 | 
|  | '(' is preceded with whitespace. | 80 | 
|  | '{' should be on the previous line. | 82 | 
|  | '(' is preceded with whitespace. | 83 | 
|  | '(' is preceded with whitespace. | 83 | 
|  | '(' is preceded with whitespace. | 83 | 
|  | '}' should be on the same line. | 84 | 
|  | '{' should be on the previous line. | 86 | 
|  | '(' is preceded with whitespace. | 87 | 
|  | Missing a Javadoc comment. | 91 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | Parameter clazz should be final. | 91 | 
|  | Parameter s should be final. | 91 | 
|  | Parameter processed should be final. | 92 | 
|  | '{' should be on the previous line. | 93 | 
|  | '(' is preceded with whitespace. | 95 | 
|  | '{' should be on the previous line. | 96 | 
|  | '(' is preceded with whitespace. | 99 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '(' is preceded with whitespace. | 103 | 
|  | '(' is preceded with whitespace. | 103 | 
|  | '(' is preceded with whitespace. | 106 | 
|  | '(' is preceded with whitespace. | 106 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | '{' should be on the previous line. | 111 | 
|  | '(' is preceded with whitespace. | 112 | 
|  | '}' should be on the same line. | 113 | 
|  | '{' should be on the previous line. | 115 | 
|  | '(' is preceded with whitespace. | 116 | 
|  | '(' is preceded with whitespace. | 119 | 
|  | '{' should be on the previous line. | 120 | 
|  | Line is longer than 80 characters. | 121 | 
|  | '(' is followed by whitespace. | 121 | 
|  | '!' is followed by whitespace. | 121 | 
|  | '(' is preceded with whitespace. | 121 | 
|  | '(' is preceded with whitespace. | 121 | 
|  | '!' is followed by whitespace. | 121 | 
|  | '(' is preceded with whitespace. | 121 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | '!' is followed by whitespace. | 122 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | '{' should be on the previous line. | 123 | 
|  | Line is longer than 80 characters. | 124 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 125 | 
|  | '(' is preceded with whitespace. | 126 | 
|  | '}' should be on the same line. | 127 | 
|  | '{' should be on the previous line. | 129 | 
|  | '(' is preceded with whitespace. | 133 | 
|  | '(' is preceded with whitespace. | 134 | 
|  | '(' is preceded with whitespace. | 136 | 
|  | '(' is preceded with whitespace. | 136 | 
|  | '(' is preceded with whitespace. | 137 | 
|  | '(' is preceded with whitespace. | 140 | 
|  | '(' is preceded with whitespace. | 140 | 
|  | '(' is preceded with whitespace. | 141 | 
|  | '(' is preceded with whitespace. | 143 | 
|  | '(' is preceded with whitespace. | 144 | 
|  | '{' should be on the previous line. | 145 | 
|  | Line is longer than 80 characters. | 146 | 
|  | '(' is followed by whitespace. | 146 | 
|  | '!' is followed by whitespace. | 146 | 
|  | '(' is preceded with whitespace. | 146 | 
|  | '(' is preceded with whitespace. | 146 | 
|  | '!' is followed by whitespace. | 146 | 
|  | '(' is preceded with whitespace. | 146 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '!' is followed by whitespace. | 147 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '{' should be on the previous line. | 148 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '{' should be on the previous line. | 154 | 
|  | '(' is preceded with whitespace. | 155 | 
|  | Missing a Javadoc comment. | 160 | 
|  | '(' is preceded with whitespace. | 160 | 
|  | Parameter clazz should be final. | 160 | 
|  | Parameter pd should be final. | 160 | 
|  | Parameter s should be final. | 161 | 
|  | Parameter processed should be final. | 161 | 
|  | '{' should be on the previous line. | 162 | 
|  | '(' is preceded with whitespace. | 163 | 
|  | Line is longer than 80 characters. | 166 | 
|  | '(' is preceded with whitespace. | 166 | 
|  | '(' is preceded with whitespace. | 166 | 
|  | '(' is preceded with whitespace. | 166 | 
|  | '(' is preceded with whitespace. | 166 | 
|  | '(' is preceded with whitespace. | 166 | 
|  | '(' is preceded with whitespace. | 167 | 
|  | '(' is preceded with whitespace. | 168 | 
|  | '(' is preceded with whitespace. | 171 | 
|  | '(' is preceded with whitespace. | 171 | 
|  | '(' is preceded with whitespace. | 171 | 
|  | '{' should be on the previous line. | 172 | 
|  | '}' should be on the same line. | 174 | 
|  | '(' is preceded with whitespace. | 175 | 
|  | '(' is preceded with whitespace. | 175 | 
|  | '{' should be on the previous line. | 176 | 
|  | '}' should be on the same line. | 178 | 
|  | '(' is preceded with whitespace. | 179 | 
|  | '(' is preceded with whitespace. | 179 | 
|  | '{' should be on the previous line. | 180 | 
|  | '}' should be on the same line. | 182 | 
|  | '(' is preceded with whitespace. | 183 | 
|  | '(' is preceded with whitespace. | 183 | 
|  | '{' should be on the previous line. | 184 | 
|  | '}' should be on the same line. | 186 | 
|  | '(' is preceded with whitespace. | 187 | 
|  | '{' should be on the previous line. | 188 | 
|  | '{' should be on the previous line. | 190 | 
|  | Line is longer than 80 characters. | 192 | 
|  | '(' is preceded with whitespace. | 192 | 
|  | '(' is preceded with whitespace. | 192 | 
|  | '(' is preceded with whitespace. | 192 | 
|  | '(' is preceded with whitespace. | 192 | 
|  | '}' should be on the same line. | 193 | 
|  | '{' should be on the previous line. | 195 | 
|  | '(' is preceded with whitespace. | 196 | 
|  | '}' should be on the same line. | 197 | 
|  | '{' should be on the previous line. | 199 | 
|  | '(' is preceded with whitespace. | 200 | 
|  | '(' is preceded with whitespace. | 202 | 
|  | '(' is preceded with whitespace. | 202 | 
|  | '{' should be on the previous line. | 203 | 
|  | '}' should be on the same line. | 205 | 
|  | '(' is preceded with whitespace. | 206 | 
|  | '(' is preceded with whitespace. | 206 | 
|  | '{' should be on the previous line. | 207 | 
|  | '}' should be on the same line. | 209 | 
|  | '(' is preceded with whitespace. | 210 | 
|  | '(' is preceded with whitespace. | 210 | 
|  | '{' should be on the previous line. | 211 | 
|  | '}' should be on the same line. | 213 | 
|  | '(' is preceded with whitespace. | 214 | 
|  | '(' is preceded with whitespace. | 214 | 
|  | '{' should be on the previous line. | 215 | 
|  | '}' should be on the same line. | 217 | 
|  | '(' is preceded with whitespace. | 218 | 
|  | '(' is preceded with whitespace. | 218 | 
|  | '{' should be on the previous line. | 219 | 
|  | '}' should be on the same line. | 221 | 
|  | '(' is preceded with whitespace. | 222 | 
|  | '{' should be on the previous line. | 223 | 
|  | '}' should be on the same line. | 225 | 
|  | '(' is preceded with whitespace. | 226 | 
|  | '{' should be on the previous line. | 227 | 
|  | '}' should be on the same line. | 229 | 
|  | '(' is preceded with whitespace. | 230 | 
|  | '{' should be on the previous line. | 231 | 
|  | Line is longer than 80 characters. | 232 | 
|  | '(' is preceded with whitespace. | 232 | 
|  | '}' should be on the same line. | 234 | 
|  | '{' should be on the previous line. | 236 | 
|  | '(' is preceded with whitespace. | 239 | 
|  | '}' should be on the same line. | 241 | 
|  | '{' should be on the previous line. | 243 | 
|  | '(' is preceded with whitespace. | 244 | 
|  | '(' is preceded with whitespace. | 244 | 
|  | '{' should be on the previous line. | 245 | 
|  | '}' should be on the same line. | 247 | 
|  | '(' is preceded with whitespace. | 248 | 
|  | '(' is preceded with whitespace. | 248 | 
|  | '{' should be on the previous line. | 249 | 
|  | '}' should be on the same line. | 251 | 
|  | '(' is preceded with whitespace. | 252 | 
|  | '(' is preceded with whitespace. | 252 | 
|  | '{' should be on the previous line. | 253 | 
|  | '}' should be on the same line. | 255 | 
|  | '(' is preceded with whitespace. | 256 | 
|  | '(' is preceded with whitespace. | 256 | 
|  | '{' should be on the previous line. | 257 | 
|  | '}' should be on the same line. | 259 | 
|  | '(' is preceded with whitespace. | 260 | 
|  | '(' is preceded with whitespace. | 260 | 
|  | '{' should be on the previous line. | 261 | 
|  | '}' should be on the same line. | 263 | 
|  | '(' is preceded with whitespace. | 264 | 
|  | '{' should be on the previous line. | 265 | 
|  | '}' should be on the same line. | 267 | 
|  | '(' is preceded with whitespace. | 268 | 
|  | '{' should be on the previous line. | 269 | 
|  | '}' should be on the same line. | 271 | 
|  | '{' should be on the previous line. | 273 | 
|  | '(' is preceded with whitespace. | 276 | 
|  | '(' is preceded with whitespace. | 281 | 
|  | '(' is preceded with whitespace. | 283 | 
|  | '(' is preceded with whitespace. | 283 | 
|  | '{' should be on the previous line. | 285 | 
|  | '(' is preceded with whitespace. | 286 | 
|  | '(' is preceded with whitespace. | 286 | 
|  | '(' is preceded with whitespace. | 289 | 
|  | '(' is preceded with whitespace. | 292 | 
|  | Missing a Javadoc comment. | 298 | 
|  | '(' is preceded with whitespace. | 298 | 
|  | Parameter propertyName should be final. | 298 | 
|  | Parameter propertyValue should be final. | 298 | 
|  | Parameter s should be final. | 299 | 
|  | '{' should be on the previous line. | 300 | 
|  | '(' is preceded with whitespace. | 301 | 
|  | Missing a Javadoc comment. | 305 | 
|  | '(' is preceded with whitespace. | 305 | 
|  | Parameter propertyName should be final. | 305 | 
|  | Parameter propertyValue should be final. | 305 | 
|  | Parameter s should be final. | 306 | 
|  | '{' should be on the previous line. | 307 | 
|  | '(' is preceded with whitespace. | 308 | 
|  | Missing a Javadoc comment. | 312 | 
|  | '(' is preceded with whitespace. | 312 | 
|  | Parameter s should be final. | 312 | 
|  | '{' should be on the previous line. | 313 | 
|  | '(' is preceded with whitespace. | 314 | 
|  | Method 'addSpringHeaderOpen' is not designed for extension - needs to be abstract, final or empty. | 317 | 
|  | Missing a Javadoc comment. | 317 | 
|  | '(' is preceded with whitespace. | 317 | 
|  | Parameter s should be final. | 317 | 
|  | '{' should be on the previous line. | 318 | 
|  | '(' is preceded with whitespace. | 319 | 
|  | Line is longer than 80 characters. | 322 | 
|  | Line is longer than 80 characters. | 324 | 
|  | '(' is preceded with whitespace. | 324 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 22 | 
|  | '{' should be on the previous line. | 23 | 
|  | Missing a Javadoc comment. | 25 | 
|  | '(' is preceded with whitespace. | 25 | 
|  | '5000' is a magic number. | 25 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Missing a Javadoc comment. | 33 | 
|  | '(' is preceded with whitespace. | 34 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 37 | 
|  | '(' is preceded with whitespace. | 37 | 
|  | Parameter name should be final. | 37 | 
|  | 'name' hides a field. | 37 | 
|  | Parameter className should be final. | 38 | 
|  | 'className' hides a field. | 38 | 
|  | Parameter os should be final. | 39 | 
|  | 'os' hides a field. | 39 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Parameter subStructuresAlreadyProcessed should be final. | 40 | 
|  | 'subStructuresAlreadyProcessed' hides a field. | 40 | 
|  | Parameter level should be final. | 41 | 
|  | 'level' hides a field. | 41 | 
|  | Parameter processSubstructures should be final. | 42 | 
|  | 'processSubstructures' hides a field. | 42 | 
|  | '{' should be on the previous line. | 43 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Method 'getRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 53 | 
|  | Missing a Javadoc comment. | 53 | 
|  | '(' is preceded with whitespace. | 53 | 
|  | '{' should be on the previous line. | 54 | 
|  | Method 'setRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | '(' is preceded with whitespace. | 58 | 
|  | Parameter rowSeperator should be final. | 58 | 
|  | 'rowSeperator' hides a field. | 58 | 
|  | '{' should be on the previous line. | 59 | 
|  | Method 'getColSeparator' is not designed for extension - needs to be abstract, final or empty. | 63 | 
|  | Missing a Javadoc comment. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '{' should be on the previous line. | 64 | 
|  | Method 'setColSeparator' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | '(' is preceded with whitespace. | 68 | 
|  | Parameter separator should be final. | 68 | 
|  | '{' should be on the previous line. | 69 | 
|  | Missing a Javadoc comment. | 73 | 
|  | '(' is preceded with whitespace. | 73 | 
|  | Parameter str should be final. | 73 | 
|  | Parameter size should be final. | 73 | 
|  | '{' should be on the previous line. | 74 | 
|  | '(' is preceded with whitespace. | 75 | 
|  | '(' is preceded with whitespace. | 76 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | '{' should be on the previous line. | 78 | 
|  | '(' is preceded with whitespace. | 79 | 
|  | '(' is preceded with whitespace. | 81 | 
|  | Method 'formatForWiki' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Missing a Javadoc comment. | 84 | 
|  | '(' is preceded with whitespace. | 84 | 
|  | '{' should be on the previous line. | 85 | 
|  | '(' is preceded with whitespace. | 86 | 
|  | Line is longer than 80 characters. | 87 | 
|  | '(' is preceded with whitespace. | 88 | 
|  | '(' is preceded with whitespace. | 89 | 
|  | '(' is preceded with whitespace. | 89 | 
|  | '(' is preceded with whitespace. | 90 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | '{' should be on the previous line. | 93 | 
|  | '(' is preceded with whitespace. | 94 | 
|  | '(' is preceded with whitespace. | 95 | 
|  | '(' is preceded with whitespace. | 97 | 
|  | '{' should be on the previous line. | 98 | 
|  | '(' is preceded with whitespace. | 99 | 
|  | '(' is preceded with whitespace. | 100 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '(' is preceded with whitespace. | 103 | 
|  | '(' is preceded with whitespace. | 104 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '(' is preceded with whitespace. | 106 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | '(' is preceded with whitespace. | 109 | 
|  | '(' is preceded with whitespace. | 110 | 
|  | '(' is preceded with whitespace. | 111 | 
|  | '(' is preceded with whitespace. | 112 | 
|  | '(' is preceded with whitespace. | 113 | 
|  | '(' is preceded with whitespace. | 114 | 
|  | '(' is preceded with whitespace. | 115 | 
|  | '(' is preceded with whitespace. | 116 | 
|  | '(' is preceded with whitespace. | 117 | 
|  | '(' is preceded with whitespace. | 118 | 
|  | '(' is preceded with whitespace. | 119 | 
|  | '(' is preceded with whitespace. | 120 | 
|  | '(' is preceded with whitespace. | 121 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | '(' is preceded with whitespace. | 123 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 125 | 
|  | '(' is preceded with whitespace. | 126 | 
|  | '(' is preceded with whitespace. | 127 | 
|  | '(' is preceded with whitespace. | 128 | 
|  | '(' is preceded with whitespace. | 129 | 
|  | '(' is preceded with whitespace. | 130 | 
|  | '(' is preceded with whitespace. | 131 | 
|  | '(' is preceded with whitespace. | 132 | 
|  | '(' is preceded with whitespace. | 133 | 
|  | '(' is preceded with whitespace. | 134 | 
|  | '(' is preceded with whitespace. | 135 | 
|  | '(' is preceded with whitespace. | 136 | 
|  | '{' should be on the previous line. | 137 | 
|  | '(' is preceded with whitespace. | 138 | 
|  | '(' is preceded with whitespace. | 139 | 
|  | '(' is preceded with whitespace. | 139 | 
|  | '(' is preceded with whitespace. | 139 | 
|  | '30' is a magic number. | 139 | 
|  | '(' is preceded with whitespace. | 140 | 
|  | '(' is preceded with whitespace. | 141 | 
|  | '(' is preceded with whitespace. | 141 | 
|  | '(' is preceded with whitespace. | 141 | 
|  | '10' is a magic number. | 141 | 
|  | '(' is preceded with whitespace. | 142 | 
|  | '(' is preceded with whitespace. | 143 | 
|  | '(' is preceded with whitespace. | 143 | 
|  | '(' is preceded with whitespace. | 143 | 
|  | '25' is a magic number. | 143 | 
|  | '(' is preceded with whitespace. | 144 | 
|  | '(' is preceded with whitespace. | 145 | 
|  | '(' is preceded with whitespace. | 145 | 
|  | '(' is preceded with whitespace. | 145 | 
|  | '15' is a magic number. | 145 | 
|  | '(' is preceded with whitespace. | 146 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '7' is a magic number. | 147 | 
|  | '(' is preceded with whitespace. | 148 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '15' is a magic number. | 149 | 
|  | '(' is preceded with whitespace. | 150 | 
|  | '(' is preceded with whitespace. | 151 | 
|  | '(' is preceded with whitespace. | 151 | 
|  | '(' is preceded with whitespace. | 152 | 
|  | '(' is preceded with whitespace. | 153 | 
|  | '(' is preceded with whitespace. | 153 | 
|  | '(' is preceded with whitespace. | 154 | 
|  | '(' is preceded with whitespace. | 155 | 
|  | '(' is preceded with whitespace. | 155 | 
|  | '(' is preceded with whitespace. | 156 | 
|  | '(' is preceded with whitespace. | 157 | 
|  | '(' is preceded with whitespace. | 157 | 
|  | '(' is preceded with whitespace. | 158 | 
|  | '(' is preceded with whitespace. | 159 | 
|  | '{' should be on the previous line. | 163 | 
|  | '(' is preceded with whitespace. | 164 | 
|  | '(' is preceded with whitespace. | 165 | 
|  | Line is longer than 80 characters. | 166 | 
|  | '}' should be on the same line. | 167 | 
|  | '{' should be on the previous line. | 169 | 
|  | '(' is preceded with whitespace. | 170 | 
|  | '(' is preceded with whitespace. | 170 | 
|  | '(' is preceded with whitespace. | 172 | 
|  | '{' should be on the previous line. | 173 | 
|  | '(' is preceded with whitespace. | 174 | 
|  | '(' is preceded with whitespace. | 174 | 
|  | '(' is preceded with whitespace. | 176 | 
|  | '(' is preceded with whitespace. | 177 | 
|  | '(' is preceded with whitespace. | 178 | 
|  | '(' is preceded with whitespace. | 178 | 
|  | '(' is preceded with whitespace. | 179 | 
|  | '(' is preceded with whitespace. | 183 | 
|  | Line is longer than 80 characters. | 184 | 
|  | '(' is preceded with whitespace. | 185 | 
|  | '(' is preceded with whitespace. | 186 | 
|  | '(' is preceded with whitespace. | 188 | 
|  | '{' should be on the previous line. | 189 | 
|  | '(' is preceded with whitespace. | 190 | 
|  | '(' is followed by whitespace. | 191 | 
|  | '!' is followed by whitespace. | 191 | 
|  | '(' is preceded with whitespace. | 191 | 
|  | '{' should be on the previous line. | 193 | 
|  | '(' is preceded with whitespace. | 194 | 
|  | '(' is preceded with whitespace. | 196 | 
|  | '(' is preceded with whitespace. | 196 | 
|  | '(' is preceded with whitespace. | 198 | 
|  | '(' is preceded with whitespace. | 198 | 
|  | '(' is preceded with whitespace. | 203 | 
|  | '(' is preceded with whitespace. | 203 | 
|  | '(' is preceded with whitespace. | 204 | 
|  | '(' is preceded with whitespace. | 208 | 
|  | Missing a Javadoc comment. | 213 | 
|  | '(' is preceded with whitespace. | 213 | 
|  | '{' should be on the previous line. | 214 | 
|  | '(' is preceded with whitespace. | 215 | 
|  | '(' is preceded with whitespace. | 216 | 
|  | '(' is preceded with whitespace. | 216 | 
|  | Line is longer than 80 characters. | 220 | 
|  | Missing a Javadoc comment. | 220 | 
|  | '(' is preceded with whitespace. | 223 | 
|  | Parameter o1 should be final. | 223 | 
|  | Parameter o2 should be final. | 223 | 
|  | '{' should be on the previous line. | 224 | 
|  | '(' is preceded with whitespace. | 225 | 
|  | '(' is preceded with whitespace. | 225 | 
|  | '(' is preceded with whitespace. | 225 | 
|  | '(' is preceded with whitespace. | 225 | 
|  | '(' is preceded with whitespace. | 225 | 
|  | Missing a Javadoc comment. | 230 | 
|  | '(' is preceded with whitespace. | 230 | 
|  | Parameter className should be final. | 230 | 
|  | 'className' hides a field. | 230 | 
|  | '{' should be on the previous line. | 231 | 
|  | '{' should be on the previous line. | 233 | 
|  | '(' is preceded with whitespace. | 234 | 
|  | '}' should be on the same line. | 235 | 
|  | '{' should be on the previous line. | 237 | 
|  | Line is longer than 80 characters. | 239 | 
|  | Missing a Javadoc comment. | 243 | 
|  | '(' is preceded with whitespace. | 243 | 
|  | Parameter discrepancies should be final. | 243 | 
|  | '{' should be on the previous line. | 244 | 
|  | 'builder' hides a field. | 246 | 
|  | '(' is preceded with whitespace. | 246 | 
|  | '{' should be on the previous line. | 248 | 
|  | '++' is preceded with whitespace. | 249 | 
|  | '(' is preceded with whitespace. | 250 | 
|  | '(' is preceded with whitespace. | 252 | 
|  | Missing a Javadoc comment. | 255 | 
|  | '(' is preceded with whitespace. | 255 | 
|  | Parameter fd should be final. | 255 | 
|  | '{' should be on the previous line. | 256 | 
|  | '(' is preceded with whitespace. | 257 | 
|  | '(' is preceded with whitespace. | 257 | 
|  | '{' should be on the previous line. | 258 | 
|  | '(' is preceded with whitespace. | 259 | 
|  | '{' should be on the previous line. | 260 | 
|  | '(' is preceded with whitespace. | 261 | 
|  | '(' is preceded with whitespace. | 262 | 
|  | '(' is preceded with whitespace. | 264 | 
|  | '(' is preceded with whitespace. | 264 | 
|  | '(' is preceded with whitespace. | 264 | 
|  | '(' is preceded with whitespace. | 265 | 
|  | Line is longer than 80 characters. | 266 | 
|  | Line is longer than 80 characters. | 267 | 
|  | '{' should be on the previous line. | 269 | 
|  | '(' is followed by whitespace. | 270 | 
|  | '!' is followed by whitespace. | 270 | 
|  | '(' is preceded with whitespace. | 270 | 
|  | '(' is preceded with whitespace. | 271 | 
|  | '{' should be on the previous line. | 272 | 
|  | Line is longer than 80 characters. | 273 | 
|  | Line is longer than 80 characters. | 274 | 
|  | '(' is preceded with whitespace. | 274 | 
|  | '(' is preceded with whitespace. | 274 | 
|  | '(' is preceded with whitespace. | 277 | 
|  | '(' is preceded with whitespace. | 279 | 
|  | '(' is preceded with whitespace. | 279 | 
|  | Missing a Javadoc comment. | 282 | 
|  | '(' is preceded with whitespace. | 282 | 
|  | Parameter fd should be final. | 282 | 
|  | '{' should be on the previous line. | 283 | 
|  | '(' is preceded with whitespace. | 284 | 
|  | '{' should be on the previous line. | 285 | 
|  | '(' is preceded with whitespace. | 286 | 
|  | '(' is preceded with whitespace. | 286 | 
|  | Missing a Javadoc comment. | 292 | 
|  | '(' is preceded with whitespace. | 292 | 
|  | Parameter fd should be final. | 292 | 
|  | '{' should be on the previous line. | 293 | 
|  | '(' is preceded with whitespace. | 294 | 
|  | '{' should be on the previous line. | 295 | 
|  | '(' is preceded with whitespace. | 296 | 
|  | '{' should be on the previous line. | 297 | 
|  | '(' is preceded with whitespace. | 302 | 
|  | '{' should be on the previous line. | 303 | 
|  | Missing a Javadoc comment. | 309 | 
|  | '(' is preceded with whitespace. | 309 | 
|  | Parameter fd should be final. | 309 | 
|  | '{' should be on the previous line. | 310 | 
|  | '{' should be on the previous line. | 312 | 
|  | '(' is preceded with whitespace. | 313 | 
|  | '(' is preceded with whitespace. | 313 | 
|  | '(' is preceded with whitespace. | 314 | 
|  | '(' is preceded with whitespace. | 314 | 
|  | '(' is preceded with whitespace. | 316 | 
|  | '(' is preceded with whitespace. | 316 | 
|  | '(' is preceded with whitespace. | 316 | 
|  | Missing a Javadoc comment. | 319 | 
|  | '(' is preceded with whitespace. | 319 | 
|  | Parameter name should be final. | 319 | 
|  | 'name' hides a field. | 319 | 
|  | '{' should be on the previous line. | 320 | 
|  | '(' is preceded with whitespace. | 321 | 
|  | '{' should be on the previous line. | 322 | 
|  | '(' is preceded with whitespace. | 323 | 
|  | '(' is preceded with whitespace. | 323 | 
|  | Missing a Javadoc comment. | 328 | 
|  | '(' is preceded with whitespace. | 328 | 
|  | Parameter name should be final. | 328 | 
|  | 'name' hides a field. | 328 | 
|  | '{' should be on the previous line. | 329 | 
|  | '(' is preceded with whitespace. | 330 | 
|  | '{' should be on the previous line. | 331 | 
|  | '(' is preceded with whitespace. | 334 | 
|  | '(' is preceded with whitespace. | 335 | 
|  | '(' is preceded with whitespace. | 335 | 
|  | '(' is preceded with whitespace. | 335 | 
|  | '(' is preceded with whitespace. | 336 | 
|  | Missing a Javadoc comment. | 341 | 
|  | '(' is preceded with whitespace. | 341 | 
|  | Parameter fd should be final. | 341 | 
|  | '{' should be on the previous line. | 342 | 
|  | '(' is preceded with whitespace. | 343 | 
|  | '{' should be on the previous line. | 344 | 
|  | '(' is followed by whitespace. | 345 | 
|  | '!' is followed by whitespace. | 345 | 
|  | '(' is preceded with whitespace. | 345 | 
|  | '(' is preceded with whitespace. | 345 | 
|  | '{' should be on the previous line. | 346 | 
|  | '(' is preceded with whitespace. | 347 | 
|  | '(' is preceded with whitespace. | 347 | 
|  | '{' should be on the previous line. | 348 | 
|  | '(' is preceded with whitespace. | 354 | 
|  | '{' should be on the previous line. | 355 | 
|  | '(' is preceded with whitespace. | 356 | 
|  | '{' should be on the previous line. | 357 | 
|  | Missing a Javadoc comment. | 365 | 
|  | Line is longer than 80 characters. | 366 | 
|  | Missing a Javadoc comment. | 368 | 
|  | '(' is preceded with whitespace. | 368 | 
|  | Parameter fd should be final. | 368 | 
|  | '{' should be on the previous line. | 369 | 
|  | '(' is preceded with whitespace. | 370 | 
|  | '{' should be on the previous line. | 371 | 
|  | '(' is preceded with whitespace. | 374 | 
|  | '(' is preceded with whitespace. | 374 | 
|  | Missing a Javadoc comment. | 377 | 
|  | '(' is preceded with whitespace. | 377 | 
|  | Parameter cons should be final. | 377 | 
|  | '{' should be on the previous line. | 378 | 
|  | '(' is preceded with whitespace. | 379 | 
|  | '{' should be on the previous line. | 381 | 
|  | '(' is preceded with whitespace. | 384 | 
|  | '(' is preceded with whitespace. | 384 | 
|  | Missing a Javadoc comment. | 390 | 
|  | '(' is preceded with whitespace. | 390 | 
|  | Parameter str should be final. | 390 | 
|  | '{' should be on the previous line. | 391 | 
|  | '(' is preceded with whitespace. | 392 | 
|  | '(' is preceded with whitespace. | 392 | 
|  | '(' is preceded with whitespace. | 393 | 
|  | '++' is preceded with whitespace. | 393 | 
|  | '{' should be on the previous line. | 394 | 
|  | '(' is preceded with whitespace. | 395 | 
|  | switch without "default" clause. | 396 | 
|  | '{' should be on the previous line. | 397 | 
|  | '(' is preceded with whitespace. | 403 | 
|  | '(' is preceded with whitespace. | 405 | 
|  | '(' is preceded with whitespace. | 407 | 
|  | Missing a Javadoc comment. | 410 | 
|  | '(' is preceded with whitespace. | 410 | 
|  | Parameter fd should be final. | 410 | 
|  | '{' should be on the previous line. | 411 | 
|  | '(' is preceded with whitespace. | 412 | 
|  | '{' should be on the previous line. | 413 | 
|  | '(' is preceded with whitespace. | 416 | 
|  | '(' is preceded with whitespace. | 416 | 
|  | Missing a Javadoc comment. | 419 | 
|  | '(' is preceded with whitespace. | 419 | 
|  | Parameter lc should be final. | 419 | 
|  | '{' should be on the previous line. | 420 | 
|  | '(' is preceded with whitespace. | 421 | 
|  | '(' is preceded with whitespace. | 422 | 
|  | '(' is preceded with whitespace. | 422 | 
|  | '(' is preceded with whitespace. | 427 | 
|  | '(' is preceded with whitespace. | 428 | 
|  | '(' is preceded with whitespace. | 429 | 
|  | '(' is preceded with whitespace. | 430 | 
|  | '(' is preceded with whitespace. | 430 | 
|  | '(' is preceded with whitespace. | 431 | 
|  | '(' is preceded with whitespace. | 431 | 
|  | '(' is preceded with whitespace. | 432 | 
|  | '(' is preceded with whitespace. | 433 | 
|  | '(' is preceded with whitespace. | 434 | 
|  | '(' is preceded with whitespace. | 435 | 
|  | '{' should be on the previous line. | 436 | 
|  | '(' is preceded with whitespace. | 437 | 
|  | '(' is preceded with whitespace. | 438 | 
|  | '(' is preceded with whitespace. | 439 | 
|  | '{' should be on the previous line. | 442 | 
|  | '(' is preceded with whitespace. | 443 | 
|  | '(' is preceded with whitespace. | 445 | 
|  | '(' is preceded with whitespace. | 445 | 
|  | '(' is preceded with whitespace. | 446 | 
|  | '(' is preceded with whitespace. | 447 | 
|  | '{' should be on the previous line. | 448 | 
|  | '(' is preceded with whitespace. | 449 | 
|  | '(' is preceded with whitespace. | 449 | 
|  | '(' is preceded with whitespace. | 452 | 
|  | '{' should be on the previous line. | 453 | 
|  | '(' is preceded with whitespace. | 455 | 
|  | '{' should be on the previous line. | 456 | 
|  | '(' is preceded with whitespace. | 457 | 
|  | '(' is preceded with whitespace. | 459 | 
|  | '(' is preceded with whitespace. | 464 | 
|  | Missing a Javadoc comment. | 467 | 
|  | '(' is preceded with whitespace. | 467 | 
|  | Parameter fd should be final. | 467 | 
|  | '{' should be on the previous line. | 468 | 
|  | '(' is preceded with whitespace. | 469 | 
|  | '(' is preceded with whitespace. | 470 | 
|  | '(' is preceded with whitespace. | 472 | 
|  | '(' is preceded with whitespace. | 472 | 
|  | '{' should be on the previous line. | 473 | 
|  | '(' is preceded with whitespace. | 476 | 
|  | '(' is preceded with whitespace. | 476 | 
|  | '{' should be on the previous line. | 477 | 
|  | Missing a Javadoc comment. | 483 | 
|  | '(' is preceded with whitespace. | 483 | 
|  | Parameter fd should be final. | 483 | 
|  | '{' should be on the previous line. | 484 | 
|  | '(' is preceded with whitespace. | 485 | 
|  | '{' should be on the previous line. | 486 | 
|  | '(' is preceded with whitespace. | 487 | 
|  | '{' should be on the previous line. | 488 | 
|  | '(' is preceded with whitespace. | 491 | 
|  | '(' is preceded with whitespace. | 493 | 
|  | '{' should be on the previous line. | 494 | 
|  | '(' is preceded with whitespace. | 495 | 
|  | '(' is preceded with whitespace. | 497 | 
|  | '(' is preceded with whitespace. | 498 | 
|  | Missing a Javadoc comment. | 500 | 
|  | Missing a Javadoc comment. | 501 | 
|  | Missing a Javadoc comment. | 503 | 
|  | '(' is preceded with whitespace. | 503 | 
|  | Parameter searchType should be final. | 503 | 
|  | '{' should be on the previous line. | 504 | 
|  | '(' is preceded with whitespace. | 505 | 
|  | Missing a Javadoc comment. | 508 | 
|  | '(' is preceded with whitespace. | 508 | 
|  | Parameter searchType should be final. | 508 | 
|  | '{' should be on the previous line. | 509 | 
|  | '{' should be on the previous line. | 511 | 
|  | '(' is preceded with whitespace. | 514 | 
|  | '{' should be on the previous line. | 515 | 
|  | '(' is preceded with whitespace. | 518 | 
|  | '{' should be on the previous line. | 519 | 
|  | '(' is preceded with whitespace. | 522 | 
|  | '{' should be on the previous line. | 523 | 
|  | '(' is preceded with whitespace. | 526 | 
|  | '{' should be on the previous line. | 527 | 
|  | '(' is preceded with whitespace. | 530 | 
|  | '{' should be on the previous line. | 531 | 
|  | '(' is preceded with whitespace. | 534 | 
|  | '{' should be on the previous line. | 535 | 
|  | '(' is preceded with whitespace. | 538 | 
|  | '{' should be on the previous line. | 539 | 
|  | '(' is preceded with whitespace. | 542 | 
|  | '{' should be on the previous line. | 543 | 
|  | '(' is preceded with whitespace. | 546 | 
|  | Missing a Javadoc comment. | 549 | 
|  | '(' is preceded with whitespace. | 549 | 
|  | Parameter params should be final. | 550 | 
|  | '{' should be on the previous line. | 551 | 
|  | '(' is preceded with whitespace. | 552 | 
|  | '{' should be on the previous line. | 554 | 
|  | '(' is preceded with whitespace. | 557 | 
|  | '{' should be on the previous line. | 558 | 
|  | '{' should be on the previous line. | 562 | 
|  | '(' is preceded with whitespace. | 563 | 
|  | '{' should be on the previous line. | 564 | 
|  | '(' is preceded with whitespace. | 565 | 
|  | '(' is preceded with whitespace. | 568 | 
|  | '{' should be on the previous line. | 569 | 
|  | '(' is preceded with whitespace. | 570 | 
|  | Missing a Javadoc comment. | 576 | 
|  | '(' is preceded with whitespace. | 576 | 
|  | Parameter fd should be final. | 576 | 
|  | '{' should be on the previous line. | 577 | 
|  | '(' is preceded with whitespace. | 578 | 
|  | '{' should be on the previous line. | 579 | 
|  | '(' is preceded with whitespace. | 582 | 
|  | '(' is preceded with whitespace. | 582 | 
|  | '{' should be on the previous line. | 583 | 
|  | '(' is preceded with whitespace. | 584 | 
|  | '(' is preceded with whitespace. | 584 | 
|  | '{' should be on the previous line. | 585 | 
|  | '(' is preceded with whitespace. | 586 | 
|  | '(' is preceded with whitespace. | 590 | 
|  | '(' is preceded with whitespace. | 590 | 
|  | '{' should be on the previous line. | 591 | 
|  | '(' is preceded with whitespace. | 594 | 
|  | '(' is preceded with whitespace. | 594 | 
|  | '{' should be on the previous line. | 595 | 
|  | '(' is preceded with whitespace. | 600 | 
|  | '{' should be on the previous line. | 601 | 
|  | '(' is preceded with whitespace. | 602 | 
|  | '{' should be on the previous line. | 603 | 
|  | '(' is preceded with whitespace. | 604 | 
|  | '(' is preceded with whitespace. | 604 | 
|  | '(' is preceded with whitespace. | 608 | 
|  | Missing a Javadoc comment. | 611 | 
|  | '(' is preceded with whitespace. | 611 | 
|  | Parameter fd should be final. | 611 | 
|  | '{' should be on the previous line. | 612 | 
|  | '(' is preceded with whitespace. | 613 | 
|  | '{' should be on the previous line. | 614 | 
|  | '(' is preceded with whitespace. | 615 | 
|  | '(' is preceded with whitespace. | 615 | 
|  | '{' should be on the previous line. | 616 | 
|  | '(' is preceded with whitespace. | 617 | 
|  | '(' is preceded with whitespace. | 617 | 
|  | '(' is preceded with whitespace. | 617 | 
|  | '{' should be on the previous line. | 618 | 
|  | '(' is preceded with whitespace. | 619 | 
|  | '(' is preceded with whitespace. | 621 | 
|  | '(' is preceded with whitespace. | 621 | 
|  | '(' is preceded with whitespace. | 623 | 
|  | '(' is preceded with whitespace. | 625 | 
|  | '{' should be on the previous line. | 626 | 
|  | '(' is preceded with whitespace. | 627 | 
|  | Missing a Javadoc comment. | 632 | 
|  | '(' is preceded with whitespace. | 632 | 
|  | Parameter fd should be final. | 632 | 
|  | '{' should be on the previous line. | 633 | 
|  | '(' is preceded with whitespace. | 634 | 
|  | '(' is preceded with whitespace. | 636 | 
|  | '{' should be on the previous line. | 638 | 
|  | '(' is preceded with whitespace. | 639 | 
|  | '(' is preceded with whitespace. | 641 | 
|  | '(' is preceded with whitespace. | 643 | 
|  | '{' should be on the previous line. | 645 | 
|  | '(' is preceded with whitespace. | 646 | 
|  | '(' is preceded with whitespace. | 648 | 
|  | '(' is preceded with whitespace. | 650 | 
|  | '{' should be on the previous line. | 651 | 
|  | '(' is preceded with whitespace. | 654 | 
|  | Missing a Javadoc comment. | 657 | 
|  | '(' is preceded with whitespace. | 657 | 
|  | Parameter fd should be final. | 657 | 
|  | '{' should be on the previous line. | 658 | 
|  | '(' is preceded with whitespace. | 659 | 
|  | '{' should be on the previous line. | 660 | 
|  | '(' is preceded with whitespace. | 663 | 
|  | '(' is preceded with whitespace. | 663 | 
|  | '{' should be on the previous line. | 664 | 
|  | '(' is preceded with whitespace. | 667 | 
|  | '(' is preceded with whitespace. | 669 | 
|  | '(' is preceded with whitespace. | 670 | 
|  | '{' should be on the previous line. | 671 | 
|  | '(' is preceded with whitespace. | 672 | 
|  | '(' is preceded with whitespace. | 674 | 
|  | '(' is preceded with whitespace. | 674 | 
|  | '(' is preceded with whitespace. | 676 | 
|  | '(' is preceded with whitespace. | 676 | 
|  | '{' should be on the previous line. | 677 | 
|  | '(' is preceded with whitespace. | 678 | 
|  | '}' should be on the same line. | 679 | 
|  | '{' should be on the previous line. | 681 | 
|  | '(' is preceded with whitespace. | 682 | 
|  | '(' is preceded with whitespace. | 684 | 
|  | '(' is preceded with whitespace. | 685 | 
|  | Missing a Javadoc comment. | 688 | 
|  | '(' is preceded with whitespace. | 688 | 
|  | Parameter fd should be final. | 688 | 
|  | '{' should be on the previous line. | 689 | 
|  | '(' is preceded with whitespace. | 690 | 
|  | '{' should be on the previous line. | 691 | 
|  | '(' is preceded with whitespace. | 694 | 
|  | '(' is preceded with whitespace. | 695 | 
|  | '(' is preceded with whitespace. | 696 | 
|  | '{' should be on the previous line. | 697 | 
|  | '(' is preceded with whitespace. | 698 | 
|  | '(' is preceded with whitespace. | 699 | 
|  | '(' is preceded with whitespace. | 700 | 
|  | '(' is preceded with whitespace. | 701 | 
|  | '(' is preceded with whitespace. | 701 | 
|  | '(' is preceded with whitespace. | 702 | 
|  | '(' is followed by whitespace. | 703 | 
|  | '!' is followed by whitespace. | 703 | 
|  | '(' is preceded with whitespace. | 703 | 
|  | '{' should be on the previous line. | 704 | 
|  | '(' is preceded with whitespace. | 705 | 
|  | '(' is preceded with whitespace. | 707 | 
|  | '(' is preceded with whitespace. | 707 | 
|  | '(' is preceded with whitespace. | 708 | 
|  | '(' is preceded with whitespace. | 710 | 
|  | '(' is preceded with whitespace. | 711 | 
|  | '(' is preceded with whitespace. | 713 | 
|  | '{' should be on the previous line. | 714 | 
|  | '(' is preceded with whitespace. | 715 | 
|  | '(' is preceded with whitespace. | 717 | 
|  | '(' is preceded with whitespace. | 717 | 
|  | '(' is preceded with whitespace. | 719 | 
|  | '(' is preceded with whitespace. | 720 | 
|  | '(' is preceded with whitespace. | 721 | 
|  | '(' is preceded with whitespace. | 722 | 
|  | '(' is preceded with whitespace. | 722 | 
|  | '(' is preceded with whitespace. | 724 | 
|  | Missing a Javadoc comment. | 727 | 
|  | '(' is preceded with whitespace. | 727 | 
|  | Parameter fd should be final. | 727 | 
|  | Parameter cons should be final. | 727 | 
|  | '{' should be on the previous line. | 728 | 
|  | '(' is preceded with whitespace. | 729 | 
|  | '(' is preceded with whitespace. | 730 | 
|  | '(' is preceded with whitespace. | 730 | 
|  | '(' is preceded with whitespace. | 730 | 
|  | '(' is preceded with whitespace. | 731 | 
|  | '(' is preceded with whitespace. | 732 | 
|  | '(' is preceded with whitespace. | 732 | 
|  | '(' is preceded with whitespace. | 732 | 
|  | '(' is preceded with whitespace. | 733 | 
|  | '(' is preceded with whitespace. | 734 | 
|  | '(' is preceded with whitespace. | 734 | 
|  | '(' is preceded with whitespace. | 734 | 
|  | '(' is preceded with whitespace. | 735 | 
|  | '(' is preceded with whitespace. | 736 | 
|  | '(' is preceded with whitespace. | 736 | 
|  | '(' is preceded with whitespace. | 737 | 
|  | '(' is followed by whitespace. | 738 | 
|  | '!' is followed by whitespace. | 738 | 
|  | '(' is preceded with whitespace. | 738 | 
|  | '(' is preceded with whitespace. | 738 | 
|  | '{' should be on the previous line. | 739 | 
|  | '(' is preceded with whitespace. | 740 | 
|  | '(' is preceded with whitespace. | 740 | 
|  | '{' should be on the previous line. | 741 | 
|  | '(' is preceded with whitespace. | 745 | 
|  | '(' is preceded with whitespace. | 746 | 
|  | '(' is preceded with whitespace. | 746 | 
|  | '(' is preceded with whitespace. | 746 | 
|  | '(' is preceded with whitespace. | 747 | 
|  | '(' is preceded with whitespace. | 748 | 
|  | '(' is preceded with whitespace. | 748 | 
|  | '(' is preceded with whitespace. | 748 | 
|  | '(' is preceded with whitespace. | 749 | 
|  | Comment matches to-do format 'TODO:'. | 750 | 
|  | '(' is preceded with whitespace. | 751 | 
|  | Missing a Javadoc comment. | 754 | 
|  | '(' is preceded with whitespace. | 754 | 
|  | Parameter attribute should be final. | 754 | 
|  | Parameter val1 should be final. | 754 | 
|  | Parameter val2 should be final. | 755 | 
|  | '{' should be on the previous line. | 756 | 
|  | '{' should be on the previous line. | 758 | 
|  | '{' should be on the previous line. | 762 | 
|  | '(' is preceded with whitespace. | 763 | 
|  | '{' should be on the previous line. | 766 | 
|  | '(' is preceded with whitespace. | 769 | 
|  | Missing a Javadoc comment. | 772 | 
|  | '(' is preceded with whitespace. | 772 | 
|  | Parameter attribute should be final. | 772 | 
|  | Parameter val1 should be final. | 772 | 
|  | Parameter val2 should be final. | 773 | 
|  | '{' should be on the previous line. | 774 | 
|  | '{' should be on the previous line. | 776 | 
|  | '{' should be on the previous line. | 780 | 
|  | '(' is preceded with whitespace. | 781 | 
|  | '{' should be on the previous line. | 784 | 
|  | '(' is preceded with whitespace. | 787 | 
|  | Missing a Javadoc comment. | 790 | 
|  | '(' is preceded with whitespace. | 790 | 
|  | Parameter attribute should be final. | 790 | 
|  | Parameter val1 should be final. | 790 | 
|  | Parameter val2 should be final. | 790 | 
|  | '{' should be on the previous line. | 791 | 
|  | '{' should be on the previous line. | 793 | 
|  | Missing a Javadoc comment. | 799 | 
|  | '(' is preceded with whitespace. | 799 | 
|  | Parameter attribute should be final. | 799 | 
|  | Parameter val1 should be final. | 799 | 
|  | Parameter val2 should be final. | 799 | 
|  | '{' should be on the previous line. | 800 | 
|  | '{' should be on the previous line. | 802 | 
|  | '{' should be on the previous line. | 806 | 
|  | '{' should be on the previous line. | 810 | 
|  | '(' is preceded with whitespace. | 813 | 
|  | '{' should be on the previous line. | 814 | 
|  | Missing a Javadoc comment. | 820 | 
|  | '(' is preceded with whitespace. | 820 | 
|  | Parameter attribute should be final. | 820 | 
|  | Parameter val1 should be final. | 820 | 
|  | Parameter val2 should be final. | 820 | 
|  | '{' should be on the previous line. | 821 | 
|  | '{' should be on the previous line. | 823 | 
|  | '{' should be on the previous line. | 827 | 
|  | '{' should be on the previous line. | 831 | 
|  | '(' is preceded with whitespace. | 834 | 
|  | '{' should be on the previous line. | 835 | 
|  | '(' is preceded with whitespace. | 838 | 
|  | Missing a Javadoc comment. | 841 | 
|  | '(' is preceded with whitespace. | 841 | 
|  | Parameter value should be final. | 841 | 
|  | '{' should be on the previous line. | 842 | 
|  | '{' should be on the previous line. | 844 | 
|  | '{' should be on the previous line. | 848 | 
|  | '(' is preceded with whitespace. | 851 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 15 | 
|  | '{' is not preceded with whitespace. | 15 | 
|  | Line contains a tab character. | 16 | 
|  | Missing a Javadoc comment. | 16 | 
|  | Line contains a tab character. | 17 | 
|  | Missing a Javadoc comment. | 17 | 
|  | Line contains a tab character. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Line contains a tab character. | 23 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Parameter dictionaryContext should be final. | 23 | 
|  | 'dictionaryContext' hides a field. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line is longer than 80 characters. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Parameter dictionaryContext should be final. | 30 | 
|  | 'dictionaryContext' hides a field. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line is longer than 80 characters. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | '{' is not preceded with whitespace. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 47 | 
|  | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Parameter objectTypeKey should be final. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 57 | 
|  | Method 'getDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 57 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 61 | 
|  | Method 'setDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 61 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Parameter dictionaryContext should be final. | 61 | 
|  | 'dictionaryContext' hides a field. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 20 | 
|  | '{' should be on the previous line. | 21 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Missing a Javadoc comment. | 27 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Missing a Javadoc comment. | 31 | 
|  | '(' is preceded with whitespace. | 31 | 
|  | Parameter outputFileName should be final. | 31 | 
|  | 'outputFileName' hides a field. | 31 | 
|  | Parameter startingClasses should be final. | 32 | 
|  | 'startingClasses' hides a field. | 32 | 
|  | Parameter dictFileName should be final. | 33 | 
|  | 'dictFileName' hides a field. | 33 | 
|  | Parameter processSubstructures should be final. | 34 | 
|  | 'processSubstructures' hides a field. | 34 | 
|  | '{' should be on the previous line. | 35 | 
|  | '(' is preceded with whitespace. | 41 | 
|  | '{' should be on the previous line. | 43 | 
|  | '(' is preceded with whitespace. | 44 | 
|  | '}' should be on the same line. | 45 | 
|  | '{' should be on the previous line. | 47 | 
|  | '(' is preceded with whitespace. | 48 | 
|  | '(' is preceded with whitespace. | 50 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Method 'doTest' is not designed for extension - needs to be abstract, final or empty. | 55 | 
|  | Missing a Javadoc comment. | 55 | 
|  | '(' is preceded with whitespace. | 55 | 
|  | '{' should be on the previous line. | 56 | 
|  | '(' is preceded with whitespace. | 57 | 
|  | '(' is preceded with whitespace. | 59 | 
|  | Line is longer than 80 characters. | 61 | 
|  | '(' is preceded with whitespace. | 62 | 
|  | ':' is not preceded with whitespace. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '{' should be on the previous line. | 64 | 
|  | '(' is preceded with whitespace. | 65 | 
|  | '(' is preceded with whitespace. | 65 | 
|  | '(' is preceded with whitespace. | 66 | 
|  | '(' is preceded with whitespace. | 66 | 
|  | ':' is not preceded with whitespace. | 69 | 
|  | '{' should be on the previous line. | 70 | 
|  | '(' is preceded with whitespace. | 72 | 
|  | '{' should be on the previous line. | 74 | 
|  | Line is longer than 80 characters. | 75 | 
|  | '(' is preceded with whitespace. | 75 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | '(' is preceded with whitespace. | 78 | 
|  | '(' is preceded with whitespace. | 80 | 
|  | '(' is preceded with whitespace. | 81 | 
|  | '{' should be on the previous line. | 82 | 
|  | '(' is preceded with whitespace. | 88 | 
|  | ':' is not preceded with whitespace. | 89 | 
|  | '{' should be on the previous line. | 90 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | '{' should be on the previous line. | 95 | 
|  | Line is longer than 80 characters. | 97 | 
|  | '}' should be on the same line. | 98 | 
|  | '{' should be on the previous line. | 100 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '(' is preceded with whitespace. | 106 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | Line is longer than 80 characters. | 109 | 
|  | '(' is preceded with whitespace. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | ':' is not preceded with whitespace. | 113 | 
|  | '{' should be on the previous line. | 114 | 
|  | '(' is preceded with whitespace. | 115 | 
|  | '(' is preceded with whitespace. | 117 | 
|  | '(' is preceded with whitespace. | 118 | 
|  | '(' is preceded with whitespace. | 119 | 
|  | '(' is preceded with whitespace. | 120 | 
|  | ':' is not preceded with whitespace. | 121 | 
|  | '{' should be on the previous line. | 122 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 126 | 
|  | '(' is preceded with whitespace. | 127 | 
|  | Missing a Javadoc comment. | 130 | 
|  | '(' is preceded with whitespace. | 130 | 
|  | Parameter className should be final. | 130 | 
|  | '{' should be on the previous line. | 131 | 
|  | '(' is preceded with whitespace. | 132 | 
|  | '(' is preceded with whitespace. | 132 | 
|  | Missing a Javadoc comment. | 135 | 
|  | '(' is preceded with whitespace. | 135 | 
|  | Parameter className should be final. | 135 | 
|  | Parameter ac should be final. | 135 | 
|  | '{' should be on the previous line. | 136 | 
|  | Inner assignments should be avoided. | 137 | 
|  | '(' is preceded with whitespace. | 137 | 
|  | '(' is preceded with whitespace. | 138 | 
|  | '{' should be on the previous line. | 140 | 
|  | '(' is preceded with whitespace. | 142 | 
|  | '(' is preceded with whitespace. | 143 | 
|  | Line is longer than 80 characters. | 144 | 
|  | '(' is preceded with whitespace. | 144 | 
|  | '(' is preceded with whitespace. | 148 | 
|  | '(' is preceded with whitespace. | 151 | 
|  | '(' is preceded with whitespace. | 154 | 
|  | '(' is preceded with whitespace. | 154 | 
|  | Missing a Javadoc comment. | 157 | 
|  | '(' is preceded with whitespace. | 157 | 
|  | Parameter name should be final. | 157 | 
|  | '{' should be on the previous line. | 158 | 
|  | '(' is preceded with whitespace. | 159 | 
|  | '{' should be on the previous line. | 160 | 
|  | '(' is preceded with whitespace. | 161 | 
|  | '(' is preceded with whitespace. | 161 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | '{' should be on the previous line. | 22 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Missing a Javadoc comment. | 25 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Missing a Javadoc comment. | 28 | 
|  | '(' is preceded with whitespace. | 28 | 
|  | Parameter os should be final. | 28 | 
|  | 'os' hides a field. | 28 | 
|  | Parameter alreadyValidated should be final. | 29 | 
|  | 'alreadyValidated' hides a field. | 29 | 
|  | Parameter processSubstructures should be final. | 30 | 
|  | '{' should be on the previous line. | 31 | 
|  | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | '(' is preceded with whitespace. | 37 | 
|  | '{' should be on the previous line. | 38 | 
|  | '(' is preceded with whitespace. | 39 | 
|  | '(' is preceded with whitespace. | 40 | 
|  | '{' should be on the previous line. | 41 | 
|  | '(' is preceded with whitespace. | 42 | 
|  | '(' is preceded with whitespace. | 44 | 
|  | '{' should be on the previous line. | 45 | 
|  | '(' is preceded with whitespace. | 46 | 
|  | '(' is preceded with whitespace. | 54 | 
|  | '{' should be on the previous line. | 55 | 
|  | '(' is preceded with whitespace. | 56 | 
|  | '(' is preceded with whitespace. | 59 | 
|  | '(' is preceded with whitespace. | 59 | 
|  | '{' should be on the previous line. | 60 | 
|  | '(' is preceded with whitespace. | 61 | 
|  | '(' is preceded with whitespace. | 64 | 
|  | '(' is preceded with whitespace. | 65 | 
|  | '{' should be on the previous line. | 66 | 
|  | '(' is preceded with whitespace. | 67 | 
|  | '{' should be on the previous line. | 68 | 
|  | '(' is followed by whitespace. | 69 | 
|  | '!' is followed by whitespace. | 69 | 
|  | '(' is preceded with whitespace. | 69 | 
|  | '(' is preceded with whitespace. | 69 | 
|  | '{' should be on the previous line. | 70 | 
|  | '(' is preceded with whitespace. | 71 | 
|  | '(' is preceded with whitespace. | 71 | 
|  | '(' is preceded with whitespace. | 74 | 
|  | '(' is preceded with whitespace. | 74 | 
|  | Missing a Javadoc comment. | 91 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | Parameter fd should be final. | 91 | 
|  | '{' should be on the previous line. | 92 | 
|  | '(' is preceded with whitespace. | 93 | 
|  | '(' is preceded with whitespace. | 94 | 
|  | '{' should be on the previous line. | 95 | 
|  | '(' is preceded with whitespace. | 96 | 
|  | '}' should be on the same line. | 97 | 
|  | '(' is preceded with whitespace. | 98 | 
|  | '(' is preceded with whitespace. | 98 | 
|  | '(' is preceded with whitespace. | 98 | 
|  | '{' should be on the previous line. | 99 | 
|  | '(' is preceded with whitespace. | 100 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '{' should be on the previous line. | 103 | 
|  | '(' is preceded with whitespace. | 104 | 
|  | '(' is preceded with whitespace. | 104 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '(' is preceded with whitespace. | 106 | 
|  | '(' is preceded with whitespace. | 106 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | '(' is preceded with whitespace. | 109 | 
|  | '(' is preceded with whitespace. | 109 | 
|  | '(' is preceded with whitespace. | 110 | 
|  | '{' should be on the previous line. | 111 | 
|  | '(' is preceded with whitespace. | 112 | 
|  | '(' is preceded with whitespace. | 113 | 
|  | Line is longer than 80 characters. | 114 | 
|  | '}' should be on the same line. | 115 | 
|  | '{' should be on the previous line. | 117 | 
|  | '{' should be on the previous line. | 119 | 
|  | '(' is preceded with whitespace. | 120 | 
|  | '(' is preceded with whitespace. | 120 | 
|  | '{' should be on the previous line. | 121 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | Line is longer than 80 characters. | 124 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | Line is longer than 80 characters. | 129 | 
|  | '(' is preceded with whitespace. | 129 | 
|  | '(' is preceded with whitespace. | 129 | 
|  | '(' is preceded with whitespace. | 129 | 
|  | '(' is preceded with whitespace. | 129 | 
|  | Line is longer than 80 characters. | 130 | 
|  | '(' is preceded with whitespace. | 130 | 
|  | '(' is preceded with whitespace. | 130 | 
|  | '(' is preceded with whitespace. | 130 | 
|  | '(' is preceded with whitespace. | 130 | 
|  | Line is longer than 80 characters. | 131 | 
|  | '(' is preceded with whitespace. | 131 | 
|  | '(' is preceded with whitespace. | 131 | 
|  | '(' is preceded with whitespace. | 131 | 
|  | '(' is preceded with whitespace. | 131 | 
|  | Comment matches to-do format 'TODO:'. | 132 | 
|  | Line is longer than 80 characters. | 132 | 
|  | '(' is preceded with whitespace. | 133 | 
|  | '{' should be on the previous line. | 134 | 
|  | '{' should be on the previous line. | 136 | 
|  | '(' is preceded with whitespace. | 137 | 
|  | '(' is preceded with whitespace. | 137 | 
|  | '}' should be on the same line. | 138 | 
|  | '{' should be on the previous line. | 140 | 
|  | '(' is preceded with whitespace. | 141 | 
|  | '(' is preceded with whitespace. | 142 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '{' should be on the previous line. | 148 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '(' is preceded with whitespace. | 151 | 
|  | '{' should be on the previous line. | 152 | 
|  | '(' is preceded with whitespace. | 153 | 
|  | '(' is preceded with whitespace. | 153 | 
|  | '(' is preceded with whitespace. | 153 | 
|  | '(' is preceded with whitespace. | 155 | 
|  | '{' should be on the previous line. | 156 | 
|  | '(' is preceded with whitespace. | 157 | 
|  | '(' is preceded with whitespace. | 157 | 
|  | '(' is preceded with whitespace. | 157 | 
|  | Missing a Javadoc comment. | 162 | 
|  | '(' is preceded with whitespace. | 162 | 
|  | Parameter errors should be final. | 162 | 
|  | Parameter fd should be final. | 162 | 
|  | Parameter validation should be final. | 163 | 
|  | Parameter value should be final. | 164 | 
|  | '{' should be on the previous line. | 165 | 
|  | '{' should be on the previous line. | 167 | 
|  | '(' is preceded with whitespace. | 168 | 
|  | '(' is preceded with whitespace. | 168 | 
|  | Missing a Javadoc comment. | 173 | 
|  | '(' is preceded with whitespace. | 173 | 
|  | Parameter errors should be final. | 173 | 
|  | Parameter fieldName should be final. | 173 | 
|  | Parameter propertyName should be final. | 174 | 
|  | Parameter dataType should be final. | 174 | 
|  | Parameter value should be final. | 175 | 
|  | '{' should be on the previous line. | 176 | 
|  | '{' should be on the previous line. | 178 | 
|  | '{' should be on the previous line. | 182 | 
|  | '(' is preceded with whitespace. | 184 | 
|  | '(' is preceded with whitespace. | 184 | 
|  | '{' should be on the previous line. | 188 | 
|  | '(' is preceded with whitespace. | 189 | 
|  | '}' should be on the same line. | 190 | 
|  | '{' should be on the previous line. | 192 | 
|  | '(' is preceded with whitespace. | 193 | 
|  | '{' should be on the previous line. | 201 | 
|  | '(' is preceded with whitespace. | 202 | 
|  | '}' should be on the same line. | 203 | 
|  | '{' should be on the previous line. | 205 | 
|  | '(' is preceded with whitespace. | 206 | 
|  | Line is longer than 80 characters. | 208 | 
|  | '{' should be on the previous line. | 213 | 
|  | '(' is preceded with whitespace. | 214 | 
|  | '}' should be on the same line. | 215 | 
|  | '{' should be on the previous line. | 217 | 
|  | '(' is preceded with whitespace. | 218 | 
|  | '{' should be on the previous line. | 226 | 
|  | '(' is preceded with whitespace. | 227 | 
|  | '}' should be on the same line. | 228 | 
|  | '{' should be on the previous line. | 230 | 
|  | '(' is preceded with whitespace. | 231 | 
|  | '{' should be on the previous line. | 239 | 
|  | '(' is preceded with whitespace. | 240 | 
|  | '{' should be on the previous line. | 243 | 
|  | '(' is preceded with whitespace. | 244 | 
|  | '(' is preceded with whitespace. | 244 | 
|  | '{' should be on the previous line. | 245 | 
|  | '(' is preceded with whitespace. | 248 | 
|  | '(' is preceded with whitespace. | 248 | 
|  | '{' should be on the previous line. | 249 | 
|  | '(' is preceded with whitespace. | 253 | 
|  | '{' should be on the previous line. | 261 | 
|  | '{' should be on the previous line. | 265 | 
|  | Comment matches to-do format 'TODO:'. | 266 | 
|  | '(' is preceded with whitespace. | 267 | 
|  | '(' is preceded with whitespace. | 267 | 
|  | '(' is preceded with whitespace. | 267 | 
|  | '}' should be on the same line. | 268 | 
|  | '{' should be on the previous line. | 270 | 
|  | '(' is preceded with whitespace. | 271 | 
|  | '(' is preceded with whitespace. | 278 | 
|  | Missing a Javadoc comment. | 286 | 
|  | '(' is preceded with whitespace. | 286 | 
|  | Parameter fd should be final. | 286 | 
|  | Parameter vc should be final. | 287 | 
|  | '{' should be on the previous line. | 288 | 
|  | '(' is preceded with whitespace. | 289 | 
|  | '(' is preceded with whitespace. | 290 | 
|  | '(' is preceded with whitespace. | 291 | 
|  | '{' should be on the previous line. | 294 | 
|  | '}' should be on the same line. | 296 | 
|  | '{' should be on the previous line. | 298 | 
|  | '(' is preceded with whitespace. | 299 | 
|  | '(' is preceded with whitespace. | 300 | 
|  | '(' is followed by whitespace. | 302 | 
|  | '!' is followed by whitespace. | 302 | 
|  | '(' is preceded with whitespace. | 302 | 
|  | '{' should be on the previous line. | 303 | 
|  | '(' is preceded with whitespace. | 304 | 
|  | '(' is preceded with whitespace. | 305 | 
|  | Line is longer than 80 characters. | 306 | 
|  | '{' should be on the previous line. | 310 | 
|  | '(' is preceded with whitespace. | 311 | 
|  | '}' should be on the same line. | 312 | 
|  | '{' should be on the previous line. | 314 | 
|  | '(' is preceded with whitespace. | 315 | 
|  | '(' is preceded with whitespace. | 315 | 
|  | Missing a Javadoc comment. | 322 | 
|  | '(' is preceded with whitespace. | 322 | 
|  | Parameter fd should be final. | 322 | 
|  | Parameter lc should be final. | 322 | 
|  | '{' should be on the previous line. | 323 | 
|  | '(' is preceded with whitespace. | 324 | 
|  | '(' is preceded with whitespace. | 325 | 
|  | '{' should be on the previous line. | 326 | 
|  | '(' is preceded with whitespace. | 327 | 
|  | '(' is preceded with whitespace. | 327 | 
|  | Comment matches to-do format 'TODO:'. | 329 | 
|  | Missing a Javadoc comment. | 332 | 
|  | Missing a Javadoc comment. | 333 | 
|  | Missing a Javadoc comment. | 334 | 
|  | Missing a Javadoc comment. | 335 | 
|  | Missing a Javadoc comment. | 336 | 
|  | Missing a Javadoc comment. | 337 | 
|  | Missing a Javadoc comment. | 338 | 
|  | Line is longer than 80 characters. | 340 | 
|  | Missing a Javadoc comment. | 343 | 
|  | '(' is preceded with whitespace. | 343 | 
|  | Parameter fd should be final. | 343 | 
|  | Parameter cc should be final. | 343 | 
|  | '{' should be on the previous line. | 344 | 
|  | '(' is preceded with whitespace. | 345 | 
|  | '(' is preceded with whitespace. | 346 | 
|  | '{' should be on the previous line. | 347 | 
|  | '(' is preceded with whitespace. | 348 | 
|  | '(' is preceded with whitespace. | 348 | 
|  | '}' should be on the same line. | 350 | 
|  | '{' should be on the previous line. | 352 | 
|  | '++' is preceded with whitespace. | 354 | 
|  | '{' should be on the previous line. | 355 | 
|  | '(' is preceded with whitespace. | 356 | 
|  | '(' is preceded with whitespace. | 356 | 
|  | '{' should be on the previous line. | 357 | 
|  | '(' is followed by whitespace. | 362 | 
|  | '!' is followed by whitespace. | 362 | 
|  | '{' should be on the previous line. | 363 | 
|  | '(' is preceded with whitespace. | 364 | 
|  | '(' is preceded with whitespace. | 364 | 
|  | '(' is preceded with whitespace. | 366 | 
|  | '(' is preceded with whitespace. | 369 | 
|  | '{' should be on the previous line. | 370 | 
|  | '(' is preceded with whitespace. | 371 | 
|  | '(' is preceded with whitespace. | 372 | 
|  | Line is longer than 80 characters. | 373 | 
|  | '}' should be on the same line. | 374 | 
|  | '(' is preceded with whitespace. | 375 | 
|  | '(' is preceded with whitespace. | 375 | 
|  | '(' is preceded with whitespace. | 375 | 
|  | '{' should be on the previous line. | 376 | 
|  | '(' is preceded with whitespace. | 377 | 
|  | '(' is preceded with whitespace. | 378 | 
|  | Line is longer than 80 characters. | 379 | 
|  | '(' is preceded with whitespace. | 381 | 
|  | '{' should be on the previous line. | 382 | 
|  | '(' is preceded with whitespace. | 383 | 
|  | '(' is preceded with whitespace. | 383 | 
|  | '(' is preceded with whitespace. | 387 | 
|  | '(' is preceded with whitespace. | 387 | 
|  | '{' should be on the previous line. | 388 | 
|  | '(' is preceded with whitespace. | 389 | 
|  | '(' is preceded with whitespace. | 389 | 
|  | '(' is preceded with whitespace. | 392 | 
|  | '{' should be on the previous line. | 393 | 
|  | '(' is preceded with whitespace. | 394 | 
|  | '{' should be on the previous line. | 395 | 
|  | '(' is preceded with whitespace. | 396 | 
|  | '(' is preceded with whitespace. | 397 | 
|  | Line is longer than 80 characters. | 398 | 
|  | Comment matches to-do format 'TODO:'. | 401 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 59 | 
|  | '{' is not preceded with whitespace. | 59 | 
|  | Line has trailing spaces. | 60 | 
|  | Line is longer than 80 characters. | 61 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Variable 'logger' must be private and have accessor methods. | 61 | 
|  | Line contains a tab character. | 63 | 
|  | Method 'getBeanClass' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Parameter element should be final. | 65 | 
|  | Line contains a tab character. | 67 | 
|  | '{' is not preceded with whitespace. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line has trailing spaces. | 121 | 
|  | Line contains a tab character. | 121 | 
|  | Method 'doParse' is not designed for extension - needs to be abstract, final or empty. | 126 | 
|  | Line is longer than 80 characters. | 127 | 
|  | Parameter element should be final. | 127 | 
|  | Parameter pc should be final. | 127 | 
|  | Parameter builder should be final. | 127 | 
|  | Line has trailing spaces. | 128 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | 'if' is not followed by whitespace. | 130 | 
|  | '{' is not preceded with whitespace. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | 'for' is not followed by whitespace. | 131 | 
|  | ';' is not followed by whitespace. | 131 | 
|  | '<' is not preceded with whitespace. | 131 | 
|  | '<' is not followed by whitespace. | 131 | 
|  | ';' is not followed by whitespace. | 131 | 
|  | '{' is not preceded with whitespace. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | 'if' is not followed by whitespace. | 133 | 
|  | '{' is not preceded with whitespace. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line is longer than 80 characters. | 135 | 
|  | Line contains a tab character. | 135 | 
|  | 'else' is not preceded with whitespace. | 135 | 
|  | '}' is not followed by whitespace. | 135 | 
|  | 'if' is not followed by whitespace. | 135 | 
|  | '&&' is not preceded with whitespace. | 135 | 
|  | '&&' is not followed by whitespace. | 135 | 
|  | '{' is not preceded with whitespace. | 135 | 
|  | Line is longer than 80 characters. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line has trailing spaces. | 140 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | 'for' is not followed by whitespace. | 143 | 
|  | ';' is not followed by whitespace. | 143 | 
|  | '<' is not preceded with whitespace. | 143 | 
|  | '<' is not followed by whitespace. | 143 | 
|  | ';' is not followed by whitespace. | 143 | 
|  | '{' is not preceded with whitespace. | 143 | 
|  | Line is longer than 80 characters. | 146 | 
|  | Line has trailing spaces. | 147 | 
|  | 'if' is not followed by whitespace. | 147 | 
|  | '{' is not preceded with whitespace. | 147 | 
|  | Line contains a tab character. | 147 | 
|  | Line has trailing spaces. | 148 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | '=' is not preceded with whitespace. | 150 | 
|  | '=' is not followed by whitespace. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | 'if' is not followed by whitespace. | 151 | 
|  | '{' is not preceded with whitespace. | 151 | 
|  | Line is longer than 80 characters. | 152 | 
|  | Line contains a tab character. | 152 | 
|  | '=' is not preceded with whitespace. | 152 | 
|  | '=' is not followed by whitespace. | 152 | 
|  | '-' is not preceded with whitespace. | 152 | 
|  | '-' is not followed by whitespace. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | 'if' is not followed by whitespace. | 154 | 
|  | '{' is not preceded with whitespace. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | 'if' is not followed by whitespace. | 156 | 
|  | '{' is not preceded with whitespace. | 156 | 
|  | Line is longer than 80 characters. | 157 | 
|  | Line contains a tab character. | 157 | 
|  | '=' is not preceded with whitespace. | 157 | 
|  | '=' is not followed by whitespace. | 157 | 
|  | ',' is not followed by whitespace. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line is longer than 80 characters. | 159 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | 'if' is not followed by whitespace. | 160 | 
|  | '!=' is not preceded with whitespace. | 160 | 
|  | '!=' is not followed by whitespace. | 160 | 
|  | '&&' is not preceded with whitespace. | 160 | 
|  | '&&' is not followed by whitespace. | 160 | 
|  | '{' is not preceded with whitespace. | 160 | 
|  | Line is longer than 80 characters. | 161 | 
|  | Line contains a tab character. | 161 | 
|  | '=' is not preceded with whitespace. | 161 | 
|  | '=' is not followed by whitespace. | 161 | 
|  | ',' is not followed by whitespace. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | ',' is not followed by whitespace. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | 'else' is not preceded with whitespace. | 165 | 
|  | '}' is not followed by whitespace. | 165 | 
|  | 'if' is not followed by whitespace. | 165 | 
|  | '{' is not preceded with whitespace. | 165 | 
|  | Line is longer than 80 characters. | 166 | 
|  | Line contains a tab character. | 166 | 
|  | ',' is not followed by whitespace. | 166 | 
|  | 'cast' is not followed by whitespace. | 166 | 
|  | Line is longer than 80 characters. | 167 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | 'else' is not preceded with whitespace. | 169 | 
|  | '}' is not followed by whitespace. | 169 | 
|  | 'if' is not followed by whitespace. | 169 | 
|  | '{' is not preceded with whitespace. | 169 | 
|  | Line is longer than 80 characters. | 170 | 
|  | Line contains a tab character. | 170 | 
|  | 'if' is not followed by whitespace. | 170 | 
|  | '{' is not preceded with whitespace. | 170 | 
|  | Line is longer than 80 characters. | 171 | 
|  | Line contains a tab character. | 171 | 
|  | 'cast' is not followed by whitespace. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line is longer than 80 characters. | 173 | 
|  | Line contains a tab character. | 173 | 
|  | 'cast' is not followed by whitespace. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | 'else' is not preceded with whitespace. | 174 | 
|  | '}' is not followed by whitespace. | 174 | 
|  | 'else' is not followed by whitespace. | 174 | 
|  | '{' is not preceded with whitespace. | 174 | 
|  | Line is longer than 80 characters. | 175 | 
|  | Line contains a tab character. | 175 | 
|  | 'cast' is not followed by whitespace. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | 'else' is not preceded with whitespace. | 177 | 
|  | '}' is not followed by whitespace. | 177 | 
|  | 'else' is not followed by whitespace. | 177 | 
|  | '{' is not preceded with whitespace. | 177 | 
|  | Line is longer than 80 characters. | 178 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 179 | 
|  | Line is longer than 80 characters. | 180 | 
|  | Line contains a tab character. | 180 | 
|  | 'if' is not followed by whitespace. | 180 | 
|  | '!=' is not preceded with whitespace. | 180 | 
|  | '!=' is not followed by whitespace. | 180 | 
|  | '||' is not followed by whitespace. | 180 | 
|  | '{' is not preceded with whitespace. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line is longer than 80 characters. | 182 | 
|  | Line contains a tab character. | 182 | 
|  | 'cast' is not followed by whitespace. | 182 | 
|  | Line is longer than 80 characters. | 183 | 
|  | Line contains a tab character. | 183 | 
|  | '=' is not preceded with whitespace. | 183 | 
|  | '=' is not followed by whitespace. | 183 | 
|  | ',' is not followed by whitespace. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | 'else' is not preceded with whitespace. | 185 | 
|  | '}' is not followed by whitespace. | 185 | 
|  | 'else' is not followed by whitespace. | 185 | 
|  | '{' is not preceded with whitespace. | 185 | 
|  | Line has trailing spaces. | 186 | 
|  | Line contains a tab character. | 186 | 
|  | Line has trailing spaces. | 187 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line is longer than 80 characters. | 189 | 
|  | Line contains a tab character. | 189 | 
|  | '=' is not preceded with whitespace. | 189 | 
|  | '=' is not followed by whitespace. | 189 | 
|  | ',' is not followed by whitespace. | 189 | 
|  | Line is longer than 80 characters. | 191 | 
|  | Line contains a tab character. | 191 | 
|  | 'if' is not followed by whitespace. | 191 | 
|  | '&&' is not preceded with whitespace. | 191 | 
|  | '&&' is not followed by whitespace. | 191 | 
|  | 'cast' is not followed by whitespace. | 191 | 
|  | '{' is not preceded with whitespace. | 191 | 
|  | Line is longer than 80 characters. | 192 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line is longer than 80 characters. | 194 | 
|  | Line contains a tab character. | 194 | 
|  | Line is longer than 80 characters. | 195 | 
|  | Line contains a tab character. | 195 | 
|  | Line is longer than 80 characters. | 196 | 
|  | Line contains a tab character. | 196 | 
|  | '+' is not preceded with whitespace. | 196 | 
|  | '+' is not followed by whitespace. | 196 | 
|  | ',' is not followed by whitespace. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | 'else' is not preceded with whitespace. | 198 | 
|  | '}' is not followed by whitespace. | 198 | 
|  | 'else' is not followed by whitespace. | 198 | 
|  | '{' is not preceded with whitespace. | 198 | 
|  | Line is longer than 80 characters. | 199 | 
|  | Line contains a tab character. | 199 | 
|  | Line contains a tab character. | 200 | 
|  | Line contains a tab character. | 201 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | Line has trailing spaces. | 208 | 
|  | First sentence should end with a period. | 209 | 
|  | Line has trailing spaces. | 210 | 
|  | Line contains a tab character. | 212 | 
|  | Parameter element should be final. | 217 | 
|  | Expected @param tag for 'element'. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | 'for' is not followed by whitespace. | 219 | 
|  | ';' is not followed by whitespace. | 219 | 
|  | '<' is not preceded with whitespace. | 219 | 
|  | '<' is not followed by whitespace. | 219 | 
|  | ';' is not followed by whitespace. | 219 | 
|  | '{' is not preceded with whitespace. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line is longer than 80 characters. | 221 | 
|  | Line contains a tab character. | 221 | 
|  | 'if' is not followed by whitespace. | 221 | 
|  | '{' is not preceded with whitespace. | 221 | 
|  | Line contains a tab character. | 222 | 
|  | 'cast' is not followed by whitespace. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | 'cast' is not followed by whitespace. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line contains a tab character. | 227 | 
|  | Line contains a tab character. | 228 | 
|  | Line is longer than 80 characters. | 230 | 
|  | Line contains a tab character. | 230 | 
|  | Missing a Javadoc comment. | 232 | 
|  | Parameter element should be final. | 232 | 
|  | Parameter localName should be final. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | 'try' is not followed by whitespace. | 233 | 
|  | '{' is not preceded with whitespace. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line is longer than 80 characters. | 235 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line has trailing spaces. | 238 | 
|  | Line contains a tab character. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Line has trailing spaces. | 240 | 
|  | Line contains a tab character. | 240 | 
|  | Line contains a tab character. | 241 | 
|  | 'for' is not followed by whitespace. | 241 | 
|  | ';' is not followed by whitespace. | 241 | 
|  | '<' is not preceded with whitespace. | 241 | 
|  | '<' is not followed by whitespace. | 241 | 
|  | ';' is not followed by whitespace. | 241 | 
|  | '{' is not preceded with whitespace. | 241 | 
|  | Line contains a tab character. | 242 | 
|  | Line is longer than 80 characters. | 243 | 
|  | Line contains a tab character. | 243 | 
|  | 'if' is not followed by whitespace. | 243 | 
|  | '{' is not preceded with whitespace. | 243 | 
|  | Line has trailing spaces. | 244 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 245 | 
|  | Line contains a tab character. | 246 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line is longer than 80 characters. | 249 | 
|  | Line contains a tab character. | 249 | 
|  | 'if' is not followed by whitespace. | 249 | 
|  | '+' is not preceded with whitespace. | 249 | 
|  | '+' is not followed by whitespace. | 249 | 
|  | '{' is not preceded with whitespace. | 249 | 
|  | Line has trailing spaces. | 250 | 
|  | Line contains a tab character. | 250 | 
|  | Line is longer than 80 characters. | 251 | 
|  | Line contains a tab character. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line is longer than 80 characters. | 253 | 
|  | Line contains a tab character. | 253 | 
|  | 'cast' is not followed by whitespace. | 253 | 
|  | Line contains a tab character. | 254 | 
|  | Line contains a tab character. | 255 | 
|  | Line contains a tab character. | 256 | 
|  | Line has trailing spaces. | 257 | 
|  | Line contains a tab character. | 257 | 
|  | Line contains a tab character. | 258 | 
|  | Line contains a tab character. | 259 | 
|  | 'catch' is not preceded with whitespace. | 259 | 
|  | '}' is not followed by whitespace. | 259 | 
|  | 'catch' is not followed by whitespace. | 259 | 
|  | '{' is not preceded with whitespace. | 259 | 
|  | Line contains a tab character. | 260 | 
|  | Line contains a tab character. | 261 | 
|  | Line contains a tab character. | 262 | 
|  | Line contains a tab character. | 263 | 
|  | Line is longer than 80 characters. | 265 | 
|  | Line contains a tab character. | 266 | 
|  | Missing a Javadoc comment. | 266 | 
|  | Parameter parentName should be final. | 266 | 
|  | Parameter nodeName should be final. | 266 | 
|  | Line contains a tab character. | 267 | 
|  | 'if' is not followed by whitespace. | 267 | 
|  | '&&' is not preceded with whitespace. | 267 | 
|  | '&&' is not followed by whitespace. | 267 | 
|  | '{' is not preceded with whitespace. | 267 | 
|  | Line contains a tab character. | 268 | 
|  | Line contains a tab character. | 269 | 
|  | Line is longer than 80 characters. | 270 | 
|  | Line contains a tab character. | 270 | 
|  | 'if' is not followed by whitespace. | 270 | 
|  | '&&' is not preceded with whitespace. | 270 | 
|  | '&&' is not followed by whitespace. | 270 | 
|  | '{' is not preceded with whitespace. | 270 | 
|  | Line contains a tab character. | 271 | 
|  | Line contains a tab character. | 272 | 
|  | Line contains a tab character. | 273 | 
|  | 'if' is not followed by whitespace. | 273 | 
|  | '&&' is not preceded with whitespace. | 273 | 
|  | '&&' is not followed by whitespace. | 273 | 
|  | '{' is not preceded with whitespace. | 273 | 
|  | Line contains a tab character. | 274 | 
|  | Line contains a tab character. | 275 | 
|  | Line contains a tab character. | 276 | 
|  | 'if' is not followed by whitespace. | 276 | 
|  | '&&' is not preceded with whitespace. | 276 | 
|  | '&&' is not followed by whitespace. | 276 | 
|  | '{' is not preceded with whitespace. | 276 | 
|  | Line contains a tab character. | 277 | 
|  | Line contains a tab character. | 278 | 
|  | Line contains a tab character. | 279 | 
|  | 'if' is not followed by whitespace. | 279 | 
|  | '&&' is not preceded with whitespace. | 279 | 
|  | '&&' is not followed by whitespace. | 279 | 
|  | '{' is not preceded with whitespace. | 279 | 
|  | Line contains a tab character. | 280 | 
|  | Line contains a tab character. | 281 | 
|  | Line contains a tab character. | 282 | 
|  | 'if' is not followed by whitespace. | 282 | 
|  | '&&' is not preceded with whitespace. | 282 | 
|  | '&&' is not followed by whitespace. | 282 | 
|  | '{' is not preceded with whitespace. | 282 | 
|  | Line contains a tab character. | 283 | 
|  | Line contains a tab character. | 284 | 
|  | Line contains a tab character. | 286 | 
|  | Line contains a tab character. | 287 | 
|  | Line contains a tab character. | 289 | 
|  | Line contains a tab character. | 290 | 
|  | Missing a Javadoc comment. | 290 | 
|  | Parameter node should be final. | 290 | 
|  | 'for' is not followed by whitespace. | 291 | 
|  | ';' is not followed by whitespace. | 291 | 
|  | '<' is not preceded with whitespace. | 291 | 
|  | '<' is not followed by whitespace. | 291 | 
|  | ';' is not followed by whitespace. | 291 | 
|  | '{' is not preceded with whitespace. | 291 | 
|  | 'if' is not followed by whitespace. | 293 | 
|  | '{' is not preceded with whitespace. | 293 | 
|  | Line contains a tab character. | 300 | 
|  | Missing a Javadoc comment. | 301 | 
|  | Parameter localName should be final. | 301 | 
|  | '||' is not preceded with whitespace. | 303 | 
|  | '||' should be on a new line. | 303 | 
|  | Line contains a tab character. | 304 | 
|  | '||' is not preceded with whitespace. | 304 | 
|  | '||' should be on a new line. | 304 | 
|  | Line contains a tab character. | 305 | 
|  | '||' is not preceded with whitespace. | 305 | 
|  | '||' should be on a new line. | 305 | 
|  | Line contains a tab character. | 306 | 
|  | '||' is not preceded with whitespace. | 306 | 
|  | '||' should be on a new line. | 306 | 
|  | Line contains a tab character. | 307 | 
|  | '||' is not preceded with whitespace. | 307 | 
|  | '||' should be on a new line. | 307 | 
|  | Line contains a tab character. | 308 | 
|  | '||' is not preceded with whitespace. | 308 | 
|  | '||' should be on a new line. | 308 | 
|  | Line contains a tab character. | 309 | 
|  | '||' is not preceded with whitespace. | 309 | 
|  | '||' should be on a new line. | 309 | 
|  | Line contains a tab character. | 310 | 
|  | '||' is not preceded with whitespace. | 310 | 
|  | '||' should be on a new line. | 310 | 
|  | Line contains a tab character. | 311 | 
|  | '||' is not preceded with whitespace. | 311 | 
|  | '||' should be on a new line. | 311 | 
|  | Line contains a tab character. | 312 | 
|  | Line has trailing spaces. | 315 | 
|  | Line contains a tab character. | 316 | 
|  | Method 'getParentName' is not designed for extension - needs to be abstract, final or empty. | 316 | 
|  | Line contains a tab character. | 317 | 
|  | Parameter element should be final. | 317 | 
|  | Line contains a tab character. | 318 | 
|  | 'if' is not followed by whitespace. | 318 | 
|  | '{' is not preceded with whitespace. | 318 | 
|  | Line contains a tab character. | 320 | 
|  | Line contains a tab character. | 321 | 
|  | Line contains a tab character. | 322 | 
|  | Line is longer than 80 characters. | 324 | 
|  | Line contains a tab character. | 324 | 
|  | Line contains a tab character. | 325 | 
|  | Method 'shouldGenerateIdAsFallback' is not designed for extension - needs to be abstract, final or empty. | 325 | 
|  | Line contains a tab character. | 326 | 
|  | Line contains a tab character. | 327 | 
|  | Line contains a tab character. | 328 | 
|  | Line has trailing spaces. | 329 | 
|  | Line contains a tab character. | 329 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | Line contains a tab character. | 24 | 
|  | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Line is longer than 80 characters. | 26 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 28 | 
|  | Line is longer than 80 characters. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line contains a tab character. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Line contains a tab character. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 43 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Parameter dictionaryContext should be final. | 43 | 
|  | 'dictionaryContext' hides a field. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line has trailing spaces. | 49 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Parameter dictionaryContext should be final. | 50 | 
|  | 'dictionaryContext' hides a field. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 56 | 
|  | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line is longer than 80 characters. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | '{' is not preceded with whitespace. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | 'if' is not followed by whitespace. | 64 | 
|  | '!=' is not preceded with whitespace. | 64 | 
|  | '!=' is not followed by whitespace. | 64 | 
|  | '{' is not preceded with whitespace. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | 'if' is not followed by whitespace. | 65 | 
|  | '{' is not preceded with whitespace. | 65 | 
|  | Line is longer than 80 characters. | 66 | 
|  | Line contains a tab character. | 66 | 
|  | 'if' is not followed by whitespace. | 66 | 
|  | '{' is not preceded with whitespace. | 66 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | 'else' is not preceded with whitespace. | 69 | 
|  | '}' is not followed by whitespace. | 69 | 
|  | 'else' is not followed by whitespace. | 69 | 
|  | '{' is not preceded with whitespace. | 69 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | 'else' is not preceded with whitespace. | 72 | 
|  | '}' is not followed by whitespace. | 72 | 
|  | 'else' is not followed by whitespace. | 72 | 
|  | '{' is not preceded with whitespace. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 78 | 
|  | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Parameter objectTypeKey should be final. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 83 | 
|  | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 88 | 
|  | Method 'getDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 88 | 
|  | Missing a Javadoc comment. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 92 | 
|  | Method 'setDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 92 | 
|  | Missing a Javadoc comment. | 92 | 
|  | Parameter dictionaryContext should be final. | 92 | 
|  | 'dictionaryContext' hides a field. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | Line has trailing spaces. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | '=' is not preceded with whitespace. | 24 | 
|  | '=' is not followed by whitespace. | 24 | 
|  | Missing a Javadoc comment. | 27 | 
|  | '=' is not preceded with whitespace. | 27 | 
|  | '=' is not followed by whitespace. | 27 | 
|  | Line contains a tab character. | 30 | 
|  | Method 'getUnitType' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Method 'setUnitType' is not designed for extension - needs to be abstract, final or empty. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter unitType should be final. | 34 | 
|  | 'unitType' hides a field. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Method 'getUnitQuantity' is not designed for extension - needs to be abstract, final or empty. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 42 | 
|  | Method 'setUnitQuantity' is not designed for extension - needs to be abstract, final or empty. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Parameter unitQuantity should be final. | 42 | 
|  | 'unitQuantity' hides a field. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line has trailing spaces. | 44 | 
|  | Line contains a tab character. | 44 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 23 | 
|  | '=' is not preceded with whitespace. | 24 | 
|  | '=' is not followed by whitespace. | 24 | 
|  | '=' is not preceded with whitespace. | 24 | 
|  | '=' is not followed by whitespace. | 24 | 
|  | '}' is not preceded with whitespace. | 24 | 
|  | '}' is not preceded with whitespace. | 24 | 
|  | '{' is not preceded with whitespace. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | '=' is not preceded with whitespace. | 27 | 
|  | '=' is not followed by whitespace. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line is longer than 80 characters. | 30 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | '=' is not preceded with whitespace. | 30 | 
|  | '=' is not followed by whitespace. | 30 | 
|  | '=' is not preceded with whitespace. | 30 | 
|  | '=' is not followed by whitespace. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line contains a tab character. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line contains a tab character. | 37 | 
|  | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Parameter value should be final. | 40 | 
|  | 'value' hides a field. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line has trailing spaces. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Parameter name should be final. | 47 | 
|  | 'name' hides a field. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line has trailing spaces. | 50 | 
|  | Line contains a tab character. | 50 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Redundant 'public' modifier. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Redundant 'public' modifier. | 22 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 12 | 
|  | Line has trailing spaces. | 14 | 
|  | Line contains a tab character. | 14 | 
|  | Line contains a tab character. | 15 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Line contains a tab character. | 16 | 
|  | Line contains a tab character. | 17 | 
|  | Line has trailing spaces. | 18 | 
|  | Line contains a tab character. | 18 | 
|  | Line contains a tab character. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | '=' is not preceded with whitespace. | 20 | 
|  | '=' is not followed by whitespace. | 20 | 
|  | Line contains a tab character. | 21 | 
|  | Line has trailing spaces. | 22 | 
|  | Line contains a tab character. | 22 | 
|  | Line contains a tab character. | 23 | 
|  | Missing a Javadoc comment. | 23 | 
|  | '=' is not preceded with whitespace. | 23 | 
|  | '=' is not followed by whitespace. | 23 | 
|  | ',' is not followed by whitespace. | 23 | 
|  | '=' is not preceded with whitespace. | 23 | 
|  | '=' is not followed by whitespace. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line has trailing spaces. | 25 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line contains a tab character. | 30 | 
|  | Method 'setObjectId' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Parameter objectId should be final. | 30 | 
|  | 'objectId' hides a field. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Method 'prePersist' is not designed for extension - needs to be abstract, final or empty. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | '{' is not preceded with whitespace. | 35 | 
|  | Line has trailing spaces. | 36 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line has trailing spaces. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Method 'preUpdate' is not designed for extension - needs to be abstract, final or empty. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | '{' is not preceded with whitespace. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line has trailing spaces. | 46 | 
|  | Line contains a tab character. | 46 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line has trailing spaces. | 51 | 
|  | Line contains a tab character. | 51 | 
|  | Line is longer than 80 characters. | 52 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line has trailing spaces. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Method 'getVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Method 'setVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Parameter versionNumber should be final. | 60 | 
|  | 'versionNumber' hides a field. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 64 | 
|  | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 68 | 
|  | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Parameter id should be final. | 68 | 
|  | 'id' hides a field. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 12 | 
|  | '=' is not preceded with whitespace. | 14 | 
|  | '=' is not followed by whitespace. | 14 | 
|  | '=' is not preceded with whitespace. | 14 | 
|  | '=' is not followed by whitespace. | 14 | 
|  | '=' is not preceded with whitespace. | 14 | 
|  | '=' is not followed by whitespace. | 14 | 
|  | '}' is not preceded with whitespace. | 14 | 
|  | '{' is not preceded with whitespace. | 15 | 
|  | Line contains a tab character. | 16 | 
|  | Missing a Javadoc comment. | 16 | 
|  | Line contains a tab character. | 17 | 
|  | Line has trailing spaces. | 18 | 
|  | Line contains a tab character. | 18 | 
|  | Line contains a tab character. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | ',' is not followed by whitespace. | 19 | 
|  | '=' is not preceded with whitespace. | 19 | 
|  | '=' is not followed by whitespace. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line contains a tab character. | 26 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter name should be final. | 34 | 
|  | 'name' hides a field. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 42 | 
|  | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Parameter effectiveDate should be final. | 42 | 
|  | 'effectiveDate' hides a field. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line contains a tab character. | 46 | 
|  | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 50 | 
|  | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Parameter expirationDate should be final. | 50 | 
|  | 'expirationDate' hides a field. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 54 | 
|  | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 58 | 
|  | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Parameter descr should be final. | 58 | 
|  | 'descr' hides a field. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | Line has trailing spaces. | 23 | 
|  | Line contains a tab character. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | '=' is not preceded with whitespace. | 24 | 
|  | '=' is not followed by whitespace. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Missing a Javadoc comment. | 27 | 
|  | '=' is not preceded with whitespace. | 27 | 
|  | '=' is not followed by whitespace. | 27 | 
|  | Line contains a tab character. | 30 | 
|  | Method 'getCurrencyTypeKey' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 34 | 
|  | Method 'setCurrencyTypeKey' is not designed for extension - needs to be abstract, final or empty. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Parameter currencyTypeKey should be final. | 34 | 
|  | 'currencyTypeKey' hides a field. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Method 'getCurrencyQuantity' is not designed for extension - needs to be abstract, final or empty. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 42 | 
|  | Method 'setCurrencyQuantity' is not designed for extension - needs to be abstract, final or empty. | 42 | 
|  | Missing a Javadoc comment. | 42 | 
|  | Parameter currencyQuantity should be final. | 42 | 
|  | 'currencyQuantity' hides a field. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | Line has trailing spaces. | 23 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Variable 'name' must be private and have accessor methods. | 25 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Variable 'descr' must be private and have accessor methods. | 27 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Variable 'dataType' must be private and have accessor methods. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | '=' is not preceded with whitespace. | 30 | 
|  | '=' is not followed by whitespace. | 30 | 
|  | Variable 'minValue' must be private and have accessor methods. | 31 | 
|  | Missing a Javadoc comment. | 32 | 
|  | '=' is not preceded with whitespace. | 32 | 
|  | '=' is not followed by whitespace. | 32 | 
|  | Variable 'maxValue' must be private and have accessor methods. | 33 | 
|  | Missing a Javadoc comment. | 34 | 
|  | '=' is not preceded with whitespace. | 34 | 
|  | '=' is not followed by whitespace. | 34 | 
|  | Variable 'minLength' must be private and have accessor methods. | 35 | 
|  | Missing a Javadoc comment. | 36 | 
|  | '=' is not preceded with whitespace. | 36 | 
|  | '=' is not followed by whitespace. | 36 | 
|  | Variable 'maxLength' must be private and have accessor methods. | 37 | 
|  | Missing a Javadoc comment. | 38 | 
|  | '=' is not preceded with whitespace. | 38 | 
|  | '=' is not followed by whitespace. | 38 | 
|  | Variable 'validChars' must be private and have accessor methods. | 39 | 
|  | Missing a Javadoc comment. | 40 | 
|  | '=' is not preceded with whitespace. | 40 | 
|  | '=' is not followed by whitespace. | 40 | 
|  | Variable 'invalidChars' must be private and have accessor methods. | 41 | 
|  | Missing a Javadoc comment. | 42 | 
|  | '=' is not preceded with whitespace. | 42 | 
|  | '=' is not followed by whitespace. | 42 | 
|  | Variable 'minOccurs' must be private and have accessor methods. | 43 | 
|  | Missing a Javadoc comment. | 44 | 
|  | '=' is not preceded with whitespace. | 44 | 
|  | '=' is not followed by whitespace. | 44 | 
|  | Variable 'maxOccurs' must be private and have accessor methods. | 45 | 
|  | Missing a Javadoc comment. | 46 | 
|  | '=' is not preceded with whitespace. | 46 | 
|  | '=' is not followed by whitespace. | 46 | 
|  | Variable 'readOnly' must be private and have accessor methods. | 47 | 
|  | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 51 | 
|  | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 57 | 
|  | Parameter name should be final. | 57 | 
|  | 'name' hides a field. | 57 | 
|  | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 63 | 
|  | Unused @param tag for 'desc'. | 67 | 
|  | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 69 | 
|  | Parameter descr should be final. | 69 | 
|  | 'descr' hides a field. | 69 | 
|  | Expected @param tag for 'descr'. | 69 | 
|  | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 75 | 
|  | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 81 | 
|  | Parameter dataType should be final. | 81 | 
|  | 'dataType' hides a field. | 81 | 
|  | Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 87 | 
|  | Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 93 | 
|  | Parameter minValue should be final. | 93 | 
|  | 'minValue' hides a field. | 93 | 
|  | Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 99 | 
|  | Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 105 | 
|  | Parameter maxValue should be final. | 105 | 
|  | 'maxValue' hides a field. | 105 | 
|  | Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 111 | 
|  | Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 117 | 
|  | Parameter minLength should be final. | 117 | 
|  | 'minLength' hides a field. | 117 | 
|  | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 123 | 
|  | Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 129 | 
|  | Parameter maxLength should be final. | 129 | 
|  | 'maxLength' hides a field. | 129 | 
|  | Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 135 | 
|  | Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 141 | 
|  | Parameter validChars should be final. | 141 | 
|  | 'validChars' hides a field. | 141 | 
|  | Method 'getInvalidChars' is not designed for extension - needs to be abstract, final or empty. | 147 | 
|  | Method 'setInvalidChars' is not designed for extension - needs to be abstract, final or empty. | 153 | 
|  | Parameter invalidChars should be final. | 153 | 
|  | 'invalidChars' hides a field. | 153 | 
|  | Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 159 | 
|  | Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 165 | 
|  | Parameter minOccurs should be final. | 165 | 
|  | 'minOccurs' hides a field. | 165 | 
|  | Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 171 | 
|  | Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 177 | 
|  | Parameter maxOccurs should be final. | 177 | 
|  | 'maxOccurs' hides a field. | 177 | 
|  | Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 183 | 
|  | Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 189 | 
|  | Parameter readOnly should be final. | 189 | 
|  | 'readOnly' hides a field. | 189 | 
|  | Line has trailing spaces. | 191 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 3 | 
|  | Utility classes should not have a public or default constructor. | 3 | 
|  | Line has trailing spaces. | 5 | 
|  | Line contains a tab character. | 5 | 
|  | Line contains a tab character. | 6 | 
|  | Missing a Javadoc comment. | 6 | 
|  | Line contains a tab character. | 8 | 
|  | Line contains a tab character. | 9 | 
|  | Missing a Javadoc comment. | 9 | 
|  | Line contains a tab character. | 11 | 
|  | Missing a Javadoc comment. | 11 | 
|  | Line contains a tab character. | 13 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Line has trailing spaces. | 14 | 
|  | Line contains a tab character. | 14 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 25 | 
|  | Line is longer than 80 characters. | 28 | 
|  | Line contains a tab character. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 37 | 
|  | Line has trailing spaces. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | '=' is not preceded with whitespace. | 41 | 
|  | '=' is not followed by whitespace. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | '=' is not preceded with whitespace. | 44 | 
|  | '=' is not followed by whitespace. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Method 'getCreateTime' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 56 | 
|  | Method 'setCreateTime' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Parameter createTime should be final. | 56 | 
|  | 'createTime' hides a field. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Method 'getCreateId' is not designed for extension - needs to be abstract, final or empty. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 64 | 
|  | Method 'setCreateId' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | Parameter createId should be final. | 64 | 
|  | 'createId' hides a field. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line has trailing spaces. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 72 | 
|  | Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 72 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Parameter updateTime should be final. | 72 | 
|  | 'updateTime' hides a field. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 76 | 
|  | Method 'getUpdateId' is not designed for extension - needs to be abstract, final or empty. | 76 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 80 | 
|  | Method 'setUpdateId' is not designed for extension - needs to be abstract, final or empty. | 80 | 
|  | Missing a Javadoc comment. | 80 | 
|  | Parameter updateId should be final. | 80 | 
|  | 'updateId' hides a field. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 25 | 
|  | '{' is not preceded with whitespace. | 26 | 
|  | Line has trailing spaces. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line has trailing spaces. | 30 | 
|  | Line contains a tab character. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Method 'onPrePersist' is not designed for extension - needs to be abstract, final or empty. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | '{' is not preceded with whitespace. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | 'if' is not followed by whitespace. | 34 | 
|  | '==' is not preceded with whitespace. | 34 | 
|  | '==' is not followed by whitespace. | 34 | 
|  | '{' is not preceded with whitespace. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line has trailing spaces. | 43 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Line has trailing spaces. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Method 'onPreUpdate' is not designed for extension - needs to be abstract, final or empty. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | '{' is not preceded with whitespace. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Line is longer than 80 characters. | 49 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | 'if' is not followed by whitespace. | 50 | 
|  | '==' is not preceded with whitespace. | 50 | 
|  | '==' is not followed by whitespace. | 50 | 
|  | '{' is not preceded with whitespace. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 61 | 
|  | Method 'getMeta' is not designed for extension - needs to be abstract, final or empty. | 61 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 65 | 
|  | Method 'setMeta' is not designed for extension - needs to be abstract, final or empty. | 65 | 
|  | Missing a Javadoc comment. | 65 | 
|  | Parameter meta should be final. | 65 | 
|  | 'meta' hides a field. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 23 | 
|  | '{' is not preceded with whitespace. | 25 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | ',' is not followed by whitespace. | 27 | 
|  | '=' is not preceded with whitespace. | 27 | 
|  | '=' is not followed by whitespace. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line contains a tab character. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | ',' is not followed by whitespace. | 30 | 
|  | '=' is not preceded with whitespace. | 30 | 
|  | '=' is not followed by whitespace. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 33 | 
|  | Method 'getPlain' is not designed for extension - needs to be abstract, final or empty. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 37 | 
|  | Method 'setPlain' is not designed for extension - needs to be abstract, final or empty. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Parameter plain should be final. | 37 | 
|  | 'plain' hides a field. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 41 | 
|  | Method 'getFormatted' is not designed for extension - needs to be abstract, final or empty. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 45 | 
|  | Method 'setFormatted' is not designed for extension - needs to be abstract, final or empty. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Parameter formatted should be final. | 45 | 
|  | 'formatted' hides a field. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | Line contains a tab character. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | '=' is not preceded with whitespace. | 24 | 
|  | '=' is not followed by whitespace. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Line has trailing spaces. | 26 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Missing a Javadoc comment. | 27 | 
|  | '=' is not preceded with whitespace. | 27 | 
|  | '=' is not followed by whitespace. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line has trailing spaces. | 29 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Method 'getAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 30 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Method 'setAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Parameter atpDurationTypeKey should be final. | 33 | 
|  | 'atpDurationTypeKey' hides a field. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'getTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Method 'setTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Parameter timeQuantity should be final. | 39 | 
|  | 'timeQuantity' hides a field. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 20 | 
|  | Line is longer than 80 characters. | 21 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 10 | 
|  | Missing a Javadoc comment. | 12 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line contains a tab character. | 29 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Line has trailing spaces. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Method 'getCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 36 | 
|  | Method 'setCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Parameter currentVersionStart should be final. | 36 | 
|  | 'currentVersionStart' hides a field. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 40 | 
|  | Method 'getCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 40 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Method 'setCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Parameter currentVersionEnd should be final. | 44 | 
|  | 'currentVersionEnd' hides a field. | 44 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line has trailing spaces. | 47 | 
|  | Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Method 'setVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Parameter versionIndId should be final. | 52 | 
|  | 'versionIndId' hides a field. | 52 | 
|  | Method 'getSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Method 'setSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Parameter sequenceNumber should be final. | 60 | 
|  | 'sequenceNumber' hides a field. | 60 | 
|  | Method 'getVersionComment' is not designed for extension - needs to be abstract, final or empty. | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | Method 'setVersionComment' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Parameter versionComment should be final. | 68 | 
|  | 'versionComment' hides a field. | 68 | 
|  | Line has trailing spaces. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Method 'getVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 72 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 76 | 
|  | Method 'setVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 76 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Parameter versionedFromId should be final. | 76 | 
|  | 'versionedFromId' hides a field. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 2 | 
|  | Line is longer than 80 characters. | 3 | 
|  | Line is longer than 80 characters. | 4 | 
|  | Line is longer than 80 characters. | 5 | 
|  | Line is longer than 80 characters. | 6 | 
|  | Missing a Javadoc comment. | 16 | 
|  | Line contains a tab character. | 19 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Line contains a tab character. | 20 | 
|  | Line has trailing spaces. | 21 | 
|  | Line contains a tab character. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Method 'onPrePersist' is not designed for extension - needs to be abstract, final or empty. | 22 | 
|  | Line contains a tab character. | 23 | 
|  | '{' is not preceded with whitespace. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | 'if' is not followed by whitespace. | 25 | 
|  | '{' is not preceded with whitespace. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | 'if' is not followed by whitespace. | 28 | 
|  | '==' is not preceded with whitespace. | 28 | 
|  | '==' is not followed by whitespace. | 28 | 
|  | '{' is not preceded with whitespace. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line is longer than 80 characters. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Line has trailing spaces. | 34 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 39 | 
|  | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Parameter version should be final. | 39 | 
|  | 'version' hides a field. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | Line contains a tab character. | 22 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Redundant 'public' modifier. | 22 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line contains a tab character. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Redundant 'public' modifier. | 33 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line contains a tab character. | 34 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Redundant 'public' modifier. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Line contains a tab character. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Redundant 'public' modifier. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Redundant 'public' modifier. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Redundant 'public' modifier. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Redundant 'public' modifier. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 55 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Redundant 'public' modifier. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Redundant 'public' modifier. | 60 | 
|  | Line is longer than 80 characters. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line has trailing spaces. | 64 | 
|  | Line contains a tab character. | 64 | 
|  | Line is longer than 80 characters. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Missing a Javadoc comment. | 65 | 
|  | Redundant 'public' modifier. | 65 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 46 | 
|  | Line has trailing spaces. | 47 | 
|  | Line is longer than 80 characters. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Line has trailing spaces. | 49 | 
|  | Line contains a tab character. | 57 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Line contains a tab character. | 59 | 
|  | Method 'doCrossSearch' is not designed for extension - needs to be abstract, final or empty. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Parameter searchRequest should be final. | 59 | 
|  | Parameter crossSearchType should be final. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line has trailing spaces. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Line is longer than 80 characters. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | ',' is not followed by whitespace. | 62 | 
|  | ',' is not followed by whitespace. | 62 | 
|  | Line has trailing spaces. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | 'for' is not followed by whitespace. | 65 | 
|  | ':' is not preceded with whitespace. | 65 | 
|  | ':' is not followed by whitespace. | 65 | 
|  | '{' is not preceded with whitespace. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line has trailing spaces. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Line contains a tab character. | 70 | 
|  | Line has trailing spaces. | 71 | 
|  | Line contains a tab character. | 71 | 
|  | Line is longer than 80 characters. | 72 | 
|  | Line contains a tab character. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Line contains a tab character. | 73 | 
|  | 'for' is not followed by whitespace. | 73 | 
|  | ':' is not preceded with whitespace. | 73 | 
|  | ':' is not followed by whitespace. | 73 | 
|  | '{' is not preceded with whitespace. | 73 | 
|  | Line is longer than 80 characters. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | 'for' is not followed by whitespace. | 74 | 
|  | ':' is not preceded with whitespace. | 74 | 
|  | ':' is not followed by whitespace. | 74 | 
|  | '{' is not preceded with whitespace. | 74 | 
|  | Line is longer than 80 characters. | 75 | 
|  | Line contains a tab character. | 75 | 
|  | 'if' is not followed by whitespace. | 75 | 
|  | '{' is not preceded with whitespace. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line is longer than 80 characters. | 77 | 
|  | Line contains a tab character. | 77 | 
|  | Line is longer than 80 characters. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Line is longer than 80 characters. | 79 | 
|  | Line contains a tab character. | 79 | 
|  | 'if' is not followed by whitespace. | 79 | 
|  | '{' is not preceded with whitespace. | 79 | 
|  | Line is longer than 80 characters. | 80 | 
|  | Line contains a tab character. | 80 | 
|  | 'cast' is not followed by whitespace. | 80 | 
|  | Line is longer than 80 characters. | 81 | 
|  | Line contains a tab character. | 81 | 
|  | 'else' is not preceded with whitespace. | 81 | 
|  | '}' is not followed by whitespace. | 81 | 
|  | 'if' is not followed by whitespace. | 81 | 
|  | '{' is not preceded with whitespace. | 81 | 
|  | Line is longer than 80 characters. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | 'cast' is not followed by whitespace. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line is longer than 80 characters. | 88 | 
|  | Line contains a tab character. | 88 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line has trailing spaces. | 91 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line is longer than 80 characters. | 93 | 
|  | Line contains a tab character. | 93 | 
|  | 'if' is not followed by whitespace. | 93 | 
|  | '{' is not preceded with whitespace. | 93 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line contains a tab character. | 94 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Line contains a tab character. | 95 | 
|  | 'for' is not followed by whitespace. | 95 | 
|  | ',' is not followed by whitespace. | 95 | 
|  | ':' is not preceded with whitespace. | 95 | 
|  | ':' is not followed by whitespace. | 95 | 
|  | '{' is not preceded with whitespace. | 95 | 
|  | Line is longer than 80 characters. | 96 | 
|  | Line contains a tab character. | 96 | 
|  | 'for' is not followed by whitespace. | 96 | 
|  | ':' is not preceded with whitespace. | 96 | 
|  | ':' is not followed by whitespace. | 96 | 
|  | '{' is not preceded with whitespace. | 96 | 
|  | Line is longer than 80 characters. | 97 | 
|  | Line contains a tab character. | 97 | 
|  | ',' is not followed by whitespace. | 97 | 
|  | ',' is not followed by whitespace. | 97 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | 'else' is not preceded with whitespace. | 101 | 
|  | '}' is not followed by whitespace. | 101 | 
|  | 'else' is not followed by whitespace. | 101 | 
|  | '{' is not preceded with whitespace. | 101 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Line contains a tab character. | 102 | 
|  | Line is longer than 80 characters. | 103 | 
|  | Line contains a tab character. | 103 | 
|  | ',' is not followed by whitespace. | 103 | 
|  | Line has trailing spaces. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | 'for' is not followed by whitespace. | 105 | 
|  | ',' is not followed by whitespace. | 105 | 
|  | ':' is not preceded with whitespace. | 105 | 
|  | ':' is not followed by whitespace. | 105 | 
|  | '{' is not preceded with whitespace. | 105 | 
|  | Line is longer than 80 characters. | 106 | 
|  | Line contains a tab character. | 106 | 
|  | 'if' is not followed by whitespace. | 106 | 
|  | ',' is not followed by whitespace. | 106 | 
|  | ',' is not followed by whitespace. | 106 | 
|  | '{' is not preceded with whitespace. | 106 | 
|  | Line is longer than 80 characters. | 107 | 
|  | Line contains a tab character. | 107 | 
|  | ',' is not followed by whitespace. | 107 | 
|  | Line is longer than 80 characters. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | ',' is not followed by whitespace. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line has trailing spaces. | 114 | 
|  | Line contains a tab character. | 114 | 
|  | Line has trailing spaces. | 115 | 
|  | Line contains a tab character. | 115 | 
|  | Line has trailing spaces. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line has trailing spaces. | 117 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line contains a tab character. | 123 | 
|  | Parameter searchResult should be final. | 123 | 
|  | Expected @param tag for 'searchResult'. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Parameter searchRequest should be final. | 124 | 
|  | Expected @param tag for 'searchRequest'. | 124 | 
|  | Line has trailing spaces. | 125 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line is longer than 80 characters. | 128 | 
|  | Line contains a tab character. | 128 | 
|  | Line has trailing spaces. | 129 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | 'if' is not followed by whitespace. | 131 | 
|  | '!=' is not preceded with whitespace. | 131 | 
|  | '!=' is not followed by whitespace. | 131 | 
|  | '{' is not preceded with whitespace. | 131 | 
|  | Line is longer than 80 characters. | 132 | 
|  | Line contains a tab character. | 132 | 
|  | ',' is not followed by whitespace. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line has trailing spaces. | 134 | 
|  | Line contains a tab character. | 134 | 
|  | Line has trailing spaces. | 135 | 
|  | Line contains a tab character. | 135 | 
|  | Line has trailing spaces. | 136 | 
|  | Line contains a tab character. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | 'if' is not followed by whitespace. | 138 | 
|  | '!=' is not preceded with whitespace. | 138 | 
|  | '!=' is not followed by whitespace. | 138 | 
|  | '{' is not preceded with whitespace. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | '=' is not preceded with whitespace. | 139 | 
|  | '=' is not followed by whitespace. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | 'if' is not followed by whitespace. | 140 | 
|  | '!=' is not preceded with whitespace. | 140 | 
|  | '!=' is not followed by whitespace. | 140 | 
|  | '{' is not preceded with whitespace. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | '=' is not preceded with whitespace. | 141 | 
|  | '=' is not followed by whitespace. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | '+' is not preceded with whitespace. | 143 | 
|  | '+' is not followed by whitespace. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | '=' is not preceded with whitespace. | 145 | 
|  | '=' is not followed by whitespace. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | '+' is not preceded with whitespace. | 146 | 
|  | '+' is not followed by whitespace. | 146 | 
|  | Line is longer than 80 characters. | 147 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line has trailing spaces. | 150 | 
|  | Line contains a tab character. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line has trailing spaces. | 156 | 
|  | Line contains a tab character. | 156 | 
|  | First sentence should end with a period. | 157 | 
|  | Line contains a tab character. | 157 | 
|  | Line is longer than 80 characters. | 158 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | Line is longer than 80 characters. | 161 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Missing a Javadoc comment. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Missing a Javadoc comment. | 163 | 
|  | Line has trailing spaces. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Missing a Javadoc comment. | 165 | 
|  | Parameter sortColumn should be final. | 165 | 
|  | 'sortColumn' hides a field. | 165 | 
|  | Line contains a tab character. | 166 | 
|  | Parameter sortDirection should be final. | 166 | 
|  | 'sortDirection' hides a field. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line has trailing spaces. | 171 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Parameter r1 should be final. | 173 | 
|  | Parameter r2 should be final. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line has trailing spaces. | 175 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | '=' is not preceded with whitespace. | 177 | 
|  | '=' is not followed by whitespace. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | '=' is not preceded with whitespace. | 178 | 
|  | '=' is not followed by whitespace. | 178 | 
|  | Line contains a tab character. | 179 | 
|  | 'for' is not followed by whitespace. | 179 | 
|  | ':' is not preceded with whitespace. | 179 | 
|  | ':' is not followed by whitespace. | 179 | 
|  | '{' is not preceded with whitespace. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | 'if' is not followed by whitespace. | 180 | 
|  | '{' is not preceded with whitespace. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | '=' is not preceded with whitespace. | 181 | 
|  | '=' is not followed by whitespace. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | 'for' is not followed by whitespace. | 185 | 
|  | ':' is not preceded with whitespace. | 185 | 
|  | ':' is not followed by whitespace. | 185 | 
|  | '{' is not preceded with whitespace. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | 'if' is not followed by whitespace. | 186 | 
|  | '{' is not preceded with whitespace. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | '=' is not preceded with whitespace. | 187 | 
|  | '=' is not followed by whitespace. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | Line has trailing spaces. | 191 | 
|  | Line contains a tab character. | 191 | 
|  | Line is longer than 80 characters. | 192 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | 'try' is not followed by whitespace. | 193 | 
|  | '{' is not preceded with whitespace. | 193 | 
|  | Line contains a tab character. | 194 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | 'catch' is not preceded with whitespace. | 197 | 
|  | '}' is not followed by whitespace. | 197 | 
|  | 'catch' is not followed by whitespace. | 197 | 
|  | '{' is not preceded with whitespace. | 197 | 
|  | Line is longer than 80 characters. | 198 | 
|  | Line contains a tab character. | 198 | 
|  | 'if' is not followed by whitespace. | 198 | 
|  | '!=' is not preceded with whitespace. | 198 | 
|  | '!=' is not followed by whitespace. | 198 | 
|  | '&&' is not preceded with whitespace. | 198 | 
|  | '&&' is not followed by whitespace. | 198 | 
|  | '!=' is not preceded with whitespace. | 198 | 
|  | '!=' is not followed by whitespace. | 198 | 
|  | '&&' is not preceded with whitespace. | 198 | 
|  | '&&' is not followed by whitespace. | 198 | 
|  | '||' is not preceded with whitespace. | 198 | 
|  | '||' is not followed by whitespace. | 198 | 
|  | '&&' is not preceded with whitespace. | 198 | 
|  | '&&' should be on a new line. | 198 | 
|  | Line is longer than 80 characters. | 199 | 
|  | Line contains a tab character. | 199 | 
|  | '||' is not preceded with whitespace. | 199 | 
|  | '||' is not followed by whitespace. | 199 | 
|  | '{' is not preceded with whitespace. | 199 | 
|  | Line is longer than 80 characters. | 200 | 
|  | Line contains a tab character. | 200 | 
|  | Line is longer than 80 characters. | 201 | 
|  | Line contains a tab character. | 201 | 
|  | Line is longer than 80 characters. | 202 | 
|  | Line contains a tab character. | 202 | 
|  | Line contains a tab character. | 203 | 
|  | 'else' is not preceded with whitespace. | 203 | 
|  | '}' is not followed by whitespace. | 203 | 
|  | 'else' is not followed by whitespace. | 203 | 
|  | '{' is not preceded with whitespace. | 203 | 
|  | Line contains a tab character. | 204 | 
|  | 'try' is not followed by whitespace. | 204 | 
|  | '{' is not preceded with whitespace. | 204 | 
|  | Line is longer than 80 characters. | 205 | 
|  | Line contains a tab character. | 205 | 
|  | Line contains a tab character. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | Line is longer than 80 characters. | 208 | 
|  | Line contains a tab character. | 208 | 
|  | Line contains a tab character. | 209 | 
|  | 'catch' is not preceded with whitespace. | 209 | 
|  | '}' is not followed by whitespace. | 209 | 
|  | 'catch' is not followed by whitespace. | 209 | 
|  | '{' is not preceded with whitespace. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | 'if' is not followed by whitespace. | 210 | 
|  | '!=' is not preceded with whitespace. | 210 | 
|  | '!=' is not followed by whitespace. | 210 | 
|  | '!=' is not preceded with whitespace. | 210 | 
|  | '!=' is not followed by whitespace. | 210 | 
|  | '{' is not preceded with whitespace. | 210 | 
|  | Line is longer than 80 characters. | 211 | 
|  | Line contains a tab character. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | 'else' is not preceded with whitespace. | 212 | 
|  | '}' is not followed by whitespace. | 212 | 
|  | 'if' is not followed by whitespace. | 212 | 
|  | '==' is not preceded with whitespace. | 212 | 
|  | '==' is not followed by whitespace. | 212 | 
|  | '{' is not preceded with whitespace. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | 'else' is not preceded with whitespace. | 214 | 
|  | '}' is not followed by whitespace. | 214 | 
|  | 'else' is not followed by whitespace. | 214 | 
|  | '{' is not preceded with whitespace. | 214 | 
|  | Line has trailing spaces. | 215 | 
|  | Line contains a tab character. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | Line contains a tab character. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | Line has trailing spaces. | 220 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line contains a tab character. | 222 | 
|  | 'if' is not followed by whitespace. | 222 | 
|  | '{' is not preceded with whitespace. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line has trailing spaces. | 227 | 
|  | Line contains a tab character. | 227 | 
|  | Line contains a tab character. | 228 | 
|  | First sentence should end with a period. | 232 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | Parameter permutation should be final. | 240 | 
|  | Expected @param tag for 'permutation'. | 240 | 
|  | Line contains a tab character. | 241 | 
|  | Parameter crossSearchType should be final. | 241 | 
|  | Expected @param tag for 'crossSearchType'. | 241 | 
|  | Line is longer than 80 characters. | 242 | 
|  | Line contains a tab character. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | Line is longer than 80 characters. | 244 | 
|  | Line contains a tab character. | 244 | 
|  | 'for' is not followed by whitespace. | 244 | 
|  | ':' is not preceded with whitespace. | 244 | 
|  | '{' is not preceded with whitespace. | 244 | 
|  | Line is longer than 80 characters. | 245 | 
|  | Line contains a tab character. | 245 | 
|  | 'for' is not followed by whitespace. | 245 | 
|  | ':' is not preceded with whitespace. | 245 | 
|  | '{' is not preceded with whitespace. | 245 | 
|  | Line is longer than 80 characters. | 246 | 
|  | Line contains a tab character. | 246 | 
|  | 'if' is not followed by whitespace. | 246 | 
|  | '{' is not preceded with whitespace. | 246 | 
|  | Line is longer than 80 characters. | 247 | 
|  | Line contains a tab character. | 247 | 
|  | Line is longer than 80 characters. | 248 | 
|  | Line contains a tab character. | 248 | 
|  | Line contains a tab character. | 249 | 
|  | Line contains a tab character. | 250 | 
|  | Line is longer than 80 characters. | 251 | 
|  | Line contains a tab character. | 251 | 
|  | ';' is not followed by whitespace. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line contains a tab character. | 253 | 
|  | Line contains a tab character. | 254 | 
|  | Line contains a tab character. | 255 | 
|  | Line has trailing spaces. | 256 | 
|  | Line contains a tab character. | 256 | 
|  | Line contains a tab character. | 257 | 
|  | Line contains a tab character. | 259 | 
|  | Missing a Javadoc comment. | 259 | 
|  | Line contains a tab character. | 260 | 
|  | Parameter subSearchKey should be final. | 260 | 
|  | Parameter row should be final. | 260 | 
|  | Line contains a tab character. | 261 | 
|  | Parameter crossSearchType should be final. | 261 | 
|  | Line contains a tab character. | 262 | 
|  | Line has trailing spaces. | 263 | 
|  | Line contains a tab character. | 263 | 
|  | Line is longer than 80 characters. | 264 | 
|  | Line contains a tab character. | 264 | 
|  | 'for' is not followed by whitespace. | 264 | 
|  | ':' is not preceded with whitespace. | 264 | 
|  | '{' is not preceded with whitespace. | 264 | 
|  | Line is longer than 80 characters. | 265 | 
|  | Line contains a tab character. | 265 | 
|  | 'if' is not followed by whitespace. | 265 | 
|  | '{' is not preceded with whitespace. | 265 | 
|  | Line contains a tab character. | 266 | 
|  | 'for' is not followed by whitespace. | 266 | 
|  | ':' is not preceded with whitespace. | 266 | 
|  | '{' is not preceded with whitespace. | 266 | 
|  | Line is longer than 80 characters. | 267 | 
|  | Line contains a tab character. | 267 | 
|  | 'if' is not followed by whitespace. | 267 | 
|  | '{' is not preceded with whitespace. | 267 | 
|  | Line is longer than 80 characters. | 268 | 
|  | Line contains a tab character. | 268 | 
|  | Line is longer than 80 characters. | 269 | 
|  | Line contains a tab character. | 269 | 
|  | Line is longer than 80 characters. | 270 | 
|  | Line contains a tab character. | 270 | 
|  | Line is longer than 80 characters. | 271 | 
|  | Line contains a tab character. | 271 | 
|  | Line is longer than 80 characters. | 272 | 
|  | Line contains a tab character. | 272 | 
|  | ';' is not followed by whitespace. | 272 | 
|  | Line contains a tab character. | 273 | 
|  | Line contains a tab character. | 274 | 
|  | Line contains a tab character. | 275 | 
|  | Line contains a tab character. | 276 | 
|  | Line contains a tab character. | 277 | 
|  | Line contains a tab character. | 278 | 
|  | Line contains a tab character. | 279 | 
|  | Line has trailing spaces. | 280 | 
|  | Line is longer than 80 characters. | 280 | 
|  | Line contains a tab character. | 280 | 
|  | Line contains a tab character. | 281 | 
|  | Line contains a tab character. | 282 | 
|  | Line contains a tab character. | 283 | 
|  | Line contains a tab character. | 284 | 
|  | Line contains a tab character. | 285 | 
|  | Line contains a tab character. | 286 | 
|  | Line contains a tab character. | 287 | 
|  | Parameter permutation should be final. | 287 | 
|  | Expected @param tag for 'permutation'. | 287 | 
|  | Line is longer than 80 characters. | 288 | 
|  | Line contains a tab character. | 288 | 
|  | Parameter crossSearchType should be final. | 288 | 
|  | Expected @param tag for 'crossSearchType'. | 288 | 
|  | Parameter joinCriteria should be final. | 288 | 
|  | Expected @param tag for 'joinCriteria'. | 288 | 
|  | '{' is not preceded with whitespace. | 288 | 
|  | Line contains a tab character. | 290 | 
|  | Line has trailing spaces. | 291 | 
|  | Line contains a tab character. | 291 | 
|  | Line contains a tab character. | 292 | 
|  | Line is longer than 80 characters. | 293 | 
|  | Line contains a tab character. | 293 | 
|  | 'for' is not followed by whitespace. | 293 | 
|  | ':' is not preceded with whitespace. | 293 | 
|  | ':' is not followed by whitespace. | 293 | 
|  | '{' is not preceded with whitespace. | 293 | 
|  | Line is longer than 80 characters. | 294 | 
|  | Line contains a tab character. | 294 | 
|  | Line contains a tab character. | 295 | 
|  | Line contains a tab character. | 296 | 
|  | 'if' is not followed by whitespace. | 296 | 
|  | '!=' is not preceded with whitespace. | 296 | 
|  | '!=' is not followed by whitespace. | 296 | 
|  | '{' is not preceded with whitespace. | 296 | 
|  | Line is longer than 80 characters. | 297 | 
|  | Line contains a tab character. | 297 | 
|  | 'for' is not followed by whitespace. | 297 | 
|  | ':' is not preceded with whitespace. | 297 | 
|  | '{' is not preceded with whitespace. | 297 | 
|  | Line is longer than 80 characters. | 298 | 
|  | Line contains a tab character. | 298 | 
|  | 'if' is not followed by whitespace. | 298 | 
|  | '{' is not preceded with whitespace. | 298 | 
|  | Line is longer than 80 characters. | 299 | 
|  | Line contains a tab character. | 299 | 
|  | Line is longer than 80 characters. | 300 | 
|  | Line contains a tab character. | 300 | 
|  | ';' is not followed by whitespace. | 300 | 
|  | Line contains a tab character. | 301 | 
|  | Line contains a tab character. | 302 | 
|  | Line contains a tab character. | 303 | 
|  | Line has trailing spaces. | 304 | 
|  | Line contains a tab character. | 304 | 
|  | Line is longer than 80 characters. | 305 | 
|  | Line contains a tab character. | 305 | 
|  | Line contains a tab character. | 306 | 
|  | Line contains a tab character. | 307 | 
|  | 'if' is not followed by whitespace. | 307 | 
|  | '!=' is not preceded with whitespace. | 307 | 
|  | '!=' is not followed by whitespace. | 307 | 
|  | '{' is not preceded with whitespace. | 307 | 
|  | Line is longer than 80 characters. | 308 | 
|  | Line contains a tab character. | 308 | 
|  | 'for' is not followed by whitespace. | 308 | 
|  | ':' is not preceded with whitespace. | 308 | 
|  | '{' is not preceded with whitespace. | 308 | 
|  | Line is longer than 80 characters. | 309 | 
|  | Line contains a tab character. | 309 | 
|  | 'if' is not followed by whitespace. | 309 | 
|  | '{' is not preceded with whitespace. | 309 | 
|  | Line is longer than 80 characters. | 310 | 
|  | Line contains a tab character. | 310 | 
|  | Line is longer than 80 characters. | 311 | 
|  | Line contains a tab character. | 311 | 
|  | ';' is not followed by whitespace. | 311 | 
|  | Line contains a tab character. | 312 | 
|  | Line contains a tab character. | 313 | 
|  | Line has trailing spaces. | 314 | 
|  | Line contains a tab character. | 314 | 
|  | Line has trailing spaces. | 315 | 
|  | Line contains a tab character. | 315 | 
|  | Line has trailing spaces. | 316 | 
|  | Line contains a tab character. | 316 | 
|  | Line contains a tab character. | 317 | 
|  | Line contains a tab character. | 318 | 
|  | 'if' is not followed by whitespace. | 318 | 
|  | '==' is not preceded with whitespace. | 318 | 
|  | '==' is not followed by whitespace. | 318 | 
|  | '||' is not preceded with whitespace. | 318 | 
|  | '||' is not followed by whitespace. | 318 | 
|  | '==' is not preceded with whitespace. | 318 | 
|  | '==' is not followed by whitespace. | 318 | 
|  | '{' is not preceded with whitespace. | 318 | 
|  | Line contains a tab character. | 319 | 
|  | '=' is not preceded with whitespace. | 319 | 
|  | '=' is not followed by whitespace. | 319 | 
|  | ';' is not followed by whitespace. | 319 | 
|  | Line contains a tab character. | 320 | 
|  | Line is longer than 80 characters. | 321 | 
|  | Line contains a tab character. | 321 | 
|  | 'if' is not followed by whitespace. | 321 | 
|  | ',' is not followed by whitespace. | 321 | 
|  | ',' is not followed by whitespace. | 321 | 
|  | '{' is not preceded with whitespace. | 321 | 
|  | Line contains a tab character. | 322 | 
|  | 'if' is not followed by whitespace. | 322 | 
|  | '{' is not preceded with whitespace. | 322 | 
|  | Line contains a tab character. | 323 | 
|  | Line contains a tab character. | 324 | 
|  | Line contains a tab character. | 325 | 
|  | 'else' is not preceded with whitespace. | 325 | 
|  | '}' is not followed by whitespace. | 325 | 
|  | 'else' is not followed by whitespace. | 325 | 
|  | '{' is not preceded with whitespace. | 325 | 
|  | Line contains a tab character. | 326 | 
|  | 'if' is not followed by whitespace. | 326 | 
|  | '{' is not preceded with whitespace. | 326 | 
|  | Line contains a tab character. | 327 | 
|  | Line contains a tab character. | 328 | 
|  | Line contains a tab character. | 329 | 
|  | Line contains a tab character. | 330 | 
|  | Line has trailing spaces. | 331 | 
|  | Line contains a tab character. | 331 | 
|  | Line contains a tab character. | 332 | 
|  | Line is longer than 80 characters. | 333 | 
|  | Line contains a tab character. | 333 | 
|  | 'for' is not followed by whitespace. | 333 | 
|  | ':' is not preceded with whitespace. | 333 | 
|  | '{' is not preceded with whitespace. | 333 | 
|  | Line is longer than 80 characters. | 334 | 
|  | Line contains a tab character. | 334 | 
|  | 'if' is not followed by whitespace. | 334 | 
|  | '{' is not preceded with whitespace. | 334 | 
|  | Line contains a tab character. | 335 | 
|  | 'if' is not followed by whitespace. | 335 | 
|  | '{' is not preceded with whitespace. | 335 | 
|  | Line contains a tab character. | 336 | 
|  | Line contains a tab character. | 337 | 
|  | Line contains a tab character. | 338 | 
|  | 'else' is not preceded with whitespace. | 338 | 
|  | '}' is not followed by whitespace. | 338 | 
|  | 'else' is not followed by whitespace. | 338 | 
|  | '{' is not preceded with whitespace. | 338 | 
|  | Line contains a tab character. | 339 | 
|  | 'if' is not followed by whitespace. | 339 | 
|  | '{' is not preceded with whitespace. | 339 | 
|  | Line contains a tab character. | 340 | 
|  | Line contains a tab character. | 341 | 
|  | Line contains a tab character. | 342 | 
|  | Line contains a tab character. | 343 | 
|  | Line has trailing spaces. | 344 | 
|  | Line contains a tab character. | 344 | 
|  | Line contains a tab character. | 345 | 
|  | 'if' is not followed by whitespace. | 345 | 
|  | '{' is not preceded with whitespace. | 345 | 
|  | Line contains a tab character. | 346 | 
|  | Line contains a tab character. | 347 | 
|  | Line contains a tab character. | 348 | 
|  | 'if' is not followed by whitespace. | 348 | 
|  | '{' is not preceded with whitespace. | 348 | 
|  | Line contains a tab character. | 349 | 
|  | Line contains a tab character. | 350 | 
|  | Line has trailing spaces. | 351 | 
|  | Line contains a tab character. | 351 | 
|  | Line contains a tab character. | 352 | 
|  | Line contains a tab character. | 353 | 
|  | Line contains a tab character. | 355 | 
|  | Line contains a tab character. | 356 | 
|  | Line contains a tab character. | 357 | 
|  | Line contains a tab character. | 358 | 
|  | Line is longer than 80 characters. | 359 | 
|  | Line contains a tab character. | 359 | 
|  | ',' is not followed by whitespace. | 359 | 
|  | Parameter searchResults should be final. | 359 | 
|  | Expected @param tag for 'searchResults'. | 359 | 
|  | '{' is not preceded with whitespace. | 359 | 
|  | Line is longer than 80 characters. | 360 | 
|  | Line contains a tab character. | 360 | 
|  | ',' is not followed by whitespace. | 360 | 
|  | ',' is not followed by whitespace. | 360 | 
|  | Line contains a tab character. | 361 | 
|  | 'for' is not followed by whitespace. | 361 | 
|  | ',' is not followed by whitespace. | 361 | 
|  | ':' is not preceded with whitespace. | 361 | 
|  | ':' is not followed by whitespace. | 361 | 
|  | '{' is not preceded with whitespace. | 361 | 
|  | Line is longer than 80 characters. | 362 | 
|  | Line contains a tab character. | 362 | 
|  | ',' is not followed by whitespace. | 362 | 
|  | ',' is not followed by whitespace. | 362 | 
|  | Line contains a tab character. | 363 | 
|  | 'if' is not followed by whitespace. | 363 | 
|  | '!=' is not preceded with whitespace. | 363 | 
|  | '!=' is not followed by whitespace. | 363 | 
|  | '&&' is not preceded with whitespace. | 363 | 
|  | '&&' is not followed by whitespace. | 363 | 
|  | '!=' is not preceded with whitespace. | 363 | 
|  | '!=' is not followed by whitespace. | 363 | 
|  | '{' is not preceded with whitespace. | 363 | 
|  | Line contains a tab character. | 364 | 
|  | 'for' is not followed by whitespace. | 364 | 
|  | ':' is not preceded with whitespace. | 364 | 
|  | ':' is not followed by whitespace. | 364 | 
|  | '{' is not preceded with whitespace. | 364 | 
|  | Line contains a tab character. | 365 | 
|  | 'for' is not followed by whitespace. | 365 | 
|  | ',' is not followed by whitespace. | 365 | 
|  | ':' is not preceded with whitespace. | 365 | 
|  | ':' is not followed by whitespace. | 365 | 
|  | '{' is not preceded with whitespace. | 365 | 
|  | Line is longer than 80 characters. | 366 | 
|  | Line contains a tab character. | 366 | 
|  | ',' is not followed by whitespace. | 366 | 
|  | ',' is not followed by whitespace. | 366 | 
|  | Line contains a tab character. | 367 | 
|  | Line contains a tab character. | 368 | 
|  | Line contains a tab character. | 369 | 
|  | Line contains a tab character. | 370 | 
|  | Line contains a tab character. | 371 | 
|  | 'if' is not followed by whitespace. | 371 | 
|  | '==' is not preceded with whitespace. | 371 | 
|  | '==' is not followed by whitespace. | 371 | 
|  | '{' is not preceded with whitespace. | 371 | 
|  | Line is longer than 80 characters. | 372 | 
|  | Line contains a tab character. | 372 | 
|  | ',' is not followed by whitespace. | 372 | 
|  | ',' is not followed by whitespace. | 372 | 
|  | Line contains a tab character. | 373 | 
|  | Line contains a tab character. | 374 | 
|  | Line contains a tab character. | 375 | 
|  | Line contains a tab character. | 376 | 
|  | Line contains a tab character. | 377 | 
|  | Line contains a tab character. | 378 | 
|  | Line contains a tab character. | 379 | 
|  | Line contains a tab character. | 380 | 
|  | Line has trailing spaces. | 381 | 
|  | Line contains a tab character. | 381 | 
|  | Line has trailing spaces. | 382 | 
|  | Line contains a tab character. | 382 | 
|  | Missing a Javadoc comment. | 383 | 
|  | Line contains a tab character. | 383 | 
|  | '{' is not preceded with whitespace. | 383 | 
|  | '{' is not followed by whitespace. | 383 | 
|  | Missing a Javadoc comment. | 383 | 
|  | ',' is not followed by whitespace. | 383 | 
|  | Missing a Javadoc comment. | 383 | 
|  | ',' is not followed by whitespace. | 383 | 
|  | Missing a Javadoc comment. | 383 | 
|  | ',' is not followed by whitespace. | 383 | 
|  | Missing a Javadoc comment. | 383 | 
|  | '}' is not preceded with whitespace. | 383 | 
|  | Line has trailing spaces. | 384 | 
|  | Line contains a tab character. | 384 | 
|  | Line contains a tab character. | 387 | 
|  | Missing a Javadoc comment. | 387 | 
|  | Parameter dataType should be final. | 387 | 
|  | Parameter left should be final. | 387 | 
|  | Parameter right should be final. | 387 | 
|  | Line contains a tab character. | 388 | 
|  | Parameter type should be final. | 388 | 
|  | ')' is preceded with whitespace. | 388 | 
|  | '{' is not preceded with whitespace. | 388 | 
|  | Line contains a tab character. | 389 | 
|  | Line contains a tab character. | 390 | 
|  | 'try' is not followed by whitespace. | 390 | 
|  | '{' is not preceded with whitespace. | 390 | 
|  | Line contains a tab character. | 391 | 
|  | Line contains a tab character. | 392 | 
|  | Line contains a tab character. | 393 | 
|  | ',' is not followed by whitespace. | 393 | 
|  | ',' is not followed by whitespace. | 393 | 
|  | Line contains a tab character. | 394 | 
|  | 'catch' is not preceded with whitespace. | 394 | 
|  | '}' is not followed by whitespace. | 394 | 
|  | 'catch' is not followed by whitespace. | 394 | 
|  | '{' is not preceded with whitespace. | 394 | 
|  | Must have at least one statement. | 394 | 
|  | Line contains a tab character. | 395 | 
|  | Line contains a tab character. | 396 | 
|  | 'try' is not followed by whitespace. | 396 | 
|  | '{' is not preceded with whitespace. | 396 | 
|  | Line is longer than 80 characters. | 397 | 
|  | Line contains a tab character. | 397 | 
|  | 'if' is not followed by whitespace. | 397 | 
|  | '||' is not preceded with whitespace. | 397 | 
|  | '||' is not followed by whitespace. | 397 | 
|  | '&&' is not preceded with whitespace. | 397 | 
|  | '&&' should be on a new line. | 397 | 
|  | Line is longer than 80 characters. | 398 | 
|  | Line contains a tab character. | 398 | 
|  | '||' is not preceded with whitespace. | 398 | 
|  | '||' is not followed by whitespace. | 398 | 
|  | '{' is not preceded with whitespace. | 398 | 
|  | Line is longer than 80 characters. | 399 | 
|  | Line contains a tab character. | 399 | 
|  | Line is longer than 80 characters. | 400 | 
|  | Line contains a tab character. | 400 | 
|  | Line is longer than 80 characters. | 401 | 
|  | Line contains a tab character. | 401 | 
|  | ',' is not followed by whitespace. | 401 | 
|  | ',' is not followed by whitespace. | 401 | 
|  | Line contains a tab character. | 402 | 
|  | Line contains a tab character. | 403 | 
|  | 'catch' is not preceded with whitespace. | 403 | 
|  | '}' is not followed by whitespace. | 403 | 
|  | 'catch' is not followed by whitespace. | 403 | 
|  | '{' is not preceded with whitespace. | 403 | 
|  | Must have at least one statement. | 403 | 
|  | Line contains a tab character. | 404 | 
|  | Line contains a tab character. | 405 | 
|  | 'try' is not followed by whitespace. | 405 | 
|  | '{' is not preceded with whitespace. | 405 | 
|  | Line is longer than 80 characters. | 406 | 
|  | Line contains a tab character. | 406 | 
|  | Line contains a tab character. | 407 | 
|  | Line contains a tab character. | 408 | 
|  | Line contains a tab character. | 409 | 
|  | ',' is not followed by whitespace. | 409 | 
|  | ',' is not followed by whitespace. | 409 | 
|  | Line contains a tab character. | 410 | 
|  | 'catch' is not preceded with whitespace. | 410 | 
|  | '}' is not followed by whitespace. | 410 | 
|  | 'catch' is not followed by whitespace. | 410 | 
|  | '{' is not preceded with whitespace. | 410 | 
|  | Must have at least one statement. | 410 | 
|  | Line contains a tab character. | 411 | 
|  | Line contains a tab character. | 412 | 
|  | ',' is not followed by whitespace. | 412 | 
|  | ',' is not followed by whitespace. | 412 | 
|  | Line contains a tab character. | 413 | 
|  | Line contains a tab character. | 414 | 
|  | Line contains a tab character. | 415 | 
|  | Line contains a tab character. | 416 | 
|  | Line is longer than 80 characters. | 417 | 
|  | Line contains a tab character. | 417 | 
|  | Line contains a tab character. | 418 | 
|  | Line is longer than 80 characters. | 419 | 
|  | Line contains a tab character. | 419 | 
|  | Line contains a tab character. | 420 | 
|  | Line contains a tab character. | 421 | 
|  | Line contains a tab character. | 422 | 
|  | Line contains a tab character. | 423 | 
|  | Line contains a tab character. | 424 | 
|  | Line is longer than 80 characters. | 425 | 
|  | Line contains a tab character. | 425 | 
|  | Line is longer than 80 characters. | 426 | 
|  | Line contains a tab character. | 426 | 
|  | Line contains a tab character. | 427 | 
|  | Line contains a tab character. | 428 | 
|  | Line contains a tab character. | 429 | 
|  | Line contains a tab character. | 430 | 
|  | Line contains a tab character. | 431 | 
|  | Line has trailing spaces. | 432 | 
|  | Line contains a tab character. | 432 | 
|  | Line is longer than 80 characters. | 433 | 
|  | Line contains a tab character. | 433 | 
|  | Missing a Javadoc comment. | 433 | 
|  | Parameter left should be final. | 433 | 
|  | Parameter right should be final. | 433 | 
|  | Parameter type should be final. | 433 | 
|  | Line contains a tab character. | 434 | 
|  | switch without "default" clause. | 434 | 
|  | '{' is not preceded with whitespace. | 434 | 
|  | Line contains a tab character. | 435 | 
|  | Line contains a tab character. | 436 | 
|  | Line contains a tab character. | 437 | 
|  | Line contains a tab character. | 438 | 
|  | Line contains a tab character. | 439 | 
|  | Line contains a tab character. | 440 | 
|  | Line contains a tab character. | 441 | 
|  | Line contains a tab character. | 442 | 
|  | Line contains a tab character. | 443 | 
|  | Line contains a tab character. | 444 | 
|  | Line contains a tab character. | 445 | 
|  | Line contains a tab character. | 446 | 
|  | Line contains a tab character. | 447 | 
|  | Line contains a tab character. | 448 | 
|  | Line contains a tab character. | 449 | 
|  | Line is longer than 80 characters. | 451 | 
|  | Line contains a tab character. | 451 | 
|  | Missing a Javadoc comment. | 451 | 
|  | Parameter left should be final. | 451 | 
|  | Parameter right should be final. | 451 | 
|  | Parameter type should be final. | 451 | 
|  | Line contains a tab character. | 452 | 
|  | switch without "default" clause. | 452 | 
|  | '{' is not preceded with whitespace. | 452 | 
|  | Line contains a tab character. | 453 | 
|  | Line contains a tab character. | 454 | 
|  | Line contains a tab character. | 455 | 
|  | Line contains a tab character. | 456 | 
|  | Line contains a tab character. | 457 | 
|  | Line contains a tab character. | 458 | 
|  | Line contains a tab character. | 459 | 
|  | Line contains a tab character. | 460 | 
|  | Line contains a tab character. | 461 | 
|  | Line contains a tab character. | 462 | 
|  | Line contains a tab character. | 463 | 
|  | Line contains a tab character. | 464 | 
|  | Line contains a tab character. | 465 | 
|  | Line contains a tab character. | 466 | 
|  | Line contains a tab character. | 467 | 
|  | Line is longer than 80 characters. | 469 | 
|  | Line contains a tab character. | 469 | 
|  | Missing a Javadoc comment. | 469 | 
|  | Parameter left should be final. | 469 | 
|  | Parameter right should be final. | 469 | 
|  | Parameter type should be final. | 469 | 
|  | Line contains a tab character. | 470 | 
|  | switch without "default" clause. | 470 | 
|  | '{' is not preceded with whitespace. | 470 | 
|  | Line contains a tab character. | 471 | 
|  | Line contains a tab character. | 472 | 
|  | Line contains a tab character. | 473 | 
|  | Line contains a tab character. | 474 | 
|  | Line contains a tab character. | 475 | 
|  | Line contains a tab character. | 476 | 
|  | Line contains a tab character. | 477 | 
|  | Line contains a tab character. | 478 | 
|  | Line contains a tab character. | 479 | 
|  | Line contains a tab character. | 480 | 
|  | Line contains a tab character. | 481 | 
|  | Line contains a tab character. | 482 | 
|  | Line contains a tab character. | 483 | 
|  | Line contains a tab character. | 484 | 
|  | Line contains a tab character. | 485 | 
|  | Line contains a tab character. | 487 | 
|  | Missing a Javadoc comment. | 487 | 
|  | Parameter left should be final. | 487 | 
|  | Parameter right should be final. | 487 | 
|  | Line contains a tab character. | 488 | 
|  | Parameter type should be final. | 488 | 
|  | Line contains a tab character. | 489 | 
|  | switch without "default" clause. | 489 | 
|  | '{' is not preceded with whitespace. | 489 | 
|  | Line contains a tab character. | 490 | 
|  | Line contains a tab character. | 491 | 
|  | Line contains a tab character. | 492 | 
|  | Line contains a tab character. | 493 | 
|  | Line contains a tab character. | 494 | 
|  | Line contains a tab character. | 495 | 
|  | Line contains a tab character. | 496 | 
|  | Line contains a tab character. | 497 | 
|  | Line contains a tab character. | 498 | 
|  | Line contains a tab character. | 499 | 
|  | Line contains a tab character. | 500 | 
|  | Line contains a tab character. | 501 | 
|  | Line contains a tab character. | 502 | 
|  | Line contains a tab character. | 503 | 
|  | Line contains a tab character. | 504 | 
|  | Line contains a tab character. | 505 | 
|  | Method 'setSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 505 | 
|  | Missing a Javadoc comment. | 505 | 
|  | Parameter searchDispatcher should be final. | 505 | 
|  | 'searchDispatcher' hides a field. | 505 | 
|  | Line contains a tab character. | 506 | 
|  | Line contains a tab character. | 507 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | 
|  | Line contains a tab character. | 50 | 
|  | Method 'getBeanClass' is not designed for extension - needs to be abstract, final or empty. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Parameter element should be final. | 51 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line has trailing spaces. | 71 | 
|  | Line contains a tab character. | 71 | 
|  | Line has trailing spaces. | 72 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 101 | 
|  | Method 'doParse' is not designed for extension - needs to be abstract, final or empty. | 101 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Line contains a tab character. | 102 | 
|  | Parameter element should be final. | 102 | 
|  | Parameter pc should be final. | 102 | 
|  | Parameter builder should be final. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | 'if' is not followed by whitespace. | 104 | 
|  | '&&' is not preceded with whitespace. | 104 | 
|  | '&&' is not followed by whitespace. | 104 | 
|  | '{' is not preceded with whitespace. | 104 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line has trailing spaces. | 107 | 
|  | Line contains a tab character. | 107 | 
|  | Line is longer than 80 characters. | 108 | 
|  | Line contains a tab character. | 108 | 
|  | 'if' is not followed by whitespace. | 108 | 
|  | '&&' is not preceded with whitespace. | 108 | 
|  | '&&' is not followed by whitespace. | 108 | 
|  | '{' is not preceded with whitespace. | 108 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line has trailing spaces. | 111 | 
|  | Line contains a tab character. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line is longer than 80 characters. | 113 | 
|  | Line contains a tab character. | 113 | 
|  | 'if' is not followed by whitespace. | 113 | 
|  | '&&' is not preceded with whitespace. | 113 | 
|  | '&&' is not followed by whitespace. | 113 | 
|  | '{' is not preceded with whitespace. | 113 | 
|  | Line is longer than 80 characters. | 114 | 
|  | Line contains a tab character. | 114 | 
|  | '?' is not preceded with whitespace. | 114 | 
|  | Avoid inline conditionals. | 114 | 
|  | '?' is not followed by whitespace. | 114 | 
|  | ':' is not preceded with whitespace. | 114 | 
|  | ':' is not followed by whitespace. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line has trailing spaces. | 116 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 118 | 
|  | 'if' is not followed by whitespace. | 118 | 
|  | '{' is not preceded with whitespace. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | 'for' is not followed by whitespace. | 119 | 
|  | ';' is not followed by whitespace. | 119 | 
|  | '<' is not preceded with whitespace. | 119 | 
|  | '<' is not followed by whitespace. | 119 | 
|  | ';' is not followed by whitespace. | 119 | 
|  | '{' is not preceded with whitespace. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | 'if' is not followed by whitespace. | 121 | 
|  | '{' is not preceded with whitespace. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line is longer than 80 characters. | 123 | 
|  | Line contains a tab character. | 123 | 
|  | 'else' is not preceded with whitespace. | 123 | 
|  | '}' is not followed by whitespace. | 123 | 
|  | 'if' is not followed by whitespace. | 123 | 
|  | '&&' is not preceded with whitespace. | 123 | 
|  | '&&' is not followed by whitespace. | 123 | 
|  | '{' is not preceded with whitespace. | 123 | 
|  | Line is longer than 80 characters. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | ',' is not followed by whitespace. | 124 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line has trailing spaces. | 129 | 
|  | Line contains a tab character. | 129 | 
|  | Line has trailing spaces. | 130 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | 'for' is not followed by whitespace. | 133 | 
|  | ';' is not followed by whitespace. | 133 | 
|  | '<' is not preceded with whitespace. | 133 | 
|  | '<' is not followed by whitespace. | 133 | 
|  | ';' is not followed by whitespace. | 133 | 
|  | '{' is not preceded with whitespace. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 136 | 
|  | 'if' is not followed by whitespace. | 136 | 
|  | '{' is not preceded with whitespace. | 136 | 
|  | Line contains a tab character. | 137 | 
|  | '=' is not preceded with whitespace. | 137 | 
|  | '=' is not followed by whitespace. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | 'if' is not followed by whitespace. | 138 | 
|  | '{' is not preceded with whitespace. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | 'if' is not followed by whitespace. | 139 | 
|  | '{' is not preceded with whitespace. | 139 | 
|  | Line is longer than 80 characters. | 140 | 
|  | Line contains a tab character. | 140 | 
|  | Line is longer than 80 characters. | 141 | 
|  | Line contains a tab character. | 141 | 
|  | ',' is not followed by whitespace. | 141 | 
|  | Line is longer than 80 characters. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | 'else' is not preceded with whitespace. | 142 | 
|  | '}' is not followed by whitespace. | 142 | 
|  | 'if' is not followed by whitespace. | 142 | 
|  | '{' is not preceded with whitespace. | 142 | 
|  | Line is longer than 80 characters. | 143 | 
|  | Line contains a tab character. | 143 | 
|  | '=' is not preceded with whitespace. | 143 | 
|  | '=' is not followed by whitespace. | 143 | 
|  | ',' is not followed by whitespace. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line is longer than 80 characters. | 145 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | 'if' is not followed by whitespace. | 146 | 
|  | '!=' is not preceded with whitespace. | 146 | 
|  | '!=' is not followed by whitespace. | 146 | 
|  | '&&' is not preceded with whitespace. | 146 | 
|  | '&&' is not followed by whitespace. | 146 | 
|  | '{' is not preceded with whitespace. | 146 | 
|  | Line is longer than 80 characters. | 147 | 
|  | Line contains a tab character. | 147 | 
|  | '=' is not preceded with whitespace. | 147 | 
|  | '=' is not followed by whitespace. | 147 | 
|  | ',' is not followed by whitespace. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | ',' is not followed by whitespace. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line contains a tab character. | 150 | 
|  | 'else' is not preceded with whitespace. | 150 | 
|  | '}' is not followed by whitespace. | 150 | 
|  | 'else' is not followed by whitespace. | 150 | 
|  | '{' is not preceded with whitespace. | 150 | 
|  | Line has trailing spaces. | 151 | 
|  | Line is longer than 80 characters. | 151 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | 'if' is not followed by whitespace. | 152 | 
|  | '!=' is not preceded with whitespace. | 152 | 
|  | '!=' is not followed by whitespace. | 152 | 
|  | '{' is not preceded with whitespace. | 152 | 
|  | Line is longer than 80 characters. | 153 | 
|  | Line contains a tab character. | 153 | 
|  | 'if' is not followed by whitespace. | 153 | 
|  | '{' is not preceded with whitespace. | 153 | 
|  | Line is longer than 80 characters. | 154 | 
|  | Line contains a tab character. | 154 | 
|  | Line is longer than 80 characters. | 155 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | 'else' is not preceded with whitespace. | 156 | 
|  | '}' is not followed by whitespace. | 156 | 
|  | 'else' is not followed by whitespace. | 156 | 
|  | '{' is not preceded with whitespace. | 156 | 
|  | Line is longer than 80 characters. | 157 | 
|  | Line contains a tab character. | 157 | 
|  | 'cast' is not followed by whitespace. | 157 | 
|  | Line is longer than 80 characters. | 158 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 159 | 
|  | Line contains a tab character. | 160 | 
|  | 'else' is not preceded with whitespace. | 160 | 
|  | '}' is not followed by whitespace. | 160 | 
|  | 'else' is not followed by whitespace. | 160 | 
|  | '{' is not preceded with whitespace. | 160 | 
|  | Line is longer than 80 characters. | 161 | 
|  | Line contains a tab character. | 161 | 
|  | 'if' is not followed by whitespace. | 161 | 
|  | '&&' is not preceded with whitespace. | 161 | 
|  | '&&' is not followed by whitespace. | 161 | 
|  | '{' is not preceded with whitespace. | 161 | 
|  | Line is longer than 80 characters. | 162 | 
|  | Line contains a tab character. | 162 | 
|  | 'cast' is not followed by whitespace. | 162 | 
|  | Line is longer than 80 characters. | 163 | 
|  | Line contains a tab character. | 163 | 
|  | Line is longer than 80 characters. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | 'else' is not preceded with whitespace. | 164 | 
|  | '}' is not followed by whitespace. | 164 | 
|  | 'if' is not followed by whitespace. | 164 | 
|  | Line is longer than 80 characters. | 165 | 
|  | Line contains a tab character. | 165 | 
|  | '||' is not followed by whitespace. | 165 | 
|  | Line is longer than 80 characters. | 166 | 
|  | Line contains a tab character. | 166 | 
|  | '||' is not followed by whitespace. | 166 | 
|  | '{' is not preceded with whitespace. | 166 | 
|  | Line is longer than 80 characters. | 167 | 
|  | Line contains a tab character. | 167 | 
|  | 'cast' is not followed by whitespace. | 167 | 
|  | Line is longer than 80 characters. | 168 | 
|  | Line contains a tab character. | 168 | 
|  | Line contains a tab character. | 169 | 
|  | 'else' is not preceded with whitespace. | 169 | 
|  | '}' is not followed by whitespace. | 169 | 
|  | 'else' is not followed by whitespace. | 169 | 
|  | '{' is not preceded with whitespace. | 169 | 
|  | Line is longer than 80 characters. | 170 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 179 | 
|  | Missing a Javadoc comment. | 179 | 
|  | Parameter localName should be final. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | '||' is not preceded with whitespace. | 180 | 
|  | '||' should be on a new line. | 180 | 
|  | '||' is not preceded with whitespace. | 181 | 
|  | '||' should be on a new line. | 181 | 
|  | '||' is not preceded with whitespace. | 182 | 
|  | '||' should be on a new line. | 182 | 
|  | Line contains a tab character. | 184 | 
|  | Line has trailing spaces. | 185 | 
|  | Line contains a tab character. | 185 | 
|  | Line is longer than 80 characters. | 186 | 
|  | Line contains a tab character. | 187 | 
|  | Missing a Javadoc comment. | 187 | 
|  | Parameter parentName should be final. | 187 | 
|  | Parameter nodeName should be final. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | 'if' is not followed by whitespace. | 188 | 
|  | '{' is not preceded with whitespace. | 188 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | 'if' is not followed by whitespace. | 191 | 
|  | '{' is not preceded with whitespace. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line contains a tab character. | 194 | 
|  | 'if' is not followed by whitespace. | 194 | 
|  | '{' is not preceded with whitespace. | 194 | 
|  | Line contains a tab character. | 195 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | 'if' is not followed by whitespace. | 197 | 
|  | '&&' is not preceded with whitespace. | 197 | 
|  | '&&' is not followed by whitespace. | 197 | 
|  | '{' is not preceded with whitespace. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | Line contains a tab character. | 199 | 
|  | Line contains a tab character. | 201 | 
|  | Line contains a tab character. | 202 | 
|  | Line has trailing spaces. | 203 | 
|  | Line contains a tab character. | 203 | 
|  | Line is longer than 80 characters. | 204 | 
|  | Missing a Javadoc comment. | 206 | 
|  | Parameter element should be final. | 206 | 
|  | Parameter localName should be final. | 206 | 
|  | Line contains a tab character. | 207 | 
|  | 'try' is not followed by whitespace. | 207 | 
|  | '{' is not preceded with whitespace. | 207 | 
|  | Line contains a tab character. | 208 | 
|  | Line is longer than 80 characters. | 209 | 
|  | Line contains a tab character. | 209 | 
|  | Line contains a tab character. | 210 | 
|  | Line contains a tab character. | 211 | 
|  | Line has trailing spaces. | 212 | 
|  | Line contains a tab character. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | Line has trailing spaces. | 214 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | 'for' is not followed by whitespace. | 215 | 
|  | ';' is not followed by whitespace. | 215 | 
|  | '<' is not preceded with whitespace. | 215 | 
|  | '<' is not followed by whitespace. | 215 | 
|  | ';' is not followed by whitespace. | 215 | 
|  | '{' is not preceded with whitespace. | 215 | 
|  | Line contains a tab character. | 216 | 
|  | Line is longer than 80 characters. | 217 | 
|  | Line contains a tab character. | 217 | 
|  | 'if' is not followed by whitespace. | 217 | 
|  | '{' is not preceded with whitespace. | 217 | 
|  | Line has trailing spaces. | 218 | 
|  | Line contains a tab character. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line contains a tab character. | 222 | 
|  | Line is longer than 80 characters. | 223 | 
|  | Line contains a tab character. | 223 | 
|  | 'if' is not followed by whitespace. | 223 | 
|  | '+' is not preceded with whitespace. | 223 | 
|  | '+' is not followed by whitespace. | 223 | 
|  | '{' is not preceded with whitespace. | 223 | 
|  | Line has trailing spaces. | 224 | 
|  | Line contains a tab character. | 224 | 
|  | Line is longer than 80 characters. | 225 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line is longer than 80 characters. | 227 | 
|  | Line contains a tab character. | 227 | 
|  | 'cast' is not followed by whitespace. | 227 | 
|  | Line contains a tab character. | 228 | 
|  | Line contains a tab character. | 229 | 
|  | Line contains a tab character. | 230 | 
|  | Line has trailing spaces. | 231 | 
|  | Line contains a tab character. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | 'catch' is not preceded with whitespace. | 233 | 
|  | '}' is not followed by whitespace. | 233 | 
|  | 'catch' is not followed by whitespace. | 233 | 
|  | '{' is not preceded with whitespace. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line has trailing spaces. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Missing a Javadoc comment. | 239 | 
|  | Parameter node should be final. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | 'for' is not followed by whitespace. | 240 | 
|  | ';' is not followed by whitespace. | 240 | 
|  | '<' is not preceded with whitespace. | 240 | 
|  | '<' is not followed by whitespace. | 240 | 
|  | ';' is not followed by whitespace. | 240 | 
|  | '{' is not preceded with whitespace. | 240 | 
|  | Line contains a tab character. | 241 | 
|  | Line contains a tab character. | 242 | 
|  | 'if' is not followed by whitespace. | 242 | 
|  | '{' is not preceded with whitespace. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 245 | 
|  | Line has trailing spaces. | 246 | 
|  | Line contains a tab character. | 246 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line contains a tab character. | 250 | 
|  | Missing a Javadoc comment. | 250 | 
|  | Parameter localName should be final. | 250 | 
|  | Line contains a tab character. | 251 | 
|  | '||' is not preceded with whitespace. | 251 | 
|  | '||' should be on a new line. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line contains a tab character. | 253 | 
|  | Line has trailing spaces. | 254 | 
|  | Line contains a tab character. | 254 | 
|  | Line contains a tab character. | 255 | 
|  | Method 'getParentName' is not designed for extension - needs to be abstract, final or empty. | 255 | 
|  | Line contains a tab character. | 256 | 
|  | Parameter element should be final. | 256 | 
|  | Line contains a tab character. | 257 | 
|  | 'if' is not followed by whitespace. | 257 | 
|  | '{' is not preceded with whitespace. | 257 | 
|  | Line contains a tab character. | 259 | 
|  | Line contains a tab character. | 260 | 
|  | Line contains a tab character. | 261 | 
|  | Line has trailing spaces. | 262 | 
|  | Line contains a tab character. | 262 | 
|  | Line contains a tab character. | 263 | 
|  | Method 'shouldGenerateIdAsFallback' is not designed for extension - needs to be abstract, final or empty. | 263 | 
|  | Line contains a tab character. | 264 | 
|  | Line contains a tab character. | 265 | 
|  | Line contains a tab character. | 266 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 9 | 
|  | '{' should be on the previous line. | 10 | 
|  | Missing a Javadoc comment. | 12 | 
|  | '(' is preceded with whitespace. | 12 | 
|  | '5000' is a magic number. | 12 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Missing a Javadoc comment. | 14 | 
|  | Missing a Javadoc comment. | 15 | 
|  | Missing a Javadoc comment. | 16 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Missing a Javadoc comment. | 21 | 
|  | '(' is preceded with whitespace. | 21 | 
|  | Parameter searchInfoTypeMap should be final. | 21 | 
|  | 'searchInfoTypeMap' hides a field. | 21 | 
|  | Parameter queryMap should be final. | 22 | 
|  | 'queryMap' hides a field. | 22 | 
|  | '{' should be on the previous line. | 23 | 
|  | Method 'getRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | '(' is preceded with whitespace. | 28 | 
|  | '{' should be on the previous line. | 29 | 
|  | Method 'setRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | '(' is preceded with whitespace. | 33 | 
|  | Parameter rowSeperator should be final. | 33 | 
|  | 'rowSeperator' hides a field. | 33 | 
|  | '{' should be on the previous line. | 34 | 
|  | Method 'getColSeparator' is not designed for extension - needs to be abstract, final or empty. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | '(' is preceded with whitespace. | 38 | 
|  | '{' should be on the previous line. | 39 | 
|  | Method 'setColSeparator' is not designed for extension - needs to be abstract, final or empty. | 43 | 
|  | Missing a Javadoc comment. | 43 | 
|  | '(' is preceded with whitespace. | 43 | 
|  | Parameter separator should be final. | 43 | 
|  | '{' should be on the previous line. | 44 | 
|  | Missing a Javadoc comment. | 48 | 
|  | '(' is preceded with whitespace. | 48 | 
|  | Parameter str should be final. | 48 | 
|  | Parameter size should be final. | 48 | 
|  | '{' should be on the previous line. | 49 | 
|  | '(' is preceded with whitespace. | 50 | 
|  | '(' is preceded with whitespace. | 51 | 
|  | '(' is preceded with whitespace. | 52 | 
|  | '{' should be on the previous line. | 53 | 
|  | '(' is preceded with whitespace. | 54 | 
|  | '(' is preceded with whitespace. | 56 | 
|  | Method 'formatForWiki' is not designed for extension - needs to be abstract, final or empty. | 59 | 
|  | Missing a Javadoc comment. | 59 | 
|  | '(' is preceded with whitespace. | 59 | 
|  | '{' should be on the previous line. | 60 | 
|  | '(' is preceded with whitespace. | 61 | 
|  | '{' should be on the previous line. | 62 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '(' is preceded with whitespace. | 63 | 
|  | '(' is preceded with whitespace. | 66 | 
|  | Method length is 151 lines (max allowed is 150). | 69 | 
|  | Missing a Javadoc comment. | 69 | 
|  | '(' is preceded with whitespace. | 69 | 
|  | Parameter name should be final. | 69 | 
|  | Parameter st should be final. | 69 | 
|  | '{' should be on the previous line. | 70 | 
|  | '(' is preceded with whitespace. | 71 | 
|  | '(' is preceded with whitespace. | 72 | 
|  | '(' is preceded with whitespace. | 72 | 
|  | '(' is preceded with whitespace. | 73 | 
|  | '(' is preceded with whitespace. | 74 | 
|  | '(' is preceded with whitespace. | 75 | 
|  | '(' is preceded with whitespace. | 76 | 
|  | '(' is preceded with whitespace. | 77 | 
|  | '(' is preceded with whitespace. | 78 | 
|  | '(' is preceded with whitespace. | 78 | 
|  | '(' is preceded with whitespace. | 79 | 
|  | '(' is preceded with whitespace. | 80 | 
|  | '(' is preceded with whitespace. | 81 | 
|  | '(' is preceded with whitespace. | 82 | 
|  | '(' is preceded with whitespace. | 83 | 
|  | '(' is preceded with whitespace. | 84 | 
|  | '(' is preceded with whitespace. | 84 | 
|  | '(' is preceded with whitespace. | 85 | 
|  | '(' is preceded with whitespace. | 86 | 
|  | '(' is preceded with whitespace. | 87 | 
|  | '(' is preceded with whitespace. | 88 | 
|  | '(' is preceded with whitespace. | 89 | 
|  | '(' is preceded with whitespace. | 90 | 
|  | '(' is preceded with whitespace. | 90 | 
|  | '(' is preceded with whitespace. | 91 | 
|  | '(' is preceded with whitespace. | 92 | 
|  | '(' is preceded with whitespace. | 94 | 
|  | '(' is preceded with whitespace. | 95 | 
|  | '(' is preceded with whitespace. | 96 | 
|  | '(' is preceded with whitespace. | 96 | 
|  | '(' is preceded with whitespace. | 96 | 
|  | '(' is preceded with whitespace. | 98 | 
|  | '(' is preceded with whitespace. | 99 | 
|  | '(' is preceded with whitespace. | 100 | 
|  | '(' is preceded with whitespace. | 101 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '(' is preceded with whitespace. | 102 | 
|  | '(' is preceded with whitespace. | 103 | 
|  | '(' is preceded with whitespace. | 104 | 
|  | '(' is preceded with whitespace. | 105 | 
|  | '(' is preceded with whitespace. | 106 | 
|  | '(' is preceded with whitespace. | 107 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | '(' is preceded with whitespace. | 108 | 
|  | '(' is preceded with whitespace. | 109 | 
|  | '(' is preceded with whitespace. | 110 | 
|  | '(' is preceded with whitespace. | 111 | 
|  | '(' is preceded with whitespace. | 112 | 
|  | '(' is preceded with whitespace. | 113 | 
|  | '(' is preceded with whitespace. | 114 | 
|  | '(' is preceded with whitespace. | 114 | 
|  | '(' is preceded with whitespace. | 114 | 
|  | '(' is preceded with whitespace. | 115 | 
|  | '(' is preceded with whitespace. | 116 | 
|  | '(' is preceded with whitespace. | 119 | 
|  | '(' is preceded with whitespace. | 120 | 
|  | '(' is preceded with whitespace. | 121 | 
|  | '(' is preceded with whitespace. | 122 | 
|  | '(' is preceded with whitespace. | 123 | 
|  | '(' is preceded with whitespace. | 124 | 
|  | '(' is preceded with whitespace. | 125 | 
|  | '(' is preceded with whitespace. | 126 | 
|  | '(' is preceded with whitespace. | 127 | 
|  | '(' is preceded with whitespace. | 128 | 
|  | '(' is preceded with whitespace. | 129 | 
|  | '(' is preceded with whitespace. | 130 | 
|  | '(' is preceded with whitespace. | 131 | 
|  | '(' is preceded with whitespace. | 132 | 
|  | '(' is preceded with whitespace. | 133 | 
|  | '(' is preceded with whitespace. | 134 | 
|  | '(' is preceded with whitespace. | 135 | 
|  | '(' is preceded with whitespace. | 136 | 
|  | '(' is preceded with whitespace. | 137 | 
|  | '(' is preceded with whitespace. | 138 | 
|  | '(' is preceded with whitespace. | 139 | 
|  | '(' is preceded with whitespace. | 140 | 
|  | '(' is preceded with whitespace. | 141 | 
|  | '(' is preceded with whitespace. | 141 | 
|  | '{' should be on the previous line. | 142 | 
|  | '(' is preceded with whitespace. | 143 | 
|  | '(' is preceded with whitespace. | 144 | 
|  | '(' is preceded with whitespace. | 144 | 
|  | '(' is preceded with whitespace. | 144 | 
|  | '(' is preceded with whitespace. | 145 | 
|  | '(' is preceded with whitespace. | 146 | 
|  | '(' is preceded with whitespace. | 146 | 
|  | '(' is preceded with whitespace. | 147 | 
|  | '(' is preceded with whitespace. | 148 | 
|  | '(' is preceded with whitespace. | 148 | 
|  | '(' is preceded with whitespace. | 148 | 
|  | '(' is preceded with whitespace. | 149 | 
|  | '(' is preceded with whitespace. | 150 | 
|  | '(' is preceded with whitespace. | 150 | 
|  | '(' is preceded with whitespace. | 150 | 
|  | '(' is preceded with whitespace. | 151 | 
|  | '(' is preceded with whitespace. | 152 | 
|  | '(' is preceded with whitespace. | 152 | 
|  | '(' is preceded with whitespace. | 153 | 
|  | Line is longer than 80 characters. | 154 | 
|  | '(' is preceded with whitespace. | 154 | 
|  | '(' is preceded with whitespace. | 154 | 
|  | '(' is preceded with whitespace. | 154 | 
|  | '(' is preceded with whitespace. | 155 | 
|  | '(' is preceded with whitespace. | 156 | 
|  | '(' is preceded with whitespace. | 160 | 
|  | '(' is preceded with whitespace. | 161 | 
|  | '(' is preceded with whitespace. | 162 | 
|  | '(' is preceded with whitespace. | 162 | 
|  | '(' is preceded with whitespace. | 162 | 
|  | '(' is preceded with whitespace. | 164 | 
|  | '(' is preceded with whitespace. | 165 | 
|  | '(' is preceded with whitespace. | 166 | 
|  | '(' is preceded with whitespace. | 167 | 
|  | '(' is preceded with whitespace. | 168 | 
|  | '(' is preceded with whitespace. | 168 | 
|  | '(' is preceded with whitespace. | 168 | 
|  | '(' is preceded with whitespace. | 169 | 
|  | '(' is preceded with whitespace. | 170 | 
|  | '(' is preceded with whitespace. | 171 | 
|  | '(' is preceded with whitespace. | 172 | 
|  | '(' is preceded with whitespace. | 173 | 
|  | '(' is preceded with whitespace. | 174 | 
|  | '(' is preceded with whitespace. | 174 | 
|  | '(' is preceded with whitespace. | 174 | 
|  | '(' is preceded with whitespace. | 175 | 
|  | '(' is preceded with whitespace. | 176 | 
|  | '(' is preceded with whitespace. | 177 | 
|  | '(' is preceded with whitespace. | 178 | 
|  | '(' is preceded with whitespace. | 179 | 
|  | '(' is preceded with whitespace. | 180 | 
|  | '(' is preceded with whitespace. | 180 | 
|  | '(' is preceded with whitespace. | 180 | 
|  | '(' is preceded with whitespace. | 181 | 
|  | '(' is preceded with whitespace. | 182 | 
|  | '(' is preceded with whitespace. | 185 | 
|  | '(' is preceded with whitespace. | 186 | 
|  | '(' is preceded with whitespace. | 187 | 
|  | '(' is preceded with whitespace. | 188 | 
|  | '(' is preceded with whitespace. | 189 | 
|  | '(' is preceded with whitespace. | 190 | 
|  | '(' is preceded with whitespace. | 191 | 
|  | '(' is preceded with whitespace. | 192 | 
|  | '(' is preceded with whitespace. | 193 | 
|  | '(' is preceded with whitespace. | 194 | 
|  | '(' is preceded with whitespace. | 195 | 
|  | '(' is preceded with whitespace. | 196 | 
|  | '(' is preceded with whitespace. | 197 | 
|  | '(' is preceded with whitespace. | 198 | 
|  | '(' is preceded with whitespace. | 198 | 
|  | '(' is preceded with whitespace. | 200 | 
|  | '(' is preceded with whitespace. | 201 | 
|  | '(' is preceded with whitespace. | 201 | 
|  | '(' is preceded with whitespace. | 202 | 
|  | '(' is preceded with whitespace. | 203 | 
|  | '(' is preceded with whitespace. | 203 | 
|  | '(' is preceded with whitespace. | 204 | 
|  | '(' is preceded with whitespace. | 205 | 
|  | '(' is preceded with whitespace. | 205 | 
|  | '(' is preceded with whitespace. | 206 | 
|  | '(' is preceded with whitespace. | 207 | 
|  | '(' is preceded with whitespace. | 211 | 
|  | '(' is preceded with whitespace. | 212 | 
|  | '(' is preceded with whitespace. | 213 | 
|  | '(' is preceded with whitespace. | 214 | 
|  | '(' is preceded with whitespace. | 215 | 
|  | '(' is preceded with whitespace. | 216 | 
|  | '(' is preceded with whitespace. | 216 | 
|  | '(' is preceded with whitespace. | 216 | 
|  | '(' is preceded with whitespace. | 217 | 
|  | '(' is preceded with whitespace. | 218 | 
|  | '(' is preceded with whitespace. | 219 | 
|  | Missing a Javadoc comment. | 222 | 
|  | Parameter str should be final. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 | 
|  | Line contains a tab character. | 225 | 
|  | Line contains a tab character. | 226 | 
|  | Line contains a tab character. | 227 | 
|  | Line contains a tab character. | 228 | 
|  | Line contains a tab character. | 229 | 
|  | Line contains a tab character. | 230 | 
|  | Line contains a tab character. | 231 | 
|  | Line contains a tab character. | 232 | 
|  | Line contains a tab character. | 233 | 
|  | Line contains a tab character. | 234 | 
|  | Line contains a tab character. | 235 | 
|  | Line contains a tab character. | 236 | 
|  | Line contains a tab character. | 237 | 
|  | Line contains a tab character. | 238 | 
|  | Line contains a tab character. | 239 | 
|  | Line contains a tab character. | 240 | 
|  | Line contains a tab character. | 241 | 
|  | Line contains a tab character. | 242 | 
|  | Line contains a tab character. | 243 | 
|  | Line contains a tab character. | 244 | 
|  | Line contains a tab character. | 245 | 
|  | Line contains a tab character. | 246 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 9 | 
|  | '{' should be on the previous line. | 10 | 
|  | Missing a Javadoc comment. | 11 | 
|  | Missing a Javadoc comment. | 14 | 
|  | Missing a Javadoc comment. | 16 | 
|  | '(' is preceded with whitespace. | 16 | 
|  | Parameter searchInfoTypeMap should be final. | 16 | 
|  | 'searchInfoTypeMap' hides a field. | 16 | 
|  | Parameter queryMap should be final. | 17 | 
|  | 'queryMap' hides a field. | 17 | 
|  | '{' should be on the previous line. | 18 | 
|  | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 23 | 
|  | Missing a Javadoc comment. | 23 | 
|  | '(' is preceded with whitespace. | 23 | 
|  | '{' should be on the previous line. | 24 | 
|  | '(' is preceded with whitespace. | 25 | 
|  | Comment matches to-do format 'TODO:'. | 26 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 31 | 
|  | '{' is not preceded with whitespace. | 31 | 
|  | Line contains a tab character. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | 
|  | Variable 'LOG' must be private and have accessor methods. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line has trailing spaces. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | ',' is not followed by whitespace. | 37 | 
|  | Line has trailing spaces. | 38 | 
|  | Line contains a tab character. | 38 | 
|  | Line has trailing spaces. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Line has trailing spaces. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Line contains a tab character. | 42 | 
|  | Line contains a tab character. | 43 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Parameter services should be final. | 45 | 
|  | 'services' hides a field. | 45 | 
|  | '{' is not preceded with whitespace. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | 'if' is not followed by whitespace. | 48 | 
|  | '!=' is not preceded with whitespace. | 48 | 
|  | '!=' is not followed by whitespace. | 48 | 
|  | '{' is not preceded with whitespace. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | 'for' is not followed by whitespace. | 49 | 
|  | ':' is not preceded with whitespace. | 49 | 
|  | ':' is not followed by whitespace. | 49 | 
|  | '{' is not preceded with whitespace. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Line has trailing spaces. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Line contains a tab character. | 56 | 
|  | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | '{' is not preceded with whitespace. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | ',' is not followed by whitespace. | 57 | 
|  | Line has trailing spaces. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | 'for' is not followed by whitespace. | 60 | 
|  | ':' is not preceded with whitespace. | 60 | 
|  | ':' is not followed by whitespace. | 60 | 
|  | '{' is not preceded with whitespace. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | 'if' is not followed by whitespace. | 61 | 
|  | '==' is not preceded with whitespace. | 61 | 
|  | '==' is not followed by whitespace. | 61 | 
|  | '{' is not preceded with whitespace. | 61 | 
|  | Line is longer than 80 characters. | 62 | 
|  | Line contains a tab character. | 62 | 
|  | Line contains a tab character. | 63 | 
|  | 'else' is not preceded with whitespace. | 63 | 
|  | '}' is not followed by whitespace. | 63 | 
|  | 'else' is not followed by whitespace. | 63 | 
|  | '{' is not preceded with whitespace. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line is longer than 80 characters. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | 'if' is not followed by whitespace. | 66 | 
|  | '!=' is not preceded with whitespace. | 66 | 
|  | '!=' is not followed by whitespace. | 66 | 
|  | '{' is not preceded with whitespace. | 66 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Line contains a tab character. | 67 | 
|  | 'for' is not followed by whitespace. | 67 | 
|  | ':' is not preceded with whitespace. | 67 | 
|  | ':' is not followed by whitespace. | 67 | 
|  | '{' is not preceded with whitespace. | 67 | 
|  | Line is longer than 80 characters. | 68 | 
|  | Line contains a tab character. | 68 | 
|  | ',' is not followed by whitespace. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | ',' is not followed by whitespace. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line has trailing spaces. | 77 | 
|  | Line contains a tab character. | 77 | 
|  | Line has trailing spaces. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | First sentence should end with a period. | 79 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Method 'dispatchSearch' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Parameter searchRequest should be final. | 84 | 
|  | Expected @param tag for 'searchRequest'. | 84 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | 'if' is not followed by whitespace. | 87 | 
|  | '==' is not preceded with whitespace. | 87 | 
|  | '==' is not followed by whitespace. | 87 | 
|  | '{' is not preceded with whitespace. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line is longer than 80 characters. | 90 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | 'if' is not followed by whitespace. | 91 | 
|  | '{' is not preceded with whitespace. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | 'if' is not followed by whitespace. | 94 | 
|  | '{' is not preceded with whitespace. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line is longer than 80 characters. | 97 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 99 | 
|  | ',' is not followed by whitespace. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Line contains a tab character. | 104 | 
|  | '+' is not preceded with whitespace. | 104 | 
|  | '+' is not followed by whitespace. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 109 | 
|  | Method 'setServices' is not designed for extension - needs to be abstract, final or empty. | 109 | 
|  | Missing a Javadoc comment. | 109 | 
|  | Parameter services should be final. | 109 | 
|  | 'services' hides a field. | 109 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
| Violation | Message | Line | 
|---|---|---|
|  | First sentence should end with a period. | 38 | 
|  | '{' is not preceded with whitespace. | 42 | 
|  | Line contains a tab character. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Variable 'logger' must be private and have accessor methods. | 44 | 
|  | Line has trailing spaces. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Line contains a tab character. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Line has trailing spaces. | 51 | 
|  | Line contains a tab character. | 51 | 
|  | Line contains a tab character. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Line has trailing spaces. | 53 | 
|  | Line contains a tab character. | 53 | 
|  | Line contains a tab character. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Line is longer than 80 characters. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Line contains a tab character. | 59 | 
|  | Line contains a tab character. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 63 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Parameter searchContextFile should be final. | 63 | 
|  | 'searchContextFile' hides a field. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 69 | 
|  | Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 69 | 
|  | Missing a Javadoc comment. | 69 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Line contains a tab character. | 70 | 
|  | Parameter searchCriteriaTypeKey should be final. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 76 | 
|  | Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 76 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Line contains a tab character. | 77 | 
|  | Line is longer than 80 characters. | 78 | 
|  | Line contains a tab character. | 78 | 
|  | Line contains a tab character. | 79 | 
|  | Line contains a tab character. | 80 | 
|  | Line is longer than 80 characters. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 82 | 
|  | Missing a Javadoc comment. | 82 | 
|  | Parameter searchResultTypeKey should be final. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 88 | 
|  | Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 88 | 
|  | Missing a Javadoc comment. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line is longer than 80 characters. | 90 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line contains a tab character. | 94 | 
|  | Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 94 | 
|  | Missing a Javadoc comment. | 94 | 
|  | Parameter searchTypeKey should be final. | 94 | 
|  | Line contains a tab character. | 95 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 98 | 
|  | Line contains a tab character. | 100 | 
|  | Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 100 | 
|  | Missing a Javadoc comment. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 105 | 
|  | Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 105 | 
|  | Missing a Javadoc comment. | 105 | 
|  | Line is longer than 80 characters. | 106 | 
|  | Line contains a tab character. | 106 | 
|  | Parameter searchCriteriaTypeKey should be final. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Line contains a tab character. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 115 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line contains a tab character. | 119 | 
|  | Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 119 | 
|  | Missing a Javadoc comment. | 119 | 
|  | Line is longer than 80 characters. | 120 | 
|  | Line contains a tab character. | 120 | 
|  | Parameter searchResultTypeKey should be final. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | Line is longer than 80 characters. | 123 | 
|  | Line contains a tab character. | 123 | 
|  | Line is longer than 80 characters. | 124 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 126 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 131 | 
|  | Line contains a tab character. | 133 | 
|  | Method 'getSearchContextFile' is not designed for extension - needs to be abstract, final or empty. | 133 | 
|  | Missing a Javadoc comment. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 137 | 
|  | Method 'setSearchContext' is not designed for extension - needs to be abstract, final or empty. | 137 | 
|  | Missing a Javadoc comment. | 137 | 
|  | Parameter searchContextFile should be final. | 137 | 
|  | 'searchContextFile' hides a field. | 137 | 
|  | Line contains a tab character. | 138 | 
|  | Line contains a tab character. | 139 | 
|  | Line contains a tab character. | 141 | 
|  | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 141 | 
|  | Line is longer than 80 characters. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | Parameter searchRequest should be final. | 142 | 
|  | Parameter dao should be final. | 142 | 
|  | Line has trailing spaces. | 143 | 
|  | Line contains a tab character. | 143 | 
|  | Line contains a tab character. | 144 | 
|  | Line has trailing spaces. | 145 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | 'if' is not followed by whitespace. | 148 | 
|  | '{' is not preceded with whitespace. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | 'if' is not followed by whitespace. | 149 | 
|  | '{' is not preceded with whitespace. | 149 | 
|  | Line is longer than 80 characters. | 150 | 
|  | Line contains a tab character. | 150 | 
|  | '+' is not preceded with whitespace. | 150 | 
|  | '+' is not followed by whitespace. | 150 | 
|  | '+' is not preceded with whitespace. | 150 | 
|  | '+' is not followed by whitespace. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line is longer than 80 characters. | 152 | 
|  | Line contains a tab character. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | Line has trailing spaces. | 154 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 156 | 
|  | 'try' is not followed by whitespace. | 156 | 
|  | '{' is not preceded with whitespace. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | 'catch' is not preceded with whitespace. | 158 | 
|  | '}' is not followed by whitespace. | 158 | 
|  | '{' is not preceded with whitespace. | 158 | 
|  | Line is longer than 80 characters. | 159 | 
|  | Line contains a tab character. | 159 | 
|  | '+' is not preceded with whitespace. | 159 | 
|  | '+' is not followed by whitespace. | 159 | 
|  | ',' is not followed by whitespace. | 159 | 
|  | Line is longer than 80 characters. | 160 | 
|  | Line contains a tab character. | 160 | 
|  | '+' is not preceded with whitespace. | 160 | 
|  | '+' is not followed by whitespace. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line is longer than 80 characters. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | Method 'setCrossSearchManager' is not designed for extension - needs to be abstract, final or empty. | 164 | 
|  | Missing a Javadoc comment. | 164 | 
|  | Parameter crossSearchManager should be final. | 164 | 
|  | 'crossSearchManager' hides a field. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line contains a tab character. | 166 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 21 | 
|  | Line contains a tab character. | 23 | 
|  | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 23 | 
|  | Line contains a tab character. | 24 | 
|  | Line contains a tab character. | 25 | 
|  | Line contains a tab character. | 26 | 
|  | Line is longer than 80 characters. | 27 | 
|  | Line contains a tab character. | 27 | 
|  | Line contains a tab character. | 28 | 
|  | Line contains a tab character. | 29 | 
|  | Line contains a tab character. | 30 | 
|  | Line is longer than 80 characters. | 31 | 
|  | Line contains a tab character. | 31 | 
|  | Line has trailing spaces. | 32 | 
|  | Line contains a tab character. | 32 | 
|  | Line has trailing spaces. | 33 | 
|  | Line is longer than 80 characters. | 33 | 
|  | Line contains a tab character. | 33 | 
|  | Line contains a tab character. | 34 | 
|  | Line is longer than 80 characters. | 35 | 
|  | Line contains a tab character. | 35 | 
|  | Line contains a tab character. | 36 | 
|  | Line contains a tab character. | 37 | 
|  | Line contains a tab character. | 38 | 
|  | Line contains a tab character. | 39 | 
|  | Line contains a tab character. | 40 | 
|  | Line contains a tab character. | 42 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Utility classes should not have a public or default constructor. | 39 | 
|  | Line has trailing spaces. | 40 | 
|  | Missing a Javadoc comment. | 41 | 
|  | 'static' modifier out of order with the JLS suggestions. | 41 | 
|  | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | 
|  | Line contains a tab character. | 43 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Line contains a tab character. | 44 | 
|  | Parameter attributes should be final. | 44 | 
|  | Line is longer than 80 characters. | 46 | 
|  | Line contains a tab character. | 46 | 
|  | Line contains a tab character. | 48 | 
|  | Line is longer than 80 characters. | 49 | 
|  | Line contains a tab character. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Line contains a tab character. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Line is longer than 80 characters. | 55 | 
|  | Line contains a tab character. | 55 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Parameter attributeClass should be final. | 56 | 
|  | Parameter attributeMap should be final. | 56 | 
|  | Parameter owner should be final. | 56 | 
|  | Line contains a tab character. | 57 | 
|  | Parameter dao should be final. | 57 | 
|  | Line contains a tab character. | 58 | 
|  | Line contains a tab character. | 60 | 
|  | 'if' is not followed by whitespace. | 60 | 
|  | '==' is not preceded with whitespace. | 60 | 
|  | '==' is not followed by whitespace. | 60 | 
|  | '{' is not preceded with whitespace. | 60 | 
|  | Line contains a tab character. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line has trailing spaces. | 63 | 
|  | Line contains a tab character. | 63 | 
|  | Line contains a tab character. | 64 | 
|  | ',' is not followed by whitespace. | 64 | 
|  | Line has trailing spaces. | 65 | 
|  | Line contains a tab character. | 65 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line contains a tab character. | 68 | 
|  | Line has trailing spaces. | 69 | 
|  | Line contains a tab character. | 69 | 
|  | Line contains a tab character. | 70 | 
|  | Line has trailing spaces. | 71 | 
|  | Line contains a tab character. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line has trailing spaces. | 74 | 
|  | Line contains a tab character. | 74 | 
|  | Line is longer than 80 characters. | 75 | 
|  | Line contains a tab character. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line contains a tab character. | 76 | 
|  | Line has trailing spaces. | 77 | 
|  | Line contains a tab character. | 77 | 
|  | Line contains a tab character. | 78 | 
|  | Line is longer than 80 characters. | 79 | 
|  | Line contains a tab character. | 79 | 
|  | 'if' is not followed by whitespace. | 79 | 
|  | '{' is not preceded with whitespace. | 79 | 
|  | Line is longer than 80 characters. | 80 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | 'else' is not preceded with whitespace. | 81 | 
|  | '}' is not followed by whitespace. | 81 | 
|  | 'else' is not followed by whitespace. | 81 | 
|  | '{' is not preceded with whitespace. | 81 | 
|  | Line contains a tab character. | 82 | 
|  | 'try' is not followed by whitespace. | 82 | 
|  | '{' is not preceded with whitespace. | 82 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Line contains a tab character. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | 'catch' is not preceded with whitespace. | 84 | 
|  | '}' is not followed by whitespace. | 84 | 
|  | 'catch' is not followed by whitespace. | 84 | 
|  | '{' is not preceded with whitespace. | 84 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Line contains a tab character. | 85 | 
|  | ',' is not followed by whitespace. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line contains a tab character. | 87 | 
|  | Line contains a tab character. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line contains a tab character. | 90 | 
|  | Line contains a tab character. | 91 | 
|  | Line contains a tab character. | 92 | 
|  | Line has trailing spaces. | 93 | 
|  | Line contains a tab character. | 93 | 
|  | Line contains a tab character. | 94 | 
|  | Line contains a tab character. | 96 | 
|  | Line contains a tab character. | 97 | 
|  | Line contains a tab character. | 99 | 
|  | Line contains a tab character. | 100 | 
|  | Line contains a tab character. | 101 | 
|  | Line contains a tab character. | 102 | 
|  | Line contains a tab character. | 103 | 
|  | Line contains a tab character. | 104 | 
|  | Line contains a tab character. | 105 | 
|  | Line contains a tab character. | 106 | 
|  | Line contains a tab character. | 107 | 
|  | Line contains a tab character. | 108 | 
|  | Line contains a tab character. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line contains a tab character. | 110 | 
|  | Line contains a tab character. | 111 | 
|  | Parameter typeInfoClass should be final. | 111 | 
|  | Parameter typeEntity should be final. | 111 | 
|  | Line contains a tab character. | 112 | 
|  | Line contains a tab character. | 113 | 
|  | Line contains a tab character. | 114 | 
|  | Line contains a tab character. | 116 | 
|  | Line contains a tab character. | 117 | 
|  | Line is longer than 80 characters. | 118 | 
|  | Line contains a tab character. | 118 | 
|  | Line contains a tab character. | 119 | 
|  | Line contains a tab character. | 120 | 
|  | Line contains a tab character. | 121 | 
|  | Line contains a tab character. | 122 | 
|  | '{' is followed by whitespace. | 122 | 
|  | Line contains a tab character. | 124 | 
|  | Line is longer than 80 characters. | 125 | 
|  | Line contains a tab character. | 125 | 
|  | Line contains a tab character. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line has trailing spaces. | 129 | 
|  | Line contains a tab character. | 129 | 
|  | Line contains a tab character. | 130 | 
|  | Line contains a tab character. | 132 | 
|  | Line contains a tab character. | 133 | 
|  | Line contains a tab character. | 134 | 
|  | Line contains a tab character. | 135 | 
|  | Line contains a tab character. | 137 | 
|  | Line is longer than 80 characters. | 139 | 
|  | Line contains a tab character. | 139 | 
|  | Missing a Javadoc comment. | 139 | 
|  | Line contains a tab character. | 140 | 
|  | Parameter typeInfoClass should be final. | 140 | 
|  | Parameter typeEntities should be final. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Line contains a tab character. | 142 | 
|  | 'if' is not followed by whitespace. | 142 | 
|  | '!=' is not preceded with whitespace. | 142 | 
|  | '!=' is not followed by whitespace. | 142 | 
|  | '{' is not preceded with whitespace. | 142 | 
|  | Line contains a tab character. | 143 | 
|  | Line is longer than 80 characters. | 144 | 
|  | Line contains a tab character. | 144 | 
|  | Line contains a tab character. | 145 | 
|  | Line contains a tab character. | 146 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line has trailing spaces. | 149 | 
|  | Line contains a tab character. | 149 | 
|  | Line is longer than 80 characters. | 150 | 
|  | Line contains a tab character. | 150 | 
|  | Missing a Javadoc comment. | 150 | 
|  | '(' is followed by whitespace. | 150 | 
|  | Parameter typeEntities should be final. | 150 | 
|  | '{' is not preceded with whitespace. | 150 | 
|  | Line contains a tab character. | 151 | 
|  | Line contains a tab character. | 152 | 
|  | 'if' is not followed by whitespace. | 152 | 
|  | '!=' is not preceded with whitespace. | 152 | 
|  | '!=' is not followed by whitespace. | 152 | 
|  | '{' is not preceded with whitespace. | 152 | 
|  | Line contains a tab character. | 153 | 
|  | 'for' is not followed by whitespace. | 153 | 
|  | ':' is not preceded with whitespace. | 153 | 
|  | ':' is not followed by whitespace. | 153 | 
|  | '{' is not preceded with whitespace. | 153 | 
|  | Line contains a tab character. | 154 | 
|  | Line contains a tab character. | 155 | 
|  | Line contains a tab character. | 156 | 
|  | Line contains a tab character. | 157 | 
|  | Line contains a tab character. | 158 | 
|  | Line contains a tab character. | 160 | 
|  | Missing a Javadoc comment. | 160 | 
|  | Parameter metaEntity should be final. | 160 | 
|  | Line contains a tab character. | 161 | 
|  | 'if' is not followed by whitespace. | 161 | 
|  | '{' is not preceded with whitespace. | 161 | 
|  | Line contains a tab character. | 162 | 
|  | Line contains a tab character. | 163 | 
|  | Line is longer than 80 characters. | 164 | 
|  | Line contains a tab character. | 164 | 
|  | Line contains a tab character. | 165 | 
|  | Line has trailing spaces. | 166 | 
|  | Line contains a tab character. | 166 | 
|  | Line contains a tab character. | 167 | 
|  | Missing a Javadoc comment. | 167 | 
|  | Parameter meta should be final. | 167 | 
|  | Parameter versionInd should be final. | 167 | 
|  | Line contains a tab character. | 169 | 
|  | Line contains a tab character. | 170 | 
|  | Line contains a tab character. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | Line contains a tab character. | 174 | 
|  | 'if' is not followed by whitespace. | 174 | 
|  | '==' is not preceded with whitespace. | 174 | 
|  | '==' is not followed by whitespace. | 174 | 
|  | '{' is not preceded with whitespace. | 174 | 
|  | Line contains a tab character. | 175 | 
|  | Line contains a tab character. | 176 | 
|  | 'else' is not preceded with whitespace. | 176 | 
|  | '}' is not followed by whitespace. | 176 | 
|  | 'else' is not followed by whitespace. | 176 | 
|  | '{' is not preceded with whitespace. | 176 | 
|  | Line contains a tab character. | 177 | 
|  | Line contains a tab character. | 178 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line is longer than 80 characters. | 183 | 
|  | Line contains a tab character. | 183 | 
|  | Missing a Javadoc comment. | 183 | 
|  | Parameter richTextClass should be final. | 183 | 
|  | Parameter richTextInfo should be final. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | 'if' is not followed by whitespace. | 184 | 
|  | '{' is not preceded with whitespace. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Line has trailing spaces. | 187 | 
|  | Line contains a tab character. | 187 | 
|  | Line contains a tab character. | 188 | 
|  | Line has trailing spaces. | 189 | 
|  | Line contains a tab character. | 189 | 
|  | Line contains a tab character. | 190 | 
|  | Line contains a tab character. | 191 | 
|  | Line contains a tab character. | 192 | 
|  | Line contains a tab character. | 193 | 
|  | Line has trailing spaces. | 196 | 
|  | Line contains a tab character. | 196 | 
|  | Line contains a tab character. | 197 | 
|  | Line contains a tab character. | 198 | 
|  | Line contains a tab character. | 200 | 
|  | Missing a Javadoc comment. | 200 | 
|  | Parameter entity should be final. | 200 | 
|  | 'if' is not followed by whitespace. | 201 | 
|  | '==' is not preceded with whitespace. | 201 | 
|  | '==' is not followed by whitespace. | 201 | 
|  | '{' is not preceded with whitespace. | 201 | 
|  | Line has trailing spaces. | 204 | 
|  | '{' is followed by whitespace. | 206 | 
|  | Line has trailing spaces. | 207 | 
|  | Line has trailing spaces. | 210 | 
|  | Line contains a tab character. | 210 | 
|  | Line contains a tab character. | 211 | 
|  | Missing a Javadoc comment. | 211 | 
|  | Parameter version should be final. | 211 | 
|  | Line contains a tab character. | 212 | 
|  | 'if' is not followed by whitespace. | 212 | 
|  | '==' is not preceded with whitespace. | 212 | 
|  | '==' is not followed by whitespace. | 212 | 
|  | '{' is not preceded with whitespace. | 212 | 
|  | Line contains a tab character. | 213 | 
|  | Line contains a tab character. | 214 | 
|  | Line contains a tab character. | 215 | 
|  | Line is longer than 80 characters. | 216 | 
|  | Line contains a tab character. | 216 | 
|  | Line is longer than 80 characters. | 217 | 
|  | Line contains a tab character. | 217 | 
|  | Line contains a tab character. | 218 | 
|  | Line contains a tab character. | 219 | 
|  | Line contains a tab character. | 220 | 
|  | Line contains a tab character. | 221 | 
|  | Line has trailing spaces. | 222 | 
|  | Line contains a tab character. | 222 | 
|  | Line contains a tab character. | 223 | 
|  | Line contains a tab character. | 224 |