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