The following document contains the results of Checkstyle 5.7. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 3 | |
| coding | HiddenField
|
58 | |
MagicNumber
|
9 | ||
| design | HideUtilityClassConstructor | 3 | |
VisibilityModifier
|
133 | ||
| imports | AvoidStarImport | 12 | |
| modifier | ModifierOrder | 3 | |
| naming | ConstantName | 1 | |
| MemberName | 21 | ||
| MethodName | 18 | ||
| whitespace | FileTabCharacter | 1 | |
| ParenPad | 2 | ||
| WhitespaceAround | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'Mbe' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Name 'type_boolean' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 508 | |
| naming | MethodName | Name 'type_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 | |
| naming | MethodName | Name 'type_char' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 518 | |
| naming | MethodName | Name 'type_double' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 523 | |
| naming | MethodName | Name 'type_float' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
| naming | MethodName | Name 'type_int' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 | |
| naming | MethodName | Name 'type_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 538 | |
| naming | MethodName | Name 'type_short' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 543 | |
| naming | MethodName | Name 'type_void' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.*. | 40 | |
| coding | HiddenField | 'values' hides a field. | 72 | |
| coding | HiddenField | 'isArray' hides a field. | 137 | |
| coding | HiddenField | 'name' hides a field. | 151 | |
| coding | HiddenField | 'valueAnnotations' hides a field. | 172 | |
| coding | HiddenField | 'name' hides a field. | 256 | |
| coding | HiddenField | 'name' hides a field. | 263 | |
| coding | HiddenField | 'name' hides a field. | 297 | |
| coding | HiddenField | 'text' hides a field. | 304 | |
| coding | HiddenField | 'annotationAttributes' hides a field. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '4' is a magic number. | 225 | |
| coding | MagicNumber | '5' is a magic number. | 225 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'tagAuthor' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'tagDate' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'tagDeprecated' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'tagException' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'tagReturn' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'tagSerial' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'tagSerialData' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'tagSerialField' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'tagSince' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'tagThrows' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'tagVersion' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'vtagParameter' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'vtagSee' must be private and have accessor methods. | 82 | |
| coding | MagicNumber | '55' is a magic number. | 269 | |
| design | VisibilityModifier | Variable 'onlyAtBeginningAndEnd' must be private and have accessor methods. | 285 | |
| coding | MagicNumber | '13' is a magic number. | 405 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 405 | |
| coding | MagicNumber | '10' is a magic number. | 408 | |
| coding | MagicNumber | '10' is a magic number. | 425 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 435 | |
| design | VisibilityModifier | Variable 'text' must be private and have accessor methods. | 467 | |
| coding | HiddenField | 'text' hides a field. | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.*. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.impl.util.*. | 43 | |
| design | VisibilityModifier | Variable 'vs' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'ex' must be private and have accessor methods. | 243 | |
| design | VisibilityModifier | Variable 'isAbstract' must be private and have accessor methods. | 245 | |
| design | VisibilityModifier | Variable 'implementations' must be private and have accessor methods. | 247 | |
| coding | HiddenField | 'ex' hides a field. | 412 | |
| design | VisibilityModifier | Variable 'isTransient' must be private and have accessor methods. | 467 | |
| design | VisibilityModifier | Variable 'isVolatile' must be private and have accessor methods. | 470 | |
| coding | HiddenField | 'isTransient' hides a field. | 482 | |
| coding | HiddenField | 'isVolatile' hides a field. | 493 | |
| design | VisibilityModifier | Variable 'isNative' must be private and have accessor methods. | 537 | |
| design | VisibilityModifier | Variable 'isSynchronized' must be private and have accessor methods. | 539 | |
| coding | HiddenField | 'isNative' hides a field. | 551 | |
| coding | HiddenField | 'isSynchronized' hides a field. | 562 | |
| design | VisibilityModifier | Variable 'isEncoded' must be private and have accessor methods. | 605 | |
| design | VisibilityModifier | Variable 'types' must be private and have accessor methods. | 607 | |
| design | VisibilityModifier | Variable 'imports' must be private and have accessor methods. | 609 | |
| design | VisibilityModifier | Variable 'codebase' must be private and have accessor methods. | 611 | |
| design | VisibilityModifier | Variable 'namespace' must be private and have accessor methods. | 613 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 899 | |
| design | VisibilityModifier | Variable 'expr' must be private and have accessor methods. | 902 | |
| coding | HiddenField | 'expr' hides a field. | 921 | |
| coding | HiddenField | 'type' hides a field. | 927 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 973 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 975 | |
| design | VisibilityModifier | Variable 'isFinal' must be private and have accessor methods. | 977 | |
| coding | HiddenField | 'name' hides a field. | 1007 | |
| coding | HiddenField | 'type' hides a field. | 1013 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1040 | |
| coding | HiddenField | 'name' hides a field. | 1076 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 1095 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 1121 | |
| design | VisibilityModifier | Variable 'extendz' must be private and have accessor methods. | 1147 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 1233 | |
| coding | HiddenField | 'label' hides a field. | 1262 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1288 | |
| design | VisibilityModifier | Variable 'access' must be private and have accessor methods. | 1290 | |
| design | VisibilityModifier | Variable 'isFinal' must be private and have accessor methods. | 1292 | |
| design | VisibilityModifier | Variable 'isStatic' must be private and have accessor methods. | 1294 | |
| design | VisibilityModifier | Variable 'annotations' must be private and have accessor methods. | 1296 | |
| coding | HiddenField | 'access' hides a field. | 1353 | |
| coding | HiddenField | 'name' hides a field. | 1359 | |
| design | VisibilityModifier | Variable 'isAbstract' must be private and have accessor methods. | 1402 | |
| design | VisibilityModifier | Variable 'parameters' must be private and have accessor methods. | 1404 | |
| design | VisibilityModifier | Variable 'throwz' must be private and have accessor methods. | 1406 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1408 | |
| coding | HiddenField | 'type' hides a field. | 1417 | |
| coding | HiddenField | 'type' hides a field. | 1422 | |
| coding | HiddenField | 'isAbstract' hides a field. | 1455 | |
| coding | HiddenField | 'type' hides a field. | 1461 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1479 | |
| coding | HiddenField | 'name' hides a field. | 1492 | |
| design | VisibilityModifier | Variable 'unit' must be private and have accessor methods. | 1557 | |
| design | VisibilityModifier | Variable 'members' must be private and have accessor methods. | 1559 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1595 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.*. | 40 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'qual' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'qualExpression' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'nameExpression' must be private and have accessor methods. | 68 | |
| coding | HiddenField | 'name' hides a field. | 117 | |
| coding | HiddenField | 'qual' hides a field. | 123 | |
| design | VisibilityModifier | Variable 'dimensions' must be private and have accessor methods. | 157 | |
| design | VisibilityModifier | Variable 'o' must be private and have accessor methods. | 201 | |
| coding | HiddenField | 'o' hides a field. | 219 | |
| coding | HiddenField | 'o' hides a field. | 255 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 359 | |
| design | VisibilityModifier | Variable 'l' must be private and have accessor methods. | 361 | |
| design | VisibilityModifier | Variable 'r' must be private and have accessor methods. | 363 | |
| coding | HiddenField | 'l' hides a field. | 388 | |
| coding | HiddenField | 'r' hides a field. | 394 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 512 | |
| design | VisibilityModifier | Variable 'val' must be private and have accessor methods. | 514 | |
| coding | HiddenField | 'val' hides a field. | 533 | |
| design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 577 | |
| design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 579 | |
| design | VisibilityModifier | Variable 'colNo' must be private and have accessor methods. | 581 | |
| design | VisibilityModifier | Variable 'lineNo' must be private and have accessor methods. | 583 | |
| design | VisibilityModifier | Variable 'indentNo' must be private and have accessor methods. | 585 | |
| design | VisibilityModifier | Variable 'isLineNew' must be private and have accessor methods. | 587 | |
| coding | HiddenField | 'out' hides a field. | 674 | |
| coding | MagicNumber | '4' is a magic number. | 685 | |
| coding | MagicNumber | '5' is a magic number. | 685 | |
| design | VisibilityModifier | Variable 've' must be private and have accessor methods. | 899 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 921 | |
| design | VisibilityModifier | Variable 've' must be private and have accessor methods. | 923 | |
| design | VisibilityModifier | Variable 'qual' must be private and have accessor methods. | 925 | |
| coding | HiddenField | 'qual' hides a field. | 955 | |
| coding | HiddenField | 'type' hides a field. | 961 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 996 | |
| design | VisibilityModifier | Variable 'dimensions' must be private and have accessor methods. | 998 | |
| design | VisibilityModifier | Variable 'ai' must be private and have accessor methods. | 1000 | |
| coding | HiddenField | 'ai' hides a field. | 1036 | |
| coding | HiddenField | 'type' hides a field. | 1042 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1071 | |
| coding | HiddenField | 'type' hides a field. | 1096 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1129 | |
| design | VisibilityModifier | Variable 'one' must be private and have accessor methods. | 1131 | |
| design | VisibilityModifier | Variable 'two' must be private and have accessor methods. | 1133 | |
| design | VisibilityModifier | Variable 'three' must be private and have accessor methods. | 1135 | |
| coding | HiddenField | 'one' hides a field. | 1166 | |
| coding | HiddenField | 'two' hides a field. | 1172 | |
| coding | HiddenField | 'three' hides a field. | 1178 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1209 | |
| coding | HiddenField | 'type' hides a field. | 1236 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1260 | |
| design | VisibilityModifier | Variable 'val' must be private and have accessor methods. | 1262 | |
| coding | HiddenField | 'val' hides a field. | 1281 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1342 | |
| coding | HiddenField | 'name' hides a field. | 1360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 75 | |
| coding | HiddenField | 'body' hides a field. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.*. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| design | VisibilityModifier | Variable 'precision' must be private and have accessor methods. | 264 | |
| design | VisibilityModifier | Variable 'scale' must be private and have accessor methods. | 266 | |
| design | VisibilityModifier | Variable 'exponent' must be private and have accessor methods. | 268 | |
| design | VisibilityModifier | Variable 'val' must be private and have accessor methods. | 360 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 362 | |
| coding | HiddenField | 'comment' hides a field. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.*. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.impl.util.*. | 45 | |
| design | VisibilityModifier | Variable 'vs' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'kwd' must be private and have accessor methods. | 238 | |
| design | VisibilityModifier | Variable 'target' must be private and have accessor methods. | 240 | |
| coding | HiddenField | 'target' hides a field. | 251 | |
| design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 327 | |
| coding | HiddenField | 'e' hides a field. | 344 | |
| design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 474 | |
| coding | HiddenField | 'e' hides a field. | 484 | |
| design | VisibilityModifier | Variable 'initExpressions' must be private and have accessor methods. | 547 | |
| design | VisibilityModifier | Variable 'vu' must be private and have accessor methods. | 549 | |
| design | VisibilityModifier | Variable 'elseIfs' must be private and have accessor methods. | 656 | |
| naming | MemberName | Name '_else' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 658 | |
| design | VisibilityModifier | Variable '_else' must be private and have accessor methods. | 658 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 711 | |
| design | VisibilityModifier | Variable 'isFinal' must be private and have accessor methods. | 713 | |
| design | VisibilityModifier | Variable 'v' must be private and have accessor methods. | 715 | |
| coding | HiddenField | 'type' hides a field. | 756 | |
| design | VisibilityModifier | Variable 'triggered' must be private and have accessor methods. | 848 | |
| design | VisibilityModifier | Variable 'd' must be private and have accessor methods. | 850 | |
| design | VisibilityModifier | Variable 'mutex' must be private and have accessor methods. | 904 | |
| coding | HiddenField | 'mutex' hides a field. | 917 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 960 | |
| design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 1062 | |
| coding | HiddenField | 'e' hides a field. | 1075 | |
| coding | HiddenField | 'label' hides a field. | 1141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'dims' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.jenesis4java.*. | 46 | |
| design | VisibilityModifier | Variable 'comment' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'vm' must be private and have accessor methods. | 63 | |
| naming | MemberName | Name 'VOID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| design | VisibilityModifier | Variable 'VOID' must be private and have accessor methods. | 151 | |
| naming | MemberName | Name 'NULL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| design | VisibilityModifier | Variable 'NULL' must be private and have accessor methods. | 153 | |
| naming | MemberName | Name 'BOOLEAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| design | VisibilityModifier | Variable 'BOOLEAN' must be private and have accessor methods. | 155 | |
| naming | MemberName | Name 'BYTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| design | VisibilityModifier | Variable 'BYTE' must be private and have accessor methods. | 157 | |
| naming | MemberName | Name 'SHORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| design | VisibilityModifier | Variable 'SHORT' must be private and have accessor methods. | 159 | |
| naming | MemberName | Name 'INT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| design | VisibilityModifier | Variable 'INT' must be private and have accessor methods. | 161 | |
| naming | MemberName | Name 'CHAR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| design | VisibilityModifier | Variable 'CHAR' must be private and have accessor methods. | 163 | |
| naming | MemberName | Name 'LONG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| design | VisibilityModifier | Variable 'LONG' must be private and have accessor methods. | 165 | |
| naming | MemberName | Name 'FLOAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| design | VisibilityModifier | Variable 'FLOAT' must be private and have accessor methods. | 167 | |
| naming | MemberName | Name 'DOUBLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| design | VisibilityModifier | Variable 'DOUBLE' must be private and have accessor methods. | 169 | |
| naming | MemberName | Name 'STRING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| design | VisibilityModifier | Variable 'STRING' must be private and have accessor methods. | 171 | |
| naming | MemberName | Name 'BIGDECIMAL_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| design | VisibilityModifier | Variable 'BIGDECIMAL_TYPE' must be private and have accessor methods. | 173 | |
| naming | MemberName | Name 'BOOLEAN_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| design | VisibilityModifier | Variable 'BOOLEAN_TYPE' must be private and have accessor methods. | 175 | |
| naming | MemberName | Name 'CALENDAR_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| design | VisibilityModifier | Variable 'CALENDAR_TYPE' must be private and have accessor methods. | 177 | |
| naming | MemberName | Name 'INTEGER_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| design | VisibilityModifier | Variable 'INTEGER_TYPE' must be private and have accessor methods. | 179 | |
| naming | MemberName | Name 'LONG_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| design | VisibilityModifier | Variable 'LONG_TYPE' must be private and have accessor methods. | 181 | |
| naming | MemberName | Name 'STRING_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| design | VisibilityModifier | Variable 'STRING_TYPE' must be private and have accessor methods. | 183 | |
| naming | MemberName | Name '_NULL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| design | VisibilityModifier | Variable '_NULL' must be private and have accessor methods. | 185 | |
| naming | MemberName | Name 'TRUE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| design | VisibilityModifier | Variable 'TRUE' must be private and have accessor methods. | 187 | |
| naming | MemberName | Name 'FALSE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| design | VisibilityModifier | Variable 'FALSE' must be private and have accessor methods. | 189 | |
| design | VisibilityModifier | Variable 'styles' must be private and have accessor methods. | 191 | |
| design | VisibilityModifier | Variable 'units' must be private and have accessor methods. | 195 | |
| design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 197 | |
| naming | MethodName | Name 'type_boolean' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 586 | |
| naming | MethodName | Name 'type_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 | |
| naming | MethodName | Name 'type_char' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 596 | |
| naming | MethodName | Name 'type_double' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 | |
| naming | MethodName | Name 'type_float' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 606 | |
| naming | MethodName | Name 'type_int' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 611 | |
| naming | MethodName | Name 'type_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 616 | |
| naming | MethodName | Name 'type_short' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 621 | |
| naming | MethodName | Name 'type_void' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 626 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 50 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 67 | |
| coding | HiddenField | 'jalopy' hides a field. | 142 | |
| coding | MagicNumber | '4096' is a magic number. | 216 | |
| coding | HiddenField | 'jalopy' hides a field. | 312 |