The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 219 | |
| EmptyBlock | 1 | ||
| LeftCurly | 92 | ||
| NeedBraces | 4 | ||
| RightCurly | 2 | ||
| coding | AvoidInlineConditionals | 73 | |
| HiddenField | 263 | ||
| MagicNumber | 532 | ||
| MissingSwitchDefault | 19 | ||
| design | DesignForExtension | 301 | |
| HideUtilityClassConstructor | 13 | ||
| VisibilityModifier | 94 | ||
| imports | AvoidStarImport | 69 | |
| javadoc | JavadocMethod | 578 | |
| JavadocPackage | 7 | ||
| JavadocStyle | 48 | ||
| JavadocType | 73 | ||
| JavadocVariable | 548 | ||
| misc | FinalParameters | 759 | |
| NewlineAtEndOfFile | 24 | ||
| TodoComment | 2 | ||
| modifier | RedundantModifier | 12 | |
| naming | ConstantName | 12 | |
| LocalVariableName | 219 | ||
| MemberName | 96 | ||
| MethodName | 14 | ||
| PackageName | 77 | ||
| ParameterName | 64 | ||
| StaticVariableName | 2 | ||
| TypeName | 36 | ||
| regexp | RegexpSingleline
|
4 | |
| sizes | FileLength | 1 | |
| LineLength | 2412 | ||
| MethodLength | 10 | ||
| ParameterNumber | 11 | ||
| whitespace | FileTabCharacter | 6 | |
| OperatorWrap | 350 | ||
| WhitespaceAfter | 41 | ||
| WhitespaceAround | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | MemberName | Name 'Delivered' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | MemberName | Name 'Paid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | MemberName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | MemberName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | MemberName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| naming | MemberName | Name 'ZipCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | MemberName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | MemberName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | MemberName | Name 'Phone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | MemberName | Name 'Email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| naming | MemberName | Name 'DonationsT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| naming | MemberName | Name 'NameEditCustomer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 103 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter aYear should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'aYear'. | 103 | |
| misc | FinalParameters | Parameter customerName should be final. | 103 | |
| misc | FinalParameters | Parameter mainController should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'mainController'. | 103 | |
| misc | FinalParameters | Parameter parent should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 103 | |
| coding | MagicNumber | '3' is a magic number. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 139 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter aYear should be final. | 139 | |
| misc | FinalParameters | Parameter mainController should be final. | 139 | |
| misc | FinalParameters | Parameter parent should be final. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 144 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter aYear should be final. | 144 | |
| misc | FinalParameters | Parameter mainController should be final. | 144 | |
| misc | FinalParameters | Parameter parent should be final. | 144 | |
| coding | MagicNumber | '4' is a magic number. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 166 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 181 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| design | DesignForExtension | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter event should be final. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 197 | |
| coding | MagicNumber | '6' is a magic number. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 282). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 268 | |
| naming | LocalVariableName | Name 'ItemTotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 278 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 282). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 344 | |
| naming | LocalVariableName | Name 'ItemTotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 354 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 366 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 391 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 504 | |
| misc | FinalParameters | Parameter totalCost should be final. | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 536 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 545 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 562 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 564 | |
| naming | LocalVariableName | Name 'Lg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 565 | |
| naming | LocalVariableName | Name 'LP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 566 | |
| naming | LocalVariableName | Name 'Mulch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 567 | |
| naming | LocalVariableName | Name 'OT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 567 | |
| naming | LocalVariableName | Name 'Customers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 569 | |
| naming | LocalVariableName | Name 'GTot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 569 | |
| naming | LocalVariableName | Name 'Commis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 571 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | MemberName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | MemberName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | MemberName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | MemberName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | MemberName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | MemberName | Name 'ZipCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | MemberName | Name 'Phone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | MemberName | Name 'Email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | MemberName | Name 'DonationsT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | MemberName | Name 'NameEditCustomer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | MemberName | Name 'Paid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | MemberName | Name 'Delivered' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 244). | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 61 | |
| misc | FinalParameters | Parameter Address should be final. | 61 | |
| coding | HiddenField | 'Address' hides a field. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'Address'. | 61 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter Town should be final. | 61 | |
| coding | HiddenField | 'Town' hides a field. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'Town'. | 61 | |
| naming | ParameterName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter State should be final. | 61 | |
| coding | HiddenField | 'State' hides a field. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'State'. | 61 | |
| naming | ParameterName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter year should be final. | 61 | |
| coding | HiddenField | 'year' hides a field. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'year'. | 61 | |
| misc | FinalParameters | Parameter ProductTable should be final. | 61 | |
| coding | HiddenField | 'ProductTable' hides a field. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'ProductTable'. | 61 | |
| naming | ParameterName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| misc | FinalParameters | Parameter zipCode should be final. | 61 | |
| misc | FinalParameters | Parameter phone should be final. | 61 | |
| misc | FinalParameters | Parameter email should be final. | 61 | |
| misc | FinalParameters | Parameter donationsT should be final. | 61 | |
| misc | FinalParameters | Parameter nameEditCustomer should be final. | 61 | |
| misc | FinalParameters | Parameter paid should be final. | 61 | |
| misc | FinalParameters | Parameter delivered should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'IntegerLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| misc | FinalParameters | Parameter n should be final. | 83 | |
| coding | MagicNumber | '100000' is a magic number. | 84 | |
| coding | MagicNumber | '100' is a magic number. | 86 | |
| coding | MagicNumber | '10' is a magic number. | 88 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 88 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 88 | |
| coding | MagicNumber | '1000' is a magic number. | 91 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 91 | |
| coding | MagicNumber | '3' is a magic number. | 91 | |
| coding | MagicNumber | '10000' is a magic number. | 93 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 93 | |
| coding | MagicNumber | '4' is a magic number. | 93 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 93 | |
| coding | MagicNumber | '5' is a magic number. | 93 | |
| coding | MagicNumber | '10000000' is a magic number. | 98 | |
| coding | MagicNumber | '1000000' is a magic number. | 100 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 100 | |
| coding | MagicNumber | '6' is a magic number. | 100 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 100 | |
| coding | MagicNumber | '7' is a magic number. | 100 | |
| coding | MagicNumber | '100000000' is a magic number. | 103 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 103 | |
| coding | MagicNumber | '8' is a magic number. | 103 | |
| coding | MagicNumber | '1000000000' is a magic number. | 105 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 105 | |
| coding | MagicNumber | '9' is a magic number. | 105 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 105 | |
| coding | MagicNumber | '10' is a magic number. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 120 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 120 | |
| coding | MagicNumber | '100' is a magic number. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 216). | 132 | |
| naming | LocalVariableName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 135 | |
| coding | MagicNumber | '100' is a magic number. | 136 | |
| coding | MagicNumber | '100' is a magic number. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter owner should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter year should be final. | 55 | |
| misc | FinalParameters | Parameter owner should be final. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.w3c.dom.*. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.xml.transform.*. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 48 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | MemberName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 | |
| misc | FinalParameters | Parameter event should be final. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter csvLoc should be final. | 104 | |
| misc | FinalParameters | Parameter xmlLoc should be final. | 104 | |
| coding | MagicNumber | '5' is a magic number. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 184 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter event should be final. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 217 | |
| coding | MagicNumber | '10' is a magic number. | 221 | |
| coding | MagicNumber | '10' is a magic number. | 222 | |
| coding | MagicNumber | '20' is a magic number. | 223 | |
| coding | MagicNumber | '150' is a magic number. | 223 | |
| coding | MagicNumber | '10' is a magic number. | 223 | |
| coding | MagicNumber | '10' is a magic number. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 247 | |
| naming | LocalVariableName | Name 'XML' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| misc | FinalParameters | Parameter event should be final. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 312 | |
| coding | MagicNumber | '10' is a magic number. | 316 | |
| coding | MagicNumber | '10' is a magic number. | 317 | |
| coding | MagicNumber | '20' is a magic number. | 318 | |
| coding | MagicNumber | '150' is a magic number. | 318 | |
| coding | MagicNumber | '10' is a magic number. | 318 | |
| coding | MagicNumber | '10' is a magic number. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| misc | FinalParameters | Parameter newVal should be final. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 370 | |
| coding | MagicNumber | '10' is a magic number. | 374 | |
| coding | MagicNumber | '10' is a magic number. | 375 | |
| coding | MagicNumber | '20' is a magic number. | 376 | |
| coding | MagicNumber | '150' is a magic number. | 376 | |
| coding | MagicNumber | '10' is a magic number. | 376 | |
| coding | MagicNumber | '10' is a magic number. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| misc | FinalParameters | Parameter event should be final. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| misc | FinalParameters | Parameter event should be final. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| misc | FinalParameters | Parameter event should be final. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| design | DesignForExtension | Method 'initAddYear' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| misc | FinalParameters | Parameter parWindow should be final. | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 479 | |
| design | DesignForExtension | Method 'initAddYear' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| misc | FinalParameters | Parameter year should be final. | 494 | |
| javadoc | JavadocMethod | Expected @param tag for 'year'. | 494 | |
| misc | FinalParameters | Parameter parWindow should be final. | 494 | |
| javadoc | JavadocMethod | Expected @param tag for 'parWindow'. | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| naming | MethodName | Name 'CreateDb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| misc | FinalParameters | Parameter year should be final. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 578 | |
| misc | FinalParameters | Parameter FLoc should be final. | 583 | |
| naming | ParameterName | Name 'FLoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 592 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 608 | |
| coding | MagicNumber | '5' is a magic number. | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 632 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 644 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 649 | |
| misc | FinalParameters | Parameter SavePath should be final. | 654 | |
| naming | ParameterName | Name 'SavePath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 654 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 656 | |
| naming | LocalVariableName | Name 'ProductID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 680 | |
| naming | LocalVariableName | Name 'ProductName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 686 | |
| naming | LocalVariableName | Name 'ProductID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 706 | |
| naming | LocalVariableName | Name 'ProductName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 711 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 716 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 720 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 726 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 750 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 754 | |
| coding | MagicNumber | '6' is a magic number. | 762 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 282). | 768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 777 | |
| misc | FinalParameters | Parameter event should be final. | 778 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 783 | |
| misc | FinalParameters | Parameter event should be final. | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 786 | |
| naming | LocalVariableName | Name 'XML' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 789 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter e should be final. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter property should be final. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 212 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | MemberName | Name 'Donation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 53 | |
| misc | FinalParameters | Parameter name should be final. | 53 | |
| coding | HiddenField | 'name' hides a field. | 53 | |
| misc | FinalParameters | Parameter year should be final. | 53 | |
| coding | HiddenField | 'year' hides a field. | 53 | |
| misc | FinalParameters | Parameter address should be final. | 53 | |
| coding | HiddenField | 'address' hides a field. | 53 | |
| misc | FinalParameters | Parameter town should be final. | 54 | |
| coding | HiddenField | 'town' hides a field. | 54 | |
| misc | FinalParameters | Parameter state should be final. | 55 | |
| coding | HiddenField | 'state' hides a field. | 55 | |
| misc | FinalParameters | Parameter zipCode should be final. | 56 | |
| coding | HiddenField | 'zipCode' hides a field. | 56 | |
| misc | FinalParameters | Parameter lat should be final. | 57 | |
| coding | HiddenField | 'lat' hides a field. | 57 | |
| misc | FinalParameters | Parameter lon should be final. | 58 | |
| coding | HiddenField | 'lon' hides a field. | 58 | |
| misc | FinalParameters | Parameter phone should be final. | 59 | |
| coding | HiddenField | 'phone' hides a field. | 59 | |
| misc | FinalParameters | Parameter paid should be final. | 60 | |
| coding | HiddenField | 'paid' hides a field. | 60 | |
| misc | FinalParameters | Parameter delivered should be final. | 61 | |
| coding | HiddenField | 'delivered' hides a field. | 61 | |
| misc | FinalParameters | Parameter email should be final. | 62 | |
| coding | HiddenField | 'email' hides a field. | 62 | |
| misc | FinalParameters | Parameter orderId should be final. | 63 | |
| coding | HiddenField | 'orderId' hides a field. | 63 | |
| misc | FinalParameters | Parameter nameEdited should be final. | 64 | |
| coding | HiddenField | 'nameEdited' hides a field. | 64 | |
| misc | FinalParameters | Parameter Donation should be final. | 65 | |
| coding | HiddenField | 'Donation' hides a field. | 65 | |
| naming | ParameterName | Name 'Donation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| coding | HiddenField | 'name' hides a field. | 84 | |
| misc | FinalParameters | Parameter year should be final. | 84 | |
| coding | HiddenField | 'year' hides a field. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter ID should be final. | 91 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| misc | FinalParameters | Parameter year should be final. | 91 | |
| coding | HiddenField | 'year' hides a field. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 93 | |
| design | DesignForExtension | Method 'getLat' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 119 | |
| design | DesignForExtension | Method 'setLat' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter lat should be final. | 140 | |
| coding | HiddenField | 'lat' hides a field. | 140 | |
| design | DesignForExtension | Method 'getLon' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 146 | |
| design | DesignForExtension | Method 'setLon' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter lon should be final. | 167 | |
| coding | HiddenField | 'lon' hides a field. | 167 | |
| design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter year should be final. | 171 | |
| coding | HiddenField | 'year' hides a field. | 171 | |
| design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| misc | FinalParameters | Parameter address should be final. | 175 | |
| coding | HiddenField | 'address' hides a field. | 175 | |
| design | DesignForExtension | Method 'setZipCode' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter zipCode should be final. | 179 | |
| coding | HiddenField | 'zipCode' hides a field. | 179 | |
| design | DesignForExtension | Method 'setDonation' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter donation should be final. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 187 | |
| design | DesignForExtension | Method 'updateValues' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter updateProg should be final. | 187 | |
| misc | FinalParameters | Parameter fail should be final. | 187 | |
| misc | FinalParameters | Parameter updateMessage should be final. | 187 | |
| misc | FinalParameters | Parameter getProgress should be final. | 187 | |
| coding | MagicNumber | '100' is a magic number. | 190 | |
| coding | MagicNumber | '3' is a magic number. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 191 | |
| coding | MagicNumber | '100' is a magic number. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 194 | |
| coding | MagicNumber | '3' is a magic number. | 197 | |
| coding | MagicNumber | '4' is a magic number. | 198 | |
| coding | MagicNumber | '5' is a magic number. | 199 | |
| coding | MagicNumber | '6' is a magic number. | 200 | |
| coding | MagicNumber | '7' is a magic number. | 201 | |
| coding | MagicNumber | '8' is a magic number. | 202 | |
| coding | MagicNumber | '9' is a magic number. | 203 | |
| coding | MagicNumber | '10' is a magic number. | 204 | |
| coding | MagicNumber | '11' is a magic number. | 205 | |
| coding | MagicNumber | '12' is a magic number. | 206 | |
| coding | MagicNumber | '13' is a magic number. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 211 | |
| coding | MagicNumber | '100' is a magic number. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 212 | |
| coding | MagicNumber | '3' is a magic number. | 215 | |
| coding | MagicNumber | '4' is a magic number. | 216 | |
| coding | MagicNumber | '5' is a magic number. | 217 | |
| coding | MagicNumber | '6' is a magic number. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 223 | |
| coding | MagicNumber | '100' is a magic number. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 228 | |
| coding | MagicNumber | '3' is a magic number. | 232 | |
| coding | MagicNumber | '4' is a magic number. | 233 | |
| coding | MagicNumber | '5' is a magic number. | 234 | |
| coding | MagicNumber | '6' is a magic number. | 235 | |
| coding | MagicNumber | '7' is a magic number. | 236 | |
| coding | MagicNumber | '10' is a magic number. | 242 | |
| coding | MagicNumber | '100' is a magic number. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 245 | |
| coding | MagicNumber | '3' is a magic number. | 248 | |
| coding | MagicNumber | '4' is a magic number. | 249 | |
| coding | MagicNumber | '5' is a magic number. | 250 | |
| coding | MagicNumber | '6' is a magic number. | 251 | |
| coding | MagicNumber | '7' is a magic number. | 252 | |
| coding | MagicNumber | '8' is a magic number. | 253 | |
| coding | MagicNumber | '9' is a magic number. | 254 | |
| coding | MagicNumber | '10' is a magic number. | 255 | |
| coding | MagicNumber | '11' is a magic number. | 256 | |
| coding | MagicNumber | '12' is a magic number. | 257 | |
| coding | MagicNumber | '13' is a magic number. | 258 | |
| coding | MagicNumber | '20' is a magic number. | 263 | |
| coding | MagicNumber | '100' is a magic number. | 263 | |
| design | DesignForExtension | Method 'deleteCustomer' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 283 | |
| naming | LocalVariableName | Name 'Lg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| naming | LocalVariableName | Name 'LP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
| naming | LocalVariableName | Name 'Mulch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 | |
| naming | LocalVariableName | Name 'OT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'Customers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 289 | |
| naming | LocalVariableName | Name 'GTot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'Commis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 292 | |
| coding | MagicNumber | '3' is a magic number. | 294 | |
| coding | MagicNumber | '4' is a magic number. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 296 | |
| coding | MagicNumber | '5' is a magic number. | 296 | |
| coding | MagicNumber | '6' is a magic number. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 298 | |
| coding | MagicNumber | '7' is a magic number. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 299 | |
| coding | MagicNumber | '8' is a magic number. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 317 | |
| design | DesignForExtension | Method 'getCustAddressFrmName' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| naming | LocalVariableName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 325 | |
| coding | HiddenField | 'address' hides a field. | 328 | |
| coding | MagicNumber | '4' is a magic number. | 328 | |
| coding | MagicNumber | '3' is a magic number. | 332 | |
| design | DesignForExtension | Method 'getNoMulchOrdered' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| misc | FinalParameters | Parameter totalCost should be final. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 366 | |
| design | DesignForExtension | Method 'getNoLivePlantsOrdered' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 374 | |
| design | DesignForExtension | Method 'getNoLawnProductsOrdered' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 400 | |
| design | DesignForExtension | Method 'getAddr' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| design | DesignForExtension | Method 'getTown' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| design | DesignForExtension | Method 'setTown' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| misc | FinalParameters | Parameter town should be final. | 428 | |
| coding | HiddenField | 'town' hides a field. | 428 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 432 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| misc | FinalParameters | Parameter state should be final. | 436 | |
| coding | HiddenField | 'state' hides a field. | 436 | |
| design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| misc | FinalParameters | Parameter name should be final. | 448 | |
| coding | HiddenField | 'name' hides a field. | 448 | |
| design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| misc | FinalParameters | Parameter phone should be final. | 461 | |
| coding | HiddenField | 'phone' hides a field. | 461 | |
| design | DesignForExtension | Method 'getPaid' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| design | DesignForExtension | Method 'setPaid' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| misc | FinalParameters | Parameter paid should be final. | 474 | |
| coding | HiddenField | 'paid' hides a field. | 474 | |
| design | DesignForExtension | Method 'getDelivered' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| design | DesignForExtension | Method 'setDelivered' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 487 | |
| misc | FinalParameters | Parameter delivered should be final. | 487 | |
| coding | HiddenField | 'delivered' hides a field. | 487 | |
| design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| misc | FinalParameters | Parameter email should be final. | 500 | |
| coding | HiddenField | 'email' hides a field. | 500 | |
| design | DesignForExtension | Method 'getOrderId' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| design | DesignForExtension | Method 'setOrderId' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| misc | FinalParameters | Parameter orderId should be final. | 513 | |
| coding | HiddenField | 'orderId' hides a field. | 513 | |
| design | DesignForExtension | Method 'getDontation' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 524 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 545 | |
| naming | TypeName | Name 'updateProgCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 549 | |
| naming | TypeName | Name 'failCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 549 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 550 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 553 | |
| naming | TypeName | Name 'updateMessageCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 557 | |
| naming | TypeName | Name 'getProgCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'year' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 57 | |
| design | DesignForExtension | Method 'initCustomer' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter cYear should be final. | 57 | |
| misc | FinalParameters | Parameter cName should be final. | 57 | |
| misc | FinalParameters | Parameter mainCont should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 103 | |
| coding | MagicNumber | '8' is a magic number. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| design | DesignForExtension | Method 'editCustomer' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter event should be final. | 120 | |
| design | DesignForExtension | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter event should be final. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 282). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter event should be final. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 192 | |
| misc | FinalParameters | Parameter totalCost should be final. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 224 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 237 | |
| naming | TypeName | Name 'infoValPair' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 237 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 238 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 241 | |
| misc | FinalParameters | Parameter inf should be final. | 241 | |
| misc | FinalParameters | Parameter val should be final. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'pCon' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | StaticVariableName | Name 'DbLoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| design | VisibilityModifier | Variable 'DbLoc' must be private and have accessor methods. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter yearL should be final. | 52 | |
| misc | FinalParameters | Parameter name should be final. | 52 | |
| misc | FinalParameters | Parameter info should be final. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 65 | |
| misc | FinalParameters | Parameter yearL should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter info should be final. | 65 | |
| misc | FinalParameters | Parameter defaultVal should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 97 | |
| misc | FinalParameters | Parameter Db should be final. | 97 | |
| naming | ParameterName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| misc | FinalParameters | Parameter Command should be final. | 97 | |
| naming | ParameterName | Name 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 117 | |
| coding | MagicNumber | '50000' is a magic number. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| javadoc | JavadocMethod | Expected an @return tag. | 169 | |
| misc | FinalParameters | Parameter DB should be final. | 169 | |
| naming | ParameterName | Name 'DB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 172 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 172 | |
| blocks | EmptyBlock | Must have at least one statement. | 175 | |
| coding | MagicNumber | '50000' is a magic number. | 181 | |
| coding | MagicNumber | '1007' is a magic number. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 343). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| misc | FinalParameters | Parameter DB should be final. | 212 | |
| naming | ParameterName | Name 'DB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| misc | FinalParameters | Parameter catName should be final. | 275 | |
| misc | FinalParameters | Parameter year should be final. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| naming | ConstantName | Name 'plainFont' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | ConstantName | Name 'LargeFont' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 | |
| misc | FinalParameters | Parameter zipCode should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 54 | |
| naming | LocalVariableName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 113 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| naming | MethodName | Name 'GetCoords' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| misc | FinalParameters | Parameter Address should be final. | 124 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'AddressF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 126 | |
| naming | LocalVariableName | Name 'USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter xml should be final. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 170 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 174 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 174 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| misc | FinalParameters | Parameter ex should be final. | 65 | |
| misc | FinalParameters | Parameter level should be final. | 65 | |
| misc | FinalParameters | Parameter msg should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 69 | |
| coding | MagicNumber | '10000' is a magic number. | 70 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 50 | |
| misc | FinalParameters | Parameter args should be final. | 51 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 51 | |
| design | DesignForExtension | Method 'checkUpdates' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 83 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 147 | |
| coding | MagicNumber | '6' is a magic number. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter newValue should be final. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| design | DesignForExtension | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 60 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 128 | |
| sizes | MethodLength | Method length is 255 lines (max allowed is 150). | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter cell should be final. | 139 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 160 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 173 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 185 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 220 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 234 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 247 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 286 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 299 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 312 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 339 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 352 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 365 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| misc | FinalParameters | Parameter open should be final. | 395 | |
| misc | FinalParameters | Parameter openInNewTab should be final. | 395 | |
| misc | FinalParameters | Parameter openInNewWindow should be final. | 395 | |
| misc | FinalParameters | Parameter edit should be final. | 395 | |
| design | DesignForExtension | Method 'getWindow' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| design | DesignForExtension | Method 'addTab' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter fillPane should be final. | 425 | |
| misc | FinalParameters | Parameter tabTitle should be final. | 425 | |
| design | DesignForExtension | Method 'closeTab' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| misc | FinalParameters | Parameter tab should be final. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| misc | FinalParameters | Parameter fillPane should be final. | 444 | |
| misc | FinalParameters | Parameter tabTitle should be final. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| misc | FinalParameters | Parameter fillPane should be final. | 462 | |
| misc | FinalParameters | Parameter tabTitle should be final. | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 480 | |
| design | DesignForExtension | Method 'openEditCustomer' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| misc | FinalParameters | Parameter year should be final. | 488 | |
| misc | FinalParameters | Parameter custName should be final. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 495 | |
| design | DesignForExtension | Method 'fillTreeView' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 542 | |
| naming | TypeName | Name 'contextActionCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 543 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 547 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 550 | |
| naming | TypeName | Name 'contextTreeItem' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 552 | |
| misc | FinalParameters | Parameter name should be final. | 552 | |
| design | DesignForExtension | Method 'getMenu' is not designed for extension - needs to be abstract, final or empty. | 556 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 563 | |
| misc | FinalParameters | Parameter item should be final. | 566 | |
| misc | FinalParameters | Parameter empty should be final. | 566 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 573 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.lynden.gmapsfx.javascript.object.*. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'custOrders' must be private and have accessor methods. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'custAddress' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'custPhone' must be private and have accessor methods. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'custName' must be private and have accessor methods. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter url should be final. | 60 | |
| misc | FinalParameters | Parameter rb should be final. | 60 | |
| design | DesignForExtension | Method 'configureMap' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | MagicNumber | '47.6097' is a magic number. | 67 | |
| coding | MagicNumber | '-122.3331' is a magic number. | 67 | |
| coding | MagicNumber | '9' is a magic number. | 68 | |
| naming | LocalVariableName | Name 'Addr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalVariableName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'Ord' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| naming | LocalVariableName | Name 'NI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| naming | LocalVariableName | Name 'NH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 115 | |
| design | DesignForExtension | Method 'initMap' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter mainController should be final. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter address should be final. | 134 | |
| naming | LocalVariableName | Name 'NI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| naming | LocalVariableName | Name 'NH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 152 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| naming | LocalVariableName | Name 'Phone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| naming | LocalVariableName | Name 'NameD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| naming | LocalVariableName | Name 'PhoneD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 185 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| misc | FinalParameters | Parameter info should be final. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| misc | FinalParameters | Parameter Db should be final. | 267 | |
| naming | ParameterName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 | |
| misc | FinalParameters | Parameter info should be final. | 267 | |
| misc | FinalParameters | Parameter Address should be final. | 267 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | MemberName | Name 'QuantL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 40 | |
| misc | FinalParameters | Parameter orders should be final. | 40 | |
| misc | FinalParameters | Parameter name should be final. | 40 | |
| misc | FinalParameters | Parameter year should be final. | 40 | |
| misc | FinalParameters | Parameter preEditName should be final. | 40 | |
| misc | FinalParameters | Parameter updateProg should be final. | 40 | |
| misc | FinalParameters | Parameter fail should be final. | 40 | |
| misc | FinalParameters | Parameter updateMessage should be final. | 40 | |
| misc | FinalParameters | Parameter getProgress should be final. | 40 | |
| naming | LocalVariableName | Name 'Ids' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| coding | MagicNumber | '50' is a magic number. | 55 | |
| coding | MagicNumber | '100' is a magic number. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| naming | LocalVariableName | Name 'UpdateOrderString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 70 | |
| coding | MagicNumber | '100' is a magic number. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 80 | |
| coding | MagicNumber | '100' is a magic number. | 80 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 93 | |
| naming | LocalVariableName | Name 'InsertOrderStringBuilder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| coding | MagicNumber | '50' is a magic number. | 96 | |
| coding | MagicNumber | '9' is a magic number. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 101 | |
| coding | MagicNumber | '100' is a magic number. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 104 | |
| coding | MagicNumber | '3' is a magic number. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 119 | |
| coding | MagicNumber | '100' is a magic number. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| naming | MethodName | Name 'IntegerLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| misc | FinalParameters | Parameter n should be final. | 141 | |
| coding | MagicNumber | '100000' is a magic number. | 142 | |
| coding | MagicNumber | '100' is a magic number. | 144 | |
| coding | MagicNumber | '10' is a magic number. | 146 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 146 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 146 | |
| coding | MagicNumber | '1000' is a magic number. | 149 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 149 | |
| coding | MagicNumber | '3' is a magic number. | 149 | |
| coding | MagicNumber | '10000' is a magic number. | 151 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 151 | |
| coding | MagicNumber | '4' is a magic number. | 151 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 151 | |
| coding | MagicNumber | '5' is a magic number. | 151 | |
| coding | MagicNumber | '10000000' is a magic number. | 156 | |
| coding | MagicNumber | '1000000' is a magic number. | 158 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 158 | |
| coding | MagicNumber | '6' is a magic number. | 158 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 158 | |
| coding | MagicNumber | '7' is a magic number. | 158 | |
| coding | MagicNumber | '100000000' is a magic number. | 161 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 161 | |
| coding | MagicNumber | '8' is a magic number. | 161 | |
| coding | MagicNumber | '1000000000' is a magic number. | 163 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 163 | |
| coding | MagicNumber | '9' is a magic number. | 163 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 163 | |
| coding | MagicNumber | '10' is a magic number. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 170 | |
| design | DesignForExtension | Method 'createOrderArray' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| misc | FinalParameters | Parameter year should be final. | 170 | |
| misc | FinalParameters | Parameter name should be final. | 170 | |
| misc | FinalParameters | Parameter excludeZeroOrders should be final. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 174 | |
| design | DesignForExtension | Method 'createOrderArray' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter year should be final. | 174 | |
| misc | FinalParameters | Parameter name should be final. | 174 | |
| misc | FinalParameters | Parameter excludeZeroOrders should be final. | 174 | |
| misc | FinalParameters | Parameter Category should be final. | 174 | |
| naming | ParameterName | Name 'Category' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 176 | |
| naming | LocalVariableName | Name 'ProductInfoArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 178 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 178 | |
| naming | LocalVariableName | Name 'ProductInfoResultSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 253). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 201 | |
| naming | LocalVariableName | Name 'OrderID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 238 | |
| design | DesignForExtension | Method 'createOrderArray' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter year should be final. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 248 | |
| naming | LocalVariableName | Name 'ProductInfoArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 253). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 310 | |
| design | DesignForExtension | Method 'createNewOrder' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| misc | FinalParameters | Parameter orderData should be final. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 309). | 313 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 321 | |
| naming | TypeName | Name 'updateProgCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 325 | |
| naming | TypeName | Name 'failCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 329 | |
| naming | TypeName | Name 'updateMessageCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 333 | |
| naming | TypeName | Name 'getProgCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 337 | |
| naming | TypeName | Name 'orderArray' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 337 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 338 | |
| design | VisibilityModifier | Variable 'orderData' must be private and have accessor methods. | 338 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 339 | |
| design | VisibilityModifier | Variable 'totalCost' must be private and have accessor methods. | 339 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 340 | |
| design | VisibilityModifier | Variable 'totalQuantity' must be private and have accessor methods. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| misc | FinalParameters | Parameter orderData should be final. | 342 | |
| coding | HiddenField | 'orderData' hides a field. | 342 | |
| misc | FinalParameters | Parameter totalCost should be final. | 342 | |
| coding | HiddenField | 'totalCost' hides a field. | 342 | |
| misc | FinalParameters | Parameter totalQuantity should be final. | 342 | |
| coding | HiddenField | 'totalQuantity' hides a field. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'productID' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'productName' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'productSize' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'productUnitPrice' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'productCategory' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter productID should be final. | 43 | |
| coding | HiddenField | 'productID' hides a field. | 43 | |
| misc | FinalParameters | Parameter productName should be final. | 43 | |
| coding | HiddenField | 'productName' hides a field. | 43 | |
| misc | FinalParameters | Parameter productSize should be final. | 43 | |
| coding | HiddenField | 'productSize' hides a field. | 43 | |
| misc | FinalParameters | Parameter productUnitPrice should be final. | 43 | |
| coding | HiddenField | 'productUnitPrice' hides a field. | 43 | |
| misc | FinalParameters | Parameter productCategory should be final. | 43 | |
| coding | HiddenField | 'productCategory' hides a field. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| naming | MethodName | Name 'GetProductInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter info should be final. | 52 | |
| misc | FinalParameters | Parameter PID should be final. | 52 | |
| naming | ParameterName | Name 'PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter year should be final. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 55 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 76 | |
| naming | TypeName | Name 'formattedProduct' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'productID' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'productName' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'productSize' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'productUnitPrice' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'productCategory' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'orderedQuantity' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'extendedCost' must be private and have accessor methods. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter productID should be final. | 85 | |
| coding | HiddenField | 'productID' hides a field. | 85 | |
| misc | FinalParameters | Parameter productName should be final. | 85 | |
| coding | HiddenField | 'productName' hides a field. | 85 | |
| misc | FinalParameters | Parameter productSize should be final. | 85 | |
| coding | HiddenField | 'productSize' hides a field. | 85 | |
| misc | FinalParameters | Parameter productUnitPrice should be final. | 85 | |
| coding | HiddenField | 'productUnitPrice' hides a field. | 85 | |
| misc | FinalParameters | Parameter productCategory should be final. | 85 | |
| coding | HiddenField | 'productCategory' hides a field. | 85 | |
| misc | FinalParameters | Parameter orderedQuantity should be final. | 85 | |
| coding | HiddenField | 'orderedQuantity' hides a field. | 85 | |
| misc | FinalParameters | Parameter extendedCost should be final. | 85 | |
| coding | HiddenField | 'extendedCost' hides a field. | 85 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 96 | |
| naming | TypeName | Name 'formattedProductProps' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'productID' must be private and have accessor methods. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'productName' must be private and have accessor methods. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'productSize' must be private and have accessor methods. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'productUnitPrice' must be private and have accessor methods. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'productCategory' must be private and have accessor methods. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'orderedQuantityString' must be private and have accessor methods. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'orderedQuantity' must be private and have accessor methods. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'extendedCost' must be private and have accessor methods. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter productID should be final. | 107 | |
| coding | HiddenField | 'productID' hides a field. | 107 | |
| misc | FinalParameters | Parameter productName should be final. | 107 | |
| coding | HiddenField | 'productName' hides a field. | 107 | |
| misc | FinalParameters | Parameter productSize should be final. | 107 | |
| coding | HiddenField | 'productSize' hides a field. | 107 | |
| misc | FinalParameters | Parameter productUnitPrice should be final. | 107 | |
| coding | HiddenField | 'productUnitPrice' hides a field. | 107 | |
| misc | FinalParameters | Parameter productCategory should be final. | 107 | |
| coding | HiddenField | 'productCategory' hides a field. | 107 | |
| misc | FinalParameters | Parameter orderedQuantity should be final. | 107 | |
| coding | HiddenField | 'orderedQuantity' hides a field. | 107 | |
| misc | FinalParameters | Parameter extendedCost should be final. | 107 | |
| coding | HiddenField | 'extendedCost' hides a field. | 107 | |
| design | DesignForExtension | Method 'getProductID' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| design | DesignForExtension | Method 'getProductName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| design | DesignForExtension | Method 'getProductSize' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| design | DesignForExtension | Method 'getProductUnitPrice' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| design | DesignForExtension | Method 'getProductCategory' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| design | DesignForExtension | Method 'getOrderedQuantity' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 142 | |
| design | DesignForExtension | Method 'getOrderedQuantityString' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 142 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 142 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 142 | |
| design | DesignForExtension | Method 'getExtendedCost' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | MagicNumber | '5' is a magic number. | 52 | |
| design | DesignForExtension | Method 'activateProgressBar' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'getDialogStage' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| misc | FinalParameters | Parameter owner should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| naming | MemberName | Name 'Splitting' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter zipCode should be final. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 188 | |
| naming | LocalVariableName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 249 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 291 | |
| design | DesignForExtension | Method 'promptLogo' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| misc | FinalParameters | Parameter event should be final. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 307 | |
| design | DesignForExtension | Method 'promptPDF' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| misc | FinalParameters | Parameter event should be final. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 323 | |
| design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter event should be final. | 337 | |
| design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter event should be final. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 346 | |
| design | DesignForExtension | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 351 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 359 | |
| coding | MagicNumber | '3' is a magic number. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 364 | |
| coding | MagicNumber | '4' is a magic number. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 376 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 377 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 401). | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| design | DesignForExtension | Method 'initUI' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| misc | FinalParameters | Parameter reps should be final. | 452 | |
| coding | MagicNumber | '4' is a magic number. | 468 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 492 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 538 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sf.saxon.s9api.*. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.xml.transform.*. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| naming | MemberName | Name 'Splitting' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 288). | 100 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 100 | |
| sizes | ParameterNumber | More than 7 parameters (found 14). | 100 | |
| misc | FinalParameters | Parameter reportType should be final. | 100 | |
| coding | HiddenField | 'reportType' hides a field. | 100 | |
| misc | FinalParameters | Parameter selectedYear should be final. | 100 | |
| coding | HiddenField | 'selectedYear' hides a field. | 100 | |
| misc | FinalParameters | Parameter scoutName should be final. | 100 | |
| coding | HiddenField | 'scoutName' hides a field. | 100 | |
| misc | FinalParameters | Parameter scoutStAddr should be final. | 100 | |
| coding | HiddenField | 'scoutStAddr' hides a field. | 100 | |
| misc | FinalParameters | Parameter addrFormat should be final. | 100 | |
| coding | HiddenField | 'addrFormat' hides a field. | 100 | |
| misc | FinalParameters | Parameter scoutRank should be final. | 100 | |
| coding | HiddenField | 'scoutRank' hides a field. | 100 | |
| misc | FinalParameters | Parameter scoutPhone should be final. | 100 | |
| coding | HiddenField | 'scoutPhone' hides a field. | 100 | |
| misc | FinalParameters | Parameter logoLoc should be final. | 100 | |
| coding | HiddenField | 'logoLoc' hides a field. | 100 | |
| misc | FinalParameters | Parameter category should be final. | 100 | |
| coding | HiddenField | 'category' hides a field. | 100 | |
| misc | FinalParameters | Parameter customerName should be final. | 100 | |
| coding | HiddenField | 'customerName' hides a field. | 100 | |
| misc | FinalParameters | Parameter repTitle should be final. | 100 | |
| coding | HiddenField | 'repTitle' hides a field. | 100 | |
| misc | FinalParameters | Parameter splitting should be final. | 100 | |
| misc | FinalParameters | Parameter includeHeader should be final. | 100 | |
| coding | HiddenField | 'includeHeader' hides a field. | 100 | |
| misc | FinalParameters | Parameter pdfLoc1 should be final. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 121 | |
| sizes | MethodLength | Method length is 736 lines (max allowed is 150). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 133 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 145 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 147 | |
| naming | LocalVariableName | Name 'ScoutName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 153 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 159 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 165 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 171 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 179 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 189 | |
| naming | LocalVariableName | Name 'Columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| naming | LocalVariableName | Name 'Column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 192 | |
| coding | MagicNumber | '10' is a magic number. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 202 | |
| coding | MagicNumber | '90' is a magic number. | 202 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 217 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 227 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 234 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 235 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 252 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 259 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 262 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 242). | 267 | |
| coding | MagicNumber | '10' is a magic number. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 281 | |
| coding | MagicNumber | '10' is a magic number. | 281 | |
| coding | MagicNumber | '9' is a magic number. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 284 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 287 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 290 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 292 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 297 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 298 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 303 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 304 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 309 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 310 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 315 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 321 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 328 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 334 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 342 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 344 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 349 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 354 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 358 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 365 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 369 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 388 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 401 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 403 | |
| naming | LocalVariableName | Name 'ScoutName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 404 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 409 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 421 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 427 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 439 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 457 | |
| naming | LocalVariableName | Name 'Columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
| naming | LocalVariableName | Name 'Column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 458 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 460 | |
| coding | MagicNumber | '5' is a magic number. | 469 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 470 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 474 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 476 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 480 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 485 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 491 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 498 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 246). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 502 | |
| coding | MagicNumber | '10' is a magic number. | 509 | |
| coding | MagicNumber | '90' is a magic number. | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 515 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 518 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 518 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 521 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 523 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 528 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 529 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 534 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 535 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 539 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 540 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 541 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 546 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 548 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 553 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 557 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 567 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 571 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 573 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 578 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 579 | |
| coding | MagicNumber | '100' is a magic number. | 584 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 589 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 595 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 600 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 606 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 613 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 246). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 617 | |
| coding | MagicNumber | '5' is a magic number. | 623 | |
| coding | MagicNumber | '90' is a magic number. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 629 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 632 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 632 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 635 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 637 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 642 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 643 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 648 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 649 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 654 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 654 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 655 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 660 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 661 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 666 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 668 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 678 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 682 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 684 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 689 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 690 | |
| coding | MagicNumber | '100' is a magic number. | 694 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 704 | |
| coding | MagicNumber | '95' is a magic number. | 704 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 704 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 714 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 720 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 737 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 738 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 741 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 743 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 747 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 749 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 753 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 755 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 760 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 761 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 766 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 767 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 772 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 773 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 781 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 792 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 794 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 799 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 799 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 800 | |
| coding | MagicNumber | '100' is a magic number. | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 829 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 832 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 844 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 852 | |
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 864 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 870 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 874 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 902 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 905 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 911 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 916 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 917 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 918 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 920 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 921 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 922 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 923 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 924 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 925 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 926 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 927 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 928 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 929 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 930 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 931 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 932 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 933 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 934 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 935 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 936 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 937 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 938 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 939 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 940 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 941 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 942 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 943 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 944 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 945 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 946 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 947 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 948 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 949 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 950 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 951 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 952 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 953 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 955 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 956 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 957 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 958 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 959 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 960 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 961 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 962 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 963 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 964 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 965 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 968 | |
| coding | MagicNumber | '12.5f' is a magic number. | 972 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 991 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1023 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1030 | |
| misc | FinalParameters | Parameter progress should be final. | 1030 | |
| coding | MagicNumber | '100.0' is a magic number. | 1031 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| misc | FinalParameters | Parameter owner should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | MemberName | Name 'DbLoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | MemberName | Name 'CreateDb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | MemberName | Name 'Delivered' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | MemberName | Name 'Paid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | MemberName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | MemberName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | MemberName | Name 'ZipCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| naming | MemberName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| naming | MemberName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| naming | MemberName | Name 'Phone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| naming | MemberName | Name 'Email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| naming | MemberName | Name 'DonationsT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 121 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 122 | |
| design | DesignForExtension | Method 'promptDB' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter event should be final. | 126 | |
| design | DesignForExtension | Method 'createDbChecked' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| misc | FinalParameters | Parameter event should be final. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 136 | |
| design | DesignForExtension | Method 'promptLogo' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter event should be final. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 151 | |
| design | DesignForExtension | Method 'promptPDF' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter event should be final. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 167 | |
| design | DesignForExtension | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter event should be final. | 181 | |
| design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter event should be final. | 191 | |
| design | DesignForExtension | Method 'initUI' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter settingsWindow should be final. | 198 | |
| coding | MagicNumber | '4' is a magic number. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 226 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 246 | |
| coding | MagicNumber | '4' is a magic number. | 265 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 360 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 366 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| misc | FinalParameters | Parameter zipCode should be final. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 399 | |
| coding | HiddenField | 'State' hides a field. | 408 | |
| naming | LocalVariableName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 457 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'retInteger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'retString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'retBigDec' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter year should be final. | 42 | |
| coding | HiddenField | 'year' hides a field. | 42 | |
| design | DesignForExtension | Method 'getCustomerNames' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 50 | |
| design | DesignForExtension | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter info should be final. | 89 | |
| misc | FinalParameters | Parameter retType should be final. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 100 | |
| design | DesignForExtension | Method 'deleteYear' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 143 | |
| design | DesignForExtension | Method 'updateTots' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 143 | |
| misc | FinalParameters | Parameter donations should be final. | 143 | |
| misc | FinalParameters | Parameter Lg should be final. | 143 | |
| naming | ParameterName | Name 'Lg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| misc | FinalParameters | Parameter LP should be final. | 143 | |
| naming | ParameterName | Name 'LP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| misc | FinalParameters | Parameter Mulch should be final. | 143 | |
| naming | ParameterName | Name 'Mulch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| misc | FinalParameters | Parameter OT should be final. | 143 | |
| naming | ParameterName | Name 'OT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| misc | FinalParameters | Parameter Customers should be final. | 143 | |
| naming | ParameterName | Name 'Customers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| misc | FinalParameters | Parameter Commis should be final. | 143 | |
| naming | ParameterName | Name 'Commis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| misc | FinalParameters | Parameter GTot should be final. | 143 | |
| naming | ParameterName | Name 'GTot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 145 | |
| coding | MagicNumber | '3' is a magic number. | 147 | |
| coding | MagicNumber | '4' is a magic number. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 149 | |
| coding | MagicNumber | '5' is a magic number. | 149 | |
| coding | MagicNumber | '6' is a magic number. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 151 | |
| coding | MagicNumber | '7' is a magic number. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 152 | |
| coding | MagicNumber | '8' is a magic number. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| design | DesignForExtension | Method 'getDonations' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| design | DesignForExtension | Method 'getLG' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| design | DesignForExtension | Method 'getLP' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| design | DesignForExtension | Method 'getMulch' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| design | DesignForExtension | Method 'getOT' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| design | DesignForExtension | Method 'getNoCustomers' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| design | DesignForExtension | Method 'getCommis' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 223 | |
| design | DesignForExtension | Method 'getGTot' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 229 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 229 | |
| design | DesignForExtension | Method 'getQuant' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| design | DesignForExtension | Method 'getAllProducts' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 238 | |
| naming | LocalVariableName | Name 'ProductInfoArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 290). | 246 | |
| design | DesignForExtension | Method 'addressExists' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| misc | FinalParameters | Parameter address should be final. | 265 | |
| misc | FinalParameters | Parameter zipCode should be final. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 288 | |
| design | DesignForExtension | Method 'CreateDb' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| naming | MethodName | Name 'CreateDb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| misc | FinalParameters | Parameter products should be final. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'products'. | 288 | |
| misc | FinalParameters | Parameter rowsCats should be final. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'rowsCats'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 434). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 280). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 321). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 320). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 209). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 329 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 331 | |
| coding | MagicNumber | '3' is a magic number. | 334 | |
| coding | MagicNumber | '4' is a magic number. | 335 | |
| coding | MagicNumber | '5' is a magic number. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 374 | |
| design | DesignForExtension | Method 'updateDb' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| misc | FinalParameters | Parameter year should be final. | 374 | |
| coding | HiddenField | 'year' hides a field. | 374 | |
| misc | FinalParameters | Parameter products should be final. | 374 | |
| misc | FinalParameters | Parameter rowsCats should be final. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 278). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 416 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 418 | |
| coding | MagicNumber | '3' is a magic number. | 421 | |
| coding | MagicNumber | '4' is a magic number. | 422 | |
| coding | MagicNumber | '5' is a magic number. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 426 | |
| design | DesignForExtension | Method 'addYear' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 432 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 440 | |
| naming | TypeName | Name 'category' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 440 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 441 | |
| design | VisibilityModifier | Variable 'catName' must be private and have accessor methods. | 441 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 442 | |
| design | VisibilityModifier | Variable 'catDate' must be private and have accessor methods. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| misc | FinalParameters | Parameter name should be final. | 444 | |
| misc | FinalParameters | Parameter date should be final. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'year' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'initYear' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter Years should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'Years'. | 70 | |
| naming | ParameterName | Name 'Years' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter mainCont should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'mainCont'. | 70 | |
| naming | LocalVariableName | Name 'East' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter event should be final. | 107 | |
| design | DesignForExtension | Method 'deleteYear' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter event should be final. | 112 | |
| design | DesignForExtension | Method 'editYear' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter event should be final. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 282). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 142 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 153 | |
| naming | TypeName | Name 'infoValPair' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 153 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 157 | |
| misc | FinalParameters | Parameter inf should be final. | 157 | |
| misc | FinalParameters | Parameter val should be final. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| naming | TypeName | Name 'addressException' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'ABOS.Derby' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| naming | TypeName | Name 'cPoint' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| naming | MemberName | Name 'AddressM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| naming | MemberName | Name 'CityM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| naming | MemberName | Name 'StateM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| naming | MemberName | Name 'LatM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| naming | MemberName | Name 'LonM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| misc | FinalParameters | Parameter Lat should be final. | 30 | |
| naming | ParameterName | Name 'Lat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| misc | FinalParameters | Parameter Lon should be final. | 30 | |
| naming | ParameterName | Name 'Lon' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| misc | FinalParameters | Parameter Address should be final. | 30 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| misc | FinalParameters | Parameter City should be final. | 30 | |
| naming | ParameterName | Name 'City' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| misc | FinalParameters | Parameter State should be final. | 30 | |
| naming | ParameterName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | MemberName | Name 'Delivered' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | MemberName | Name 'Paid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | MemberName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | MemberName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| naming | MemberName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| naming | MemberName | Name 'ZipCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | MemberName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| naming | MemberName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| naming | MemberName | Name 'Phone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| naming | MemberName | Name 'Email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| naming | MemberName | Name 'DonationsT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| naming | MemberName | Name 'NameEditCustomer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 117 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter customer should be final. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'customer'. | 117 | |
| misc | FinalParameters | Parameter mainController should be final. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'mainController'. | 117 | |
| misc | FinalParameters | Parameter parent should be final. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 117 | |
| misc | FinalParameters | Parameter treeParent should be final. | 117 | |
| coding | HiddenField | 'treeParent' hides a field. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'treeParent'. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 121 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter customer should be final. | 121 | |
| misc | FinalParameters | Parameter mainController should be final. | 121 | |
| misc | FinalParameters | Parameter parent should be final. | 121 | |
| misc | FinalParameters | Parameter user should be final. | 121 | |
| misc | FinalParameters | Parameter treeParent should be final. | 121 | |
| coding | HiddenField | 'treeParent' hides a field. | 121 | |
| coding | MagicNumber | '3' is a magic number. | 141 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 163 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 201 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter aYear should be final. | 201 | |
| misc | FinalParameters | Parameter mainController should be final. | 201 | |
| misc | FinalParameters | Parameter parent should be final. | 201 | |
| misc | FinalParameters | Parameter treeParent should be final. | 201 | |
| coding | HiddenField | 'treeParent' hides a field. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 206 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter aYear should be final. | 206 | |
| misc | FinalParameters | Parameter mainController should be final. | 206 | |
| misc | FinalParameters | Parameter parent should be final. | 206 | |
| misc | FinalParameters | Parameter User should be final. | 206 | |
| naming | ParameterName | Name 'User' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| misc | FinalParameters | Parameter treeParent should be final. | 206 | |
| coding | HiddenField | 'treeParent' hides a field. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 211 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter aYear should be final. | 211 | |
| misc | FinalParameters | Parameter mainController should be final. | 211 | |
| misc | FinalParameters | Parameter parent should be final. | 211 | |
| misc | FinalParameters | Parameter treeParent should be final. | 211 | |
| coding | HiddenField | 'treeParent' hides a field. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 216 | |
| design | DesignForExtension | Method 'initAddCust' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter aYear should be final. | 216 | |
| misc | FinalParameters | Parameter mainController should be final. | 216 | |
| misc | FinalParameters | Parameter parent should be final. | 216 | |
| misc | FinalParameters | Parameter user should be final. | 216 | |
| misc | FinalParameters | Parameter treeParent should be final. | 216 | |
| coding | HiddenField | 'treeParent' hides a field. | 216 | |
| coding | MagicNumber | '4' is a magic number. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 243 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 255 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 258 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 270 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| design | DesignForExtension | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| misc | FinalParameters | Parameter event should be final. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 333 | |
| design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| misc | FinalParameters | Parameter event should be final. | 366 | |
| coding | MagicNumber | '6' is a magic number. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 399 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 440 | |
| blocks | LeftCurly | '{' at column 67 should have line break after. | 440 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 440 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 440 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 440 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 466 | |
| naming | LocalVariableName | Name 'ItemTotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 476 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 510 | |
| blocks | LeftCurly | '{' at column 67 should have line break after. | 510 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 510 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 510 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 510 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 512 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 574 | |
| naming | LocalVariableName | Name 'ItemTotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 574 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 584 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 584 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 607 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 624 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 624 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 634 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 634 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 749 | |
| misc | FinalParameters | Parameter totalCost should be final. | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 781 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 790 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 798 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 800 | |
| misc | FinalParameters | Parameter item should be final. | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 805 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 813 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 823 | |
| misc | FinalParameters | Parameter val should be final. | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 834 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 834 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 835 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 847 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 856 | |
| misc | FinalParameters | Parameter item should be final. | 861 | |
| misc | FinalParameters | Parameter empty should be final. | 861 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 876 | |
| blocks | LeftCurly | '{' at column 66 should have line break after. | 876 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 880 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 883 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 885 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 892 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 913 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 918 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 919 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 40 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter inputStr should be final. | 73 | |
| misc | FinalParameters | Parameter items should be final. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter event should be final. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter event should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter event should be final. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 153 | |
| coding | MagicNumber | '10' is a magic number. | 157 | |
| coding | MagicNumber | '10' is a magic number. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '150' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 168 | |
| coding | HiddenField | 'deleteUserButton' hides a field. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 227 | |
| design | DesignForExtension | Method 'initAddUser' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter parWindow should be final. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 261 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 271 | |
| coding | MagicNumber | '10' is a magic number. | 271 | |
| coding | MagicNumber | '10' is a magic number. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| design | DesignForExtension | Method 'initAddUser' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| misc | FinalParameters | Parameter userName should be final. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'userName'. | 288 | |
| misc | FinalParameters | Parameter parWindow should be final. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'parWindow'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 357 | |
| coding | MagicNumber | '10' is a magic number. | 357 | |
| coding | MagicNumber | '10' is a magic number. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| misc | FinalParameters | Parameter value should be final. | 378 | |
| misc | FinalParameters | Parameter year should be final. | 378 | |
| misc | FinalParameters | Parameter titledPane should be final. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| misc | FinalParameters | Parameter array should be final. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.w3c.dom.*. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.xml.transform.*. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 49 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | MemberName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 84 | |
| misc | FinalParameters | Parameter event should be final. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter csvLoc should be final. | 105 | |
| misc | FinalParameters | Parameter xmlLoc should be final. | 105 | |
| coding | MagicNumber | '5' is a magic number. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 185 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter event should be final. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 218 | |
| coding | MagicNumber | '10' is a magic number. | 222 | |
| coding | MagicNumber | '10' is a magic number. | 223 | |
| coding | MagicNumber | '20' is a magic number. | 224 | |
| coding | MagicNumber | '150' is a magic number. | 224 | |
| coding | MagicNumber | '10' is a magic number. | 224 | |
| coding | MagicNumber | '10' is a magic number. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 248 | |
| naming | LocalVariableName | Name 'XML' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter event should be final. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 313 | |
| coding | MagicNumber | '10' is a magic number. | 317 | |
| coding | MagicNumber | '10' is a magic number. | 318 | |
| coding | MagicNumber | '20' is a magic number. | 319 | |
| coding | MagicNumber | '150' is a magic number. | 319 | |
| coding | MagicNumber | '10' is a magic number. | 319 | |
| coding | MagicNumber | '10' is a magic number. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| misc | FinalParameters | Parameter newVal should be final. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 373 | |
| coding | MagicNumber | '10' is a magic number. | 377 | |
| coding | MagicNumber | '10' is a magic number. | 378 | |
| coding | MagicNumber | '20' is a magic number. | 379 | |
| coding | MagicNumber | '150' is a magic number. | 379 | |
| coding | MagicNumber | '10' is a magic number. | 379 | |
| coding | MagicNumber | '10' is a magic number. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| misc | FinalParameters | Parameter event should be final. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| misc | FinalParameters | Parameter event should be final. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| misc | FinalParameters | Parameter event should be final. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| design | DesignForExtension | Method 'initAddYear' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| misc | FinalParameters | Parameter parWindow should be final. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 481 | |
| design | DesignForExtension | Method 'initAddYear' is not designed for extension - needs to be abstract, final or empty. | 501 | |
| misc | FinalParameters | Parameter year should be final. | 501 | |
| javadoc | JavadocMethod | Expected @param tag for 'year'. | 501 | |
| misc | FinalParameters | Parameter parWindow should be final. | 501 | |
| javadoc | JavadocMethod | Expected @param tag for 'parWindow'. | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| naming | MethodName | Name 'CreateDb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| misc | FinalParameters | Parameter year should be final. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 592 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 597 | |
| misc | FinalParameters | Parameter FLoc should be final. | 602 | |
| naming | ParameterName | Name 'FLoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 627 | |
| coding | MagicNumber | '5' is a magic number. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 649 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 651 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 663 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 668 | |
| misc | FinalParameters | Parameter SavePath should be final. | 673 | |
| naming | ParameterName | Name 'SavePath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 675 | |
| naming | LocalVariableName | Name 'ProductID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 699 | |
| naming | LocalVariableName | Name 'ProductName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 704 | |
| naming | LocalVariableName | Name 'ProductID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 725 | |
| naming | LocalVariableName | Name 'ProductName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 730 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 735 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 745 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 753 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 769 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 773 | |
| coding | MagicNumber | '6' is a magic number. | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 786 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 787 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 796 | |
| misc | FinalParameters | Parameter event should be final. | 797 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 802 | |
| misc | FinalParameters | Parameter event should be final. | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 805 | |
| naming | LocalVariableName | Name 'XML' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'year' must be private and have accessor methods. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 | |
| design | DesignForExtension | Method 'initCustomer' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter cYear should be final. | 58 | |
| misc | FinalParameters | Parameter cName should be final. | 58 | |
| misc | FinalParameters | Parameter mainCont should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 77 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 82 | |
| design | DesignForExtension | Method 'initCustomer' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter customer should be final. | 93 | |
| misc | FinalParameters | Parameter mainCont should be final. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 117 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 152 | |
| coding | MagicNumber | '6' is a magic number. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 159 | |
| design | DesignForExtension | Method 'editCustomer' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter event should be final. | 168 | |
| design | DesignForExtension | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter event should be final. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter event should be final. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 242 | |
| misc | FinalParameters | Parameter totalCost should be final. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 274 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 287 | |
| naming | TypeName | Name 'infoValPair' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 287 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 288 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 288 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 289 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 291 | |
| misc | FinalParameters | Parameter inf should be final. | 291 | |
| misc | FinalParameters | Parameter val should be final. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Launchers.*. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.layout.*. | 51 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'closeEvent' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter failed should be final. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 88 | |
| coding | MagicNumber | '10' is a magic number. | 94 | |
| coding | MagicNumber | '10' is a magic number. | 95 | |
| coding | MagicNumber | '20' is a magic number. | 96 | |
| coding | MagicNumber | '150' is a magic number. | 96 | |
| coding | MagicNumber | '10' is a magic number. | 96 | |
| coding | MagicNumber | '10' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 158 | |
| design | DesignForExtension | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter stage should be final. | 159 | |
| misc | FinalParameters | Parameter parameters should be final. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 201 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 208 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 209 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 268 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 283 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 288 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 326 | |
| sizes | MethodLength | Method length is 313 lines (max allowed is 150). | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| misc | FinalParameters | Parameter cell should be final. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 333 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 334 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 335 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 336 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 341 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 356 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 370 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 396 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 410 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 423 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 474 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 487 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 500 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 512 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 520 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 533 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 539 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 541 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 546 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 559 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 566 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 573 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 588 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 603 | |
| naming | LocalVariableName | Name 'NewPane2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 613 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 640 | |
| misc | FinalParameters | Parameter open should be final. | 640 | |
| misc | FinalParameters | Parameter openInNewTab should be final. | 640 | |
| misc | FinalParameters | Parameter openInNewWindow should be final. | 640 | |
| misc | FinalParameters | Parameter edit should be final. | 640 | |
| design | DesignForExtension | Method 'getWindow' is not designed for extension - needs to be abstract, final or empty. | 666 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 666 | |
| design | DesignForExtension | Method 'addTab' is not designed for extension - needs to be abstract, final or empty. | 670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 670 | |
| misc | FinalParameters | Parameter fillPane should be final. | 670 | |
| misc | FinalParameters | Parameter tabTitle should be final. | 670 | |
| design | DesignForExtension | Method 'closeTab' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| misc | FinalParameters | Parameter tab should be final. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 691 | |
| misc | FinalParameters | Parameter fillPane should be final. | 691 | |
| misc | FinalParameters | Parameter tabTitle should be final. | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 703 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 709 | |
| misc | FinalParameters | Parameter fillPane should be final. | 709 | |
| misc | FinalParameters | Parameter tabTitle should be final. | 709 | |
| coding | MagicNumber | '850' is a magic number. | 714 | |
| coding | MagicNumber | '850' is a magic number. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 730 | |
| design | DesignForExtension | Method 'openEditCustomer' is not designed for extension - needs to be abstract, final or empty. | 738 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 738 | |
| misc | FinalParameters | Parameter customer should be final. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 754 | |
| design | DesignForExtension | Method 'addCustomerToTreeView' is not designed for extension - needs to be abstract, final or empty. | 754 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 754 | |
| misc | FinalParameters | Parameter customer should be final. | 754 | |
| misc | FinalParameters | Parameter parent should be final. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 755 | |
| design | DesignForExtension | Method 'fillTreeView' is not designed for extension - needs to be abstract, final or empty. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 785 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 801 | |
| naming | TypeName | Name 'contextActionCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 801 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 802 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 805 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 807 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 810 | |
| naming | TypeName | Name 'contextTreeItem' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 810 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 813 | |
| misc | FinalParameters | Parameter key should be final. | 813 | |
| misc | FinalParameters | Parameter value should be final. | 813 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 817 | |
| misc | FinalParameters | Parameter key should be final. | 817 | |
| misc | FinalParameters | Parameter value should be final. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 818 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 821 | |
| misc | FinalParameters | Parameter key should be final. | 821 | |
| design | DesignForExtension | Method 'getMenu' is not designed for extension - needs to be abstract, final or empty. | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 832 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 835 | |
| misc | FinalParameters | Parameter item should be final. | 835 | |
| misc | FinalParameters | Parameter empty should be final. | 835 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 842 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.lynden.gmapsfx.javascript.object.*. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter url should be final. | 67 | |
| misc | FinalParameters | Parameter rb should be final. | 67 | |
| design | DesignForExtension | Method 'configureMap' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | MagicNumber | '47.6097' is a magic number. | 75 | |
| coding | MagicNumber | '-122.3331' is a magic number. | 75 | |
| coding | MagicNumber | '9' is a magic number. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 149 | |
| design | DesignForExtension | Method 'initMap' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter mainController should be final. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| misc | FinalParameters | Parameter latLong should be final. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 182 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| naming | LocalVariableName | Name 'PhoneD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 211 | |
| naming | LocalVariableName | Name 'PhoneD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 254 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 299 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 312 | |
| misc | FinalParameters | Parameter info should be final. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| misc | FinalParameters | Parameter Db should be final. | 337 | |
| naming | ParameterName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 | |
| misc | FinalParameters | Parameter info should be final. | 337 | |
| misc | FinalParameters | Parameter Address should be final. | 337 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 342 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 362 | |
| misc | FinalParameters | Parameter latitude should be final. | 362 | |
| misc | FinalParameters | Parameter longitude should be final. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 368 | |
| misc | FinalParameters | Parameter o should be final. | 372 | |
| blocks | LeftCurly | '{' at column 52 should have line break after. | 373 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| naming | MemberName | Name 'Splitting' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 140 | |
| coding | MagicNumber | '3' is a magic number. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 160 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 166 | |
| coding | MagicNumber | '3' is a magic number. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 218 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 237 | |
| coding | MagicNumber | '4' is a magic number. | 237 | |
| design | DesignForExtension | Method 'promptLogo' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| misc | FinalParameters | Parameter event should be final. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 245 | |
| design | DesignForExtension | Method 'promptPDF' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| misc | FinalParameters | Parameter event should be final. | 258 | |
| coding | MagicNumber | '4' is a magic number. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 274 | |
| design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter event should be final. | 286 | |
| design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| misc | FinalParameters | Parameter event should be final. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 295 | |
| design | DesignForExtension | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| misc | FinalParameters | Parameter actionEvent should be final. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 301 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 314 | |
| coding | MagicNumber | '3' is a magic number. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 319 | |
| coding | MagicNumber | '4' is a magic number. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 374 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 375 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 376 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 377 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 378 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 371). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| design | DesignForExtension | Method 'initUI' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| misc | FinalParameters | Parameter reps should be final. | 453 | |
| coding | MagicNumber | '4' is a magic number. | 470 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 497 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 549 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 586 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | MemberName | Name 'DbLoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | MemberName | Name 'Delivered' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | MemberName | Name 'Paid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | MemberName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | MemberName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | MemberName | Name 'ZipCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| naming | MemberName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| naming | MemberName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| naming | MemberName | Name 'Phone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| naming | MemberName | Name 'Email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| naming | MemberName | Name 'DonationsT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'promptLogo' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter event should be final. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 125 | |
| design | DesignForExtension | Method 'verifyConnection' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter event should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 144 | |
| coding | MagicNumber | '10' is a magic number. | 148 | |
| coding | MagicNumber | '10' is a magic number. | 149 | |
| coding | MagicNumber | '20' is a magic number. | 150 | |
| coding | MagicNumber | '150' is a magic number. | 150 | |
| coding | MagicNumber | '10' is a magic number. | 150 | |
| coding | MagicNumber | '10' is a magic number. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter event should be final. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 217 | |
| coding | MagicNumber | '10' is a magic number. | 221 | |
| coding | MagicNumber | '10' is a magic number. | 222 | |
| coding | MagicNumber | '20' is a magic number. | 223 | |
| coding | MagicNumber | '150' is a magic number. | 223 | |
| coding | MagicNumber | '10' is a magic number. | 223 | |
| coding | MagicNumber | '10' is a magic number. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter dbValid should be final. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 295 | |
| design | DesignForExtension | Method 'promptPDF' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| misc | FinalParameters | Parameter event should be final. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 317 | |
| design | DesignForExtension | Method 'submit' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| misc | FinalParameters | Parameter event should be final. | 331 | |
| design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| misc | FinalParameters | Parameter event should be final. | 341 | |
| design | DesignForExtension | Method 'initUI' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| misc | FinalParameters | Parameter settingsWindow should be final. | 348 | |
| coding | MagicNumber | '4' is a magic number. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 376 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 396 | |
| coding | MagicNumber | '4' is a magic number. | 415 | |
| naming | LocalVariableName | Name 'StateTown' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 518 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 524 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 546 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | FileLength | File length is 2,224 lines (max allowed is 2,000). | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.layout.*. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.xml.transform.*. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 61 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'tabPane' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'enabledUsersPane' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'disabledUserPane' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'groupVbox' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'enabledUserVbox' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'enabledUsersScrollPane' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'archivedUsersPane' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'archivedUserVbox' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'archivedUsersScrollPane' must be private and have accessor methods. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'disabledUsersScrollPane' must be private and have accessor methods. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| design | VisibilityModifier | Variable 'groupScrollPane' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'disabledUserVbox' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'summaryList' must be private and have accessor methods. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'userMenuBtn' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'addUserSplitBtn' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'groupMenuBtn' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'productsTab' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'usersTab' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'groupsTab' must be private and have accessor methods. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'parentWindow' must be private and have accessor methods. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| naming | MemberName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 147 | |
| design | DesignForExtension | Method 'initUsersGroupsAndYears' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter parWindow should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'parWindow'. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessException'. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 163 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter cb should be final. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| sizes | MethodLength | Method length is 296 lines (max allowed is 150). | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter year should be final. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 305 | |
| coding | MagicNumber | '10' is a magic number. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 328 | |
| coding | MagicNumber | '75' is a magic number. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 335 | |
| coding | MagicNumber | '10' is a magic number. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 392 | |
| coding | MagicNumber | '70' is a magic number. | 407 | |
| coding | MagicNumber | '35' is a magic number. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 416 | |
| coding | MagicNumber | '10' is a magic number. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 417 | |
| coding | MagicNumber | '10' is a magic number. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 429 | |
| coding | MagicNumber | '10' is a magic number. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 432 | |
| coding | MagicNumber | '10' is a magic number. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 452 | |
| naming | ParameterName | Name 'Users' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 469 | |
| coding | MagicNumber | '10' is a magic number. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 491 | |
| coding | MagicNumber | '75' is a magic number. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 498 | |
| coding | MagicNumber | '10' is a magic number. | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 521 | |
| coding | MagicNumber | '70' is a magic number. | 524 | |
| coding | MagicNumber | '35' is a magic number. | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 531 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 533 | |
| coding | MagicNumber | '10' is a magic number. | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 534 | |
| coding | MagicNumber | '10' is a magic number. | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 551 | |
| misc | FinalParameters | Parameter user should be final. | 551 | |
| misc | FinalParameters | Parameter year should be final. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| misc | FinalParameters | Parameter group should be final. | 586 | |
| misc | FinalParameters | Parameter year should be final. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 592 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 600 | |
| misc | FinalParameters | Parameter event should be final. | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 608 | |
| coding | MagicNumber | '10' is a magic number. | 612 | |
| coding | MagicNumber | '10' is a magic number. | 613 | |
| coding | MagicNumber | '20' is a magic number. | 614 | |
| coding | MagicNumber | '150' is a magic number. | 614 | |
| coding | MagicNumber | '10' is a magic number. | 614 | |
| coding | MagicNumber | '10' is a magic number. | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 676 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 680 | |
| misc | FinalParameters | Parameter event should be final. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 688 | |
| coding | MagicNumber | '10' is a magic number. | 692 | |
| coding | MagicNumber | '10' is a magic number. | 693 | |
| coding | MagicNumber | '20' is a magic number. | 694 | |
| coding | MagicNumber | '150' is a magic number. | 694 | |
| coding | MagicNumber | '10' is a magic number. | 694 | |
| coding | MagicNumber | '10' is a magic number. | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 698 | |
| coding | MagicNumber | '7' is a magic number. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 725 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 746 | |
| misc | FinalParameters | Parameter event should be final. | 747 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 753 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 754 | |
| coding | MagicNumber | '10' is a magic number. | 758 | |
| coding | MagicNumber | '10' is a magic number. | 759 | |
| coding | MagicNumber | '20' is a magic number. | 760 | |
| coding | MagicNumber | '150' is a magic number. | 760 | |
| coding | MagicNumber | '10' is a magic number. | 760 | |
| coding | MagicNumber | '10' is a magic number. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 764 | |
| coding | MagicNumber | '7' is a magic number. | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 791 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 815 | |
| misc | FinalParameters | Parameter event should be final. | 816 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 837 | |
| misc | FinalParameters | Parameter event should be final. | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 843 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 844 | |
| coding | MagicNumber | '10' is a magic number. | 848 | |
| coding | MagicNumber | '10' is a magic number. | 849 | |
| coding | MagicNumber | '20' is a magic number. | 850 | |
| coding | MagicNumber | '150' is a magic number. | 850 | |
| coding | MagicNumber | '10' is a magic number. | 850 | |
| coding | MagicNumber | '10' is a magic number. | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 860 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 865 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 872 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 902 | |
| misc | FinalParameters | Parameter event should be final. | 903 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 907 | |
| misc | FinalParameters | Parameter user should be final. | 907 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 911 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 913 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 914 | |
| coding | MagicNumber | '10' is a magic number. | 918 | |
| coding | MagicNumber | '10' is a magic number. | 919 | |
| coding | MagicNumber | '20' is a magic number. | 920 | |
| coding | MagicNumber | '150' is a magic number. | 920 | |
| coding | MagicNumber | '10' is a magic number. | 920 | |
| coding | MagicNumber | '10' is a magic number. | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 923 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 924 | |
| coding | MagicNumber | '7' is a magic number. | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 925 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 928 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 934 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 938 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 951 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 969 | |
| misc | FinalParameters | Parameter group should be final. | 969 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 975 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 976 | |
| coding | MagicNumber | '10' is a magic number. | 980 | |
| coding | MagicNumber | '10' is a magic number. | 981 | |
| coding | MagicNumber | '20' is a magic number. | 982 | |
| coding | MagicNumber | '150' is a magic number. | 982 | |
| coding | MagicNumber | '10' is a magic number. | 982 | |
| coding | MagicNumber | '10' is a magic number. | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 985 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 986 | |
| coding | MagicNumber | '7' is a magic number. | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 987 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 990 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1013 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1030 | |
| misc | FinalParameters | Parameter user should be final. | 1030 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1037 | |
| coding | MagicNumber | '10' is a magic number. | 1041 | |
| coding | MagicNumber | '10' is a magic number. | 1042 | |
| coding | MagicNumber | '20' is a magic number. | 1043 | |
| coding | MagicNumber | '150' is a magic number. | 1043 | |
| coding | MagicNumber | '10' is a magic number. | 1043 | |
| coding | MagicNumber | '10' is a magic number. | 1043 | |
| coding | MagicNumber | '3' is a magic number. | 1061 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1077 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1085 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1094 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1116 | |
| misc | FinalParameters | Parameter group should be final. | 1116 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 1118 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 1118 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1118 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1124 | |
| misc | FinalParameters | Parameter event should be final. | 1125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1155 | |
| misc | FinalParameters | Parameter cb should be final. | 1155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1166 | |
| misc | FinalParameters | Parameter event should be final. | 1167 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1168 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1173 | |
| coding | MagicNumber | '10' is a magic number. | 1177 | |
| coding | MagicNumber | '10' is a magic number. | 1178 | |
| coding | MagicNumber | '20' is a magic number. | 1179 | |
| coding | MagicNumber | '150' is a magic number. | 1179 | |
| coding | MagicNumber | '10' is a magic number. | 1179 | |
| coding | MagicNumber | '10' is a magic number. | 1179 | |
| coding | MagicNumber | '3' is a magic number. | 1195 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1198 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1209 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 1212 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1217 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1225 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1229 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1260 | |
| misc | FinalParameters | Parameter event should be final. | 1261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1265 | |
| misc | FinalParameters | Parameter event should be final. | 1266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1270 | |
| misc | FinalParameters | Parameter event should be final. | 1271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1291 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1310 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1312 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1318 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1324 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1326 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1330 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1336 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 1337 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1338 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1342 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1348 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 1349 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1350 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1356 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1357 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1361 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 1374 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1375 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1393 | |
| misc | FinalParameters | Parameter event should be final. | 1394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1404 | |
| misc | FinalParameters | Parameter event should be final. | 1405 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1419 | |
| misc | FinalParameters | Parameter csvLoc should be final. | 1419 | |
| misc | FinalParameters | Parameter xmlLoc should be final. | 1419 | |
| coding | MagicNumber | '5' is a magic number. | 1420 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1427 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1485 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1490 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1499 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 1499 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1503 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1508 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1515 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1524 | |
| misc | FinalParameters | Parameter event should be final. | 1525 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1531 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1532 | |
| coding | MagicNumber | '10' is a magic number. | 1536 | |
| coding | MagicNumber | '10' is a magic number. | 1537 | |
| coding | MagicNumber | '20' is a magic number. | 1538 | |
| coding | MagicNumber | '150' is a magic number. | 1538 | |
| coding | MagicNumber | '10' is a magic number. | 1538 | |
| coding | MagicNumber | '10' is a magic number. | 1538 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1547 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1562 | |
| naming | LocalVariableName | Name 'XML' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1565 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1583 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1587 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1619 | |
| misc | FinalParameters | Parameter event should be final. | 1620 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1621 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1626 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1627 | |
| coding | MagicNumber | '10' is a magic number. | 1631 | |
| coding | MagicNumber | '10' is a magic number. | 1632 | |
| coding | MagicNumber | '20' is a magic number. | 1633 | |
| coding | MagicNumber | '150' is a magic number. | 1633 | |
| coding | MagicNumber | '10' is a magic number. | 1633 | |
| coding | MagicNumber | '10' is a magic number. | 1633 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1647 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1651 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1658 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1661 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1669 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1679 | |
| misc | FinalParameters | Parameter newVal should be final. | 1679 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1686 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1687 | |
| coding | MagicNumber | '10' is a magic number. | 1691 | |
| coding | MagicNumber | '10' is a magic number. | 1692 | |
| coding | MagicNumber | '20' is a magic number. | 1693 | |
| coding | MagicNumber | '150' is a magic number. | 1693 | |
| coding | MagicNumber | '10' is a magic number. | 1693 | |
| coding | MagicNumber | '10' is a magic number. | 1693 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1707 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1711 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1718 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1721 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1741 | |
| misc | FinalParameters | Parameter event should be final. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1744 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1750 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1764 | |
| misc | FinalParameters | Parameter year should be final. | 1764 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1769 | |
| misc | FinalParameters | Parameter FLoc should be final. | 1774 | |
| naming | ParameterName | Name 'FLoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1774 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1778 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 1783 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1786 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1796 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 1799 | |
| coding | MagicNumber | '5' is a magic number. | 1805 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1812 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 1817 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1818 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1820 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1821 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1822 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1823 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1823 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1835 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1840 | |
| misc | FinalParameters | Parameter SavePath should be final. | 1845 | |
| naming | ParameterName | Name 'SavePath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1845 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1847 | |
| naming | LocalVariableName | Name 'ProductID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1871 | |
| naming | LocalVariableName | Name 'ProductName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1876 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1877 | |
| naming | LocalVariableName | Name 'ProductID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1896 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1897 | |
| naming | LocalVariableName | Name 'ProductName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1901 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1902 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1906 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 1907 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1911 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1912 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 1917 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1917 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1925 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1937 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1939 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1941 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1945 | |
| misc | FinalParameters | Parameter year should be final. | 1948 | |
| javadoc | JavadocMethod | Expected @param tag for 'year'. | 1948 | |
| coding | MagicNumber | '6' is a magic number. | 1952 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1957 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 1958 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1967 | |
| misc | FinalParameters | Parameter event should be final. | 1968 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1972 | |
| misc | FinalParameters | Parameter event should be final. | 1973 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1975 | |
| naming | LocalVariableName | Name 'XML' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1978 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1988 | |
| misc | FinalParameters | Parameter array should be final. | 1988 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 2000 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2000 | |
| misc | FinalParameters | Parameter cell should be final. | 2000 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 2007 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2008 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2024 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2026 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 2027 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2030 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2039 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2041 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 2042 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2045 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 2064 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2064 | |
| misc | FinalParameters | Parameter value should be final. | 2064 | |
| misc | FinalParameters | Parameter user should be final. | 2064 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2066 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2068 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 2109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2109 | |
| misc | FinalParameters | Parameter value should be final. | 2109 | |
| misc | FinalParameters | Parameter group should be final. | 2109 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2111 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2113 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2154 | |
| misc | FinalParameters | Parameter open should be final. | 2154 | |
| misc | FinalParameters | Parameter delete should be final. | 2154 | |
| misc | FinalParameters | Parameter edit should be final. | 2154 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 2176 | |
| naming | TypeName | Name 'actionCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2177 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 2180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2182 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 2185 | |
| naming | TypeName | Name 'contextTreeItem' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 2185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2188 | |
| misc | FinalParameters | Parameter key should be final. | 2188 | |
| misc | FinalParameters | Parameter value should be final. | 2188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2192 | |
| misc | FinalParameters | Parameter key should be final. | 2192 | |
| misc | FinalParameters | Parameter value should be final. | 2192 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2196 | |
| misc | FinalParameters | Parameter key should be final. | 2196 | |
| design | DesignForExtension | Method 'getMenu' is not designed for extension - needs to be abstract, final or empty. | 2200 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2207 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 2207 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2210 | |
| misc | FinalParameters | Parameter item should be final. | 2210 | |
| misc | FinalParameters | Parameter empty should be final. | 2210 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Controllers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'year' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'initYear' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| misc | FinalParameters | Parameter Years should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'Years'. | 75 | |
| naming | ParameterName | Name 'Years' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| design | DesignForExtension | Method 'initYear' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter Years should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'Years'. | 82 | |
| naming | ParameterName | Name 'Years' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| misc | FinalParameters | Parameter userName should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'userName'. | 82 | |
| naming | LocalVariableName | Name 'East' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| design | DesignForExtension | Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter event should be final. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 163 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 174 | |
| naming | TypeName | Name 'infoValPair' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 176 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 178 | |
| misc | FinalParameters | Parameter inf should be final. | 178 | |
| misc | FinalParameters | Parameter val should be final. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Exceptions' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter message should be final. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Exceptions' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Exceptions' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Exceptions' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Exceptions' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| naming | TypeName | Name 'addressException' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javafx.scene.control.*. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter year should be final. | 35 | |
| misc | FinalParameters | Parameter successCallback should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 42 | |
| coding | MagicNumber | '10' is a magic number. | 46 | |
| coding | MagicNumber | '10' is a magic number. | 47 | |
| coding | MagicNumber | '20' is a magic number. | 48 | |
| coding | MagicNumber | '150' is a magic number. | 48 | |
| coding | MagicNumber | '10' is a magic number. | 48 | |
| coding | MagicNumber | '10' is a magic number. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter year should be final. | 95 | |
| misc | FinalParameters | Parameter groupName should be final. | 95 | |
| misc | FinalParameters | Parameter successCallback should be final. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 102 | |
| coding | MagicNumber | '10' is a magic number. | 106 | |
| coding | MagicNumber | '10' is a magic number. | 107 | |
| coding | MagicNumber | '20' is a magic number. | 108 | |
| coding | MagicNumber | '150' is a magic number. | 108 | |
| coding | MagicNumber | '10' is a magic number. | 108 | |
| coding | MagicNumber | '10' is a magic number. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 146 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 154 | |
| naming | TypeName | Name 'callBack' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter owner should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter window should be final. | 57 | |
| misc | FinalParameters | Parameter userName should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter owner should be final. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter year should be final. | 75 | |
| misc | FinalParameters | Parameter owner should be final. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter args should be final. | 59 | |
| coding | MagicNumber | '3' is a magic number. | 63 | |
| coding | MagicNumber | '4' is a magic number. | 64 | |
| coding | MagicNumber | '5' is a magic number. | 65 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| design | DesignForExtension | Method 'Convert' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| sizes | MethodLength | Method length is 217 lines (max allowed is 150). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'Convert' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 269). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 135 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 181 | |
| naming | LocalVariableName | Name 'ItemTotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 199 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 216 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 58 | |
| misc | FinalParameters | Parameter args should be final. | 59 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 59 | |
| design | DesignForExtension | Method 'checkUpdates' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 91 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 146 | |
| coding | MagicNumber | '700' is a magic number. | 156 | |
| coding | MagicNumber | '600' is a magic number. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter newValue should be final. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter owner should be final. | 38 | |
| coding | MagicNumber | '415' is a magic number. | 52 | |
| coding | MagicNumber | '491' is a magic number. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter owner should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 63 | |
| coding | MagicNumber | '800' is a magic number. | 71 | |
| coding | MagicNumber | '674' is a magic number. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 86 | |
| coding | MagicNumber | '800' is a magic number. | 93 | |
| coding | MagicNumber | '674' is a magic number. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Launchers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter owner should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| misc | FinalParameters | Parameter e should be final. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 29 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | StaticVariableName | Name 'ConfigLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter configLocation should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 129 | |
| misc | FinalParameters | Parameter property should be final. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 212 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter lat should be final. | 27 | |
| coding | HiddenField | 'lat' hides a field. | 27 | |
| misc | FinalParameters | Parameter lon should be final. | 27 | |
| coding | HiddenField | 'lon' hides a field. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | MagicNumber | '-200.0' is a magic number. | 33 | |
| coding | MagicNumber | '-200.0' is a magic number. | 33 | |
| design | DesignForExtension | Method 'getLat' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'setLat' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter lat should be final. | 40 | |
| coding | HiddenField | 'lat' hides a field. | 40 | |
| design | DesignForExtension | Method 'getLon' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'setLon' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter lon should be final. | 48 | |
| coding | HiddenField | 'lon' hides a field. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | MemberName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | MemberName | Name 'Donation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 81 | |
| misc | FinalParameters | Parameter ID should be final. | 81 | |
| coding | HiddenField | 'ID' hides a field. | 81 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| coding | HiddenField | 'name' hides a field. | 81 | |
| misc | FinalParameters | Parameter year should be final. | 81 | |
| coding | HiddenField | 'year' hides a field. | 81 | |
| misc | FinalParameters | Parameter address should be final. | 81 | |
| coding | HiddenField | 'address' hides a field. | 81 | |
| misc | FinalParameters | Parameter town should be final. | 82 | |
| coding | HiddenField | 'town' hides a field. | 82 | |
| misc | FinalParameters | Parameter state should be final. | 83 | |
| coding | HiddenField | 'state' hides a field. | 83 | |
| misc | FinalParameters | Parameter zipCode should be final. | 84 | |
| coding | HiddenField | 'zipCode' hides a field. | 84 | |
| misc | FinalParameters | Parameter lat should be final. | 85 | |
| coding | HiddenField | 'lat' hides a field. | 85 | |
| misc | FinalParameters | Parameter lon should be final. | 86 | |
| coding | HiddenField | 'lon' hides a field. | 86 | |
| misc | FinalParameters | Parameter phone should be final. | 87 | |
| coding | HiddenField | 'phone' hides a field. | 87 | |
| misc | FinalParameters | Parameter paid should be final. | 88 | |
| coding | HiddenField | 'paid' hides a field. | 88 | |
| misc | FinalParameters | Parameter delivered should be final. | 89 | |
| coding | HiddenField | 'delivered' hides a field. | 89 | |
| misc | FinalParameters | Parameter email should be final. | 90 | |
| coding | HiddenField | 'email' hides a field. | 90 | |
| misc | FinalParameters | Parameter nameEdited should be final. | 91 | |
| coding | HiddenField | 'nameEdited' hides a field. | 91 | |
| misc | FinalParameters | Parameter Donation should be final. | 92 | |
| coding | HiddenField | 'Donation' hides a field. | 92 | |
| naming | ParameterName | Name 'Donation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 108 | |
| sizes | ParameterNumber | More than 7 parameters (found 16). | 114 | |
| misc | FinalParameters | Parameter ID should be final. | 114 | |
| coding | HiddenField | 'ID' hides a field. | 114 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| misc | FinalParameters | Parameter name should be final. | 114 | |
| coding | HiddenField | 'name' hides a field. | 114 | |
| misc | FinalParameters | Parameter year should be final. | 114 | |
| coding | HiddenField | 'year' hides a field. | 114 | |
| misc | FinalParameters | Parameter address should be final. | 114 | |
| coding | HiddenField | 'address' hides a field. | 114 | |
| misc | FinalParameters | Parameter town should be final. | 115 | |
| coding | HiddenField | 'town' hides a field. | 115 | |
| misc | FinalParameters | Parameter state should be final. | 116 | |
| coding | HiddenField | 'state' hides a field. | 116 | |
| misc | FinalParameters | Parameter zipCode should be final. | 117 | |
| coding | HiddenField | 'zipCode' hides a field. | 117 | |
| misc | FinalParameters | Parameter lat should be final. | 118 | |
| coding | HiddenField | 'lat' hides a field. | 118 | |
| misc | FinalParameters | Parameter lon should be final. | 119 | |
| coding | HiddenField | 'lon' hides a field. | 119 | |
| misc | FinalParameters | Parameter phone should be final. | 120 | |
| coding | HiddenField | 'phone' hides a field. | 120 | |
| misc | FinalParameters | Parameter paid should be final. | 121 | |
| coding | HiddenField | 'paid' hides a field. | 121 | |
| misc | FinalParameters | Parameter delivered should be final. | 122 | |
| coding | HiddenField | 'delivered' hides a field. | 122 | |
| misc | FinalParameters | Parameter email should be final. | 123 | |
| coding | HiddenField | 'email' hides a field. | 123 | |
| misc | FinalParameters | Parameter nameEdited should be final. | 124 | |
| coding | HiddenField | 'nameEdited' hides a field. | 124 | |
| misc | FinalParameters | Parameter Donation should be final. | 125 | |
| coding | HiddenField | 'Donation' hides a field. | 125 | |
| naming | ParameterName | Name 'Donation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| misc | FinalParameters | Parameter user should be final. | 126 | |
| coding | HiddenField | 'user' hides a field. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter name should be final. | 145 | |
| coding | HiddenField | 'name' hides a field. | 145 | |
| misc | FinalParameters | Parameter year should be final. | 145 | |
| coding | HiddenField | 'year' hides a field. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 152 | |
| misc | FinalParameters | Parameter ID should be final. | 154 | |
| coding | HiddenField | 'ID' hides a field. | 154 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| misc | FinalParameters | Parameter year should be final. | 154 | |
| coding | HiddenField | 'year' hides a field. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| misc | FinalParameters | Parameter ID should be final. | 189 | |
| coding | HiddenField | 'ID' hides a field. | 189 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| misc | FinalParameters | Parameter name should be final. | 189 | |
| coding | HiddenField | 'name' hides a field. | 189 | |
| misc | FinalParameters | Parameter year should be final. | 189 | |
| coding | HiddenField | 'year' hides a field. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 220 | |
| design | DesignForExtension | Method 'updateValues' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| misc | FinalParameters | Parameter fail should be final. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 223 | |
| coding | MagicNumber | '100' is a magic number. | 225 | |
| coding | MagicNumber | '3' is a magic number. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 230 | |
| coding | MagicNumber | '3' is a magic number. | 233 | |
| coding | MagicNumber | '4' is a magic number. | 234 | |
| coding | MagicNumber | '5' is a magic number. | 235 | |
| coding | MagicNumber | '6' is a magic number. | 236 | |
| coding | MagicNumber | '7' is a magic number. | 237 | |
| coding | MagicNumber | '8' is a magic number. | 238 | |
| coding | MagicNumber | '9' is a magic number. | 239 | |
| coding | MagicNumber | '10' is a magic number. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 244 | |
| coding | MagicNumber | '11' is a magic number. | 244 | |
| blocks | LeftCurly | '{' at column 77 should have line break after. | 244 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 244 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 244 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 244 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 249 | |
| coding | MagicNumber | '10' is a magic number. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 278). | 269 | |
| coding | MagicNumber | '3' is a magic number. | 272 | |
| coding | MagicNumber | '4' is a magic number. | 273 | |
| coding | MagicNumber | '5' is a magic number. | 274 | |
| coding | MagicNumber | '6' is a magic number. | 275 | |
| coding | MagicNumber | '7' is a magic number. | 276 | |
| coding | MagicNumber | '8' is a magic number. | 277 | |
| coding | MagicNumber | '9' is a magic number. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 279 | |
| coding | MagicNumber | '10' is a magic number. | 279 | |
| coding | MagicNumber | '11' is a magic number. | 282 | |
| coding | MagicNumber | '20' is a magic number. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 292 | |
| design | DesignForExtension | Method 'deleteCustomer' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 321 | |
| design | DesignForExtension | Method 'getCustAddressFrmName' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| naming | LocalVariableName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
| coding | HiddenField | 'address' hides a field. | 332 | |
| coding | MagicNumber | '4' is a magic number. | 332 | |
| coding | MagicNumber | '3' is a magic number. | 336 | |
| design | DesignForExtension | Method 'getOrderArray' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 341 | |
| design | DesignForExtension | Method 'getNoMulchOrdered' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| misc | FinalParameters | Parameter totalCost should be final. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 373 | |
| design | DesignForExtension | Method 'getNoLivePlantsOrdered' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 381 | |
| design | DesignForExtension | Method 'getNoLawnProductsOrdered' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| design | DesignForExtension | Method 'getLat' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 422 | |
| design | DesignForExtension | Method 'setLat' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| misc | FinalParameters | Parameter lat should be final. | 429 | |
| coding | HiddenField | 'lat' hides a field. | 429 | |
| design | DesignForExtension | Method 'getLon' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 450 | |
| design | DesignForExtension | Method 'setLon' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| misc | FinalParameters | Parameter lon should be final. | 457 | |
| coding | HiddenField | 'lon' hides a field. | 457 | |
| design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| misc | FinalParameters | Parameter address should be final. | 461 | |
| coding | HiddenField | 'address' hides a field. | 461 | |
| design | DesignForExtension | Method 'setZipCode' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| misc | FinalParameters | Parameter zipCode should be final. | 465 | |
| coding | HiddenField | 'zipCode' hides a field. | 465 | |
| design | DesignForExtension | Method 'setDonation' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| misc | FinalParameters | Parameter donation should be final. | 469 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 490 | |
| design | DesignForExtension | Method 'getAddr' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 499 | |
| design | DesignForExtension | Method 'getFormattedAddress' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 | |
| design | DesignForExtension | Method 'getTown' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 508 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 508 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 508 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 508 | |
| design | DesignForExtension | Method 'setTown' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 511 | |
| misc | FinalParameters | Parameter town should be final. | 511 | |
| coding | HiddenField | 'town' hides a field. | 511 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 521 | |
| misc | FinalParameters | Parameter state should be final. | 521 | |
| coding | HiddenField | 'state' hides a field. | 521 | |
| design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 535 | |
| misc | FinalParameters | Parameter name should be final. | 535 | |
| coding | HiddenField | 'name' hides a field. | 535 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| misc | FinalParameters | Parameter phone should be final. | 554 | |
| coding | HiddenField | 'phone' hides a field. | 554 | |
| design | DesignForExtension | Method 'getPaid' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 564 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 564 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 564 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 564 | |
| design | DesignForExtension | Method 'setPaid' is not designed for extension - needs to be abstract, final or empty. | 567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| misc | FinalParameters | Parameter paid should be final. | 567 | |
| coding | HiddenField | 'paid' hides a field. | 567 | |
| design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 575 | |
| misc | FinalParameters | Parameter year should be final. | 575 | |
| coding | HiddenField | 'year' hides a field. | 575 | |
| design | DesignForExtension | Method 'getDelivered' is not designed for extension - needs to be abstract, final or empty. | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 586 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 586 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 586 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 586 | |
| design | DesignForExtension | Method 'setDelivered' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 589 | |
| misc | FinalParameters | Parameter delivered should be final. | 589 | |
| coding | HiddenField | 'delivered' hides a field. | 589 | |
| design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 598 | |
| design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 604 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| misc | FinalParameters | Parameter email should be final. | 604 | |
| coding | HiddenField | 'email' hides a field. | 604 | |
| design | DesignForExtension | Method 'getOrderId' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 630 | |
| design | DesignForExtension | Method 'getDontation' is not designed for extension - needs to be abstract, final or empty. | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 661 | |
| design | DesignForExtension | Method 'refreshData' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| design | DesignForExtension | Method 'getProgress' is not designed for extension - needs to be abstract, final or empty. | 684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 684 | |
| design | DesignForExtension | Method 'progressProperty' is not designed for extension - needs to be abstract, final or empty. | 688 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 688 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| design | DesignForExtension | Method 'messageProperty' is not designed for extension - needs to be abstract, final or empty. | 696 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 696 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 700 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 700 | |
| misc | FinalParameters | Parameter obj should be final. | 700 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 711 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 716 | |
| naming | TypeName | Name 'failCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 716 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 57 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'prefix' must be private and have accessor methods. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter newPrefix should be final. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| misc | FinalParameters | Parameter yearL should be final. | 84 | |
| misc | FinalParameters | Parameter id should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 84 | |
| misc | FinalParameters | Parameter info should be final. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 96 | |
| misc | FinalParameters | Parameter yearL should be final. | 96 | |
| misc | FinalParameters | Parameter ID should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'ID'. | 96 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter info should be final. | 96 | |
| misc | FinalParameters | Parameter defaultVal should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter Db should be final. | 121 | |
| naming | ParameterName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 160 | |
| coding | MagicNumber | '50000' is a magic number. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 257 | |
| coding | MagicNumber | '15' is a magic number. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 280 | |
| coding | MagicNumber | '15' is a magic number. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 341 | |
| coding | MagicNumber | '50000' is a magic number. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 359 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 369 | |
| javadoc | JavadocMethod | Expected an @return tag. | 374 | |
| misc | FinalParameters | Parameter DB should be final. | 374 | |
| naming | ParameterName | Name 'DB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 392 | |
| naming | LocalVariableName | Name 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
| coding | MagicNumber | '50000' is a magic number. | 399 | |
| coding | MagicNumber | '1007' is a magic number. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 446 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 446 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 447 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 448 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 449 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 450 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 451 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 459 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 459 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 460 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 468 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 468 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 469 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 472 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 478 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 479 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 480 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 481 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 482 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 484 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 485 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 486 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 487 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 489 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 489 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 490 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 491 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 211). | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 532 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| misc | FinalParameters | Parameter DB should be final. | 540 | |
| naming | ParameterName | Name 'DB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 554 | |
| naming | LocalVariableName | Name 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 554 | |
| coding | MagicNumber | '50000' is a magic number. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 630 | |
| misc | FinalParameters | Parameter uName should be final. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 669 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 683 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 701 | |
| misc | FinalParameters | Parameter catName should be final. | 701 | |
| misc | FinalParameters | Parameter year should be final. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 746 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 756 | |
| misc | FinalParameters | Parameter year should be final. | 756 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 776 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 790 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 790 | |
| misc | FinalParameters | Parameter database should be final. | 790 | |
| misc | FinalParameters | Parameter location should be final. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 795 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 802 | |
| misc | FinalParameters | Parameter database should be final. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 807 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 819 | |
| misc | FinalParameters | Parameter userPass should be final. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 833 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 848 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 851 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 854 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 866 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 879 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 881 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 901 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 910 | |
| misc | FinalParameters | Parameter userPass should be final. | 910 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 949 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 958 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 965 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 976 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 980 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 984 | |
| misc | FinalParameters | Parameter Database should be final. | 984 | |
| naming | ParameterName | Name 'Database' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 986 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| naming | ConstantName | Name 'plainFont' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | ConstantName | Name 'LargeFont' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| misc | FinalParameters | Parameter zipCode should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 74 | |
| naming | LocalVariableName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 134 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| naming | MethodName | Name 'GetCoords' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| misc | FinalParameters | Parameter Address should be final. | 145 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| naming | LocalVariableName | Name 'AddressF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 147 | |
| naming | LocalVariableName | Name 'USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 187 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 191 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 216 | |
| coding | MagicNumber | '-190' is a magic number. | 218 | |
| coding | MagicNumber | '-190' is a magic number. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| misc | FinalParameters | Parameter xml should be final. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 244 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 248 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 248 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 37 | |
| coding | HiddenField | 'name' hides a field. | 37 | |
| misc | FinalParameters | Parameter year should be final. | 37 | |
| coding | HiddenField | 'year' hides a field. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter name should be final. | 42 | |
| coding | HiddenField | 'name' hides a field. | 42 | |
| misc | FinalParameters | Parameter year should be final. | 42 | |
| coding | HiddenField | 'year' hides a field. | 42 | |
| misc | FinalParameters | Parameter id should be final. | 42 | |
| coding | HiddenField | 'id' hides a field. | 42 | |
| misc | FinalParameters | Parameter uMan should be final. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter id should be final. | 49 | |
| coding | HiddenField | 'id' hides a field. | 49 | |
| misc | FinalParameters | Parameter year should be final. | 49 | |
| coding | HiddenField | 'year' hides a field. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter year should be final. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter year should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 175 | |
| design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 223 | |
| design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 236 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 270 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter obj should be final. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 288 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| misc | FinalParameters | Parameter ex should be final. | 65 | |
| misc | FinalParameters | Parameter level should be final. | 65 | |
| misc | FinalParameters | Parameter msg should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 69 | |
| coding | MagicNumber | '10000' is a magic number. | 70 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter orders should be final. | 72 | |
| coding | HiddenField | 'orders' hides a field. | 72 | |
| misc | FinalParameters | Parameter year should be final. | 72 | |
| coding | HiddenField | 'year' hides a field. | 72 | |
| misc | FinalParameters | Parameter custID should be final. | 72 | |
| coding | HiddenField | 'custID' hides a field. | 72 | |
| misc | FinalParameters | Parameter paid should be final. | 72 | |
| coding | HiddenField | 'paid' hides a field. | 72 | |
| misc | FinalParameters | Parameter delivered should be final. | 72 | |
| coding | HiddenField | 'delivered' hides a field. | 72 | |
| misc | FinalParameters | Parameter uName should be final. | 72 | |
| coding | HiddenField | 'uName' hides a field. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter orders should be final. | 81 | |
| coding | HiddenField | 'orders' hides a field. | 81 | |
| misc | FinalParameters | Parameter year should be final. | 81 | |
| coding | HiddenField | 'year' hides a field. | 81 | |
| misc | FinalParameters | Parameter custID should be final. | 81 | |
| coding | HiddenField | 'custID' hides a field. | 81 | |
| misc | FinalParameters | Parameter paid should be final. | 81 | |
| coding | HiddenField | 'paid' hides a field. | 81 | |
| misc | FinalParameters | Parameter delivered should be final. | 81 | |
| coding | HiddenField | 'delivered' hides a field. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter year should be final. | 85 | |
| misc | FinalParameters | Parameter id should be final. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter year should be final. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter year should be final. | 107 | |
| misc | FinalParameters | Parameter uName should be final. | 107 | |
| naming | LocalVariableName | Name 'QuantL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 427). | 120 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 256). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter year should be final. | 151 | |
| misc | FinalParameters | Parameter cID should be final. | 151 | |
| misc | FinalParameters | Parameter excludeZeroOrders should be final. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| misc | FinalParameters | Parameter year should be final. | 155 | |
| misc | FinalParameters | Parameter cID should be final. | 155 | |
| misc | FinalParameters | Parameter excludeZeroOrders should be final. | 155 | |
| misc | FinalParameters | Parameter Category should be final. | 155 | |
| naming | ParameterName | Name 'Category' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| naming | LocalVariableName | Name 'QuantL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 164 | |
| naming | LocalVariableName | Name 'OrderID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 405). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 388). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| misc | FinalParameters | Parameter orderData should be final. | 240 | |
| naming | LocalVariableName | Name 'QuantL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 304). | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| naming | MethodName | Name 'IntegerLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| misc | FinalParameters | Parameter n should be final. | 253 | |
| coding | MagicNumber | '100000' is a magic number. | 254 | |
| coding | MagicNumber | '100' is a magic number. | 256 | |
| coding | MagicNumber | '10' is a magic number. | 258 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 258 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 258 | |
| coding | MagicNumber | '1000' is a magic number. | 261 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 261 | |
| coding | MagicNumber | '3' is a magic number. | 261 | |
| coding | MagicNumber | '10000' is a magic number. | 263 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 263 | |
| coding | MagicNumber | '4' is a magic number. | 263 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 263 | |
| coding | MagicNumber | '5' is a magic number. | 263 | |
| coding | MagicNumber | '10000000' is a magic number. | 268 | |
| coding | MagicNumber | '1000000' is a magic number. | 270 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 270 | |
| coding | MagicNumber | '6' is a magic number. | 270 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 270 | |
| coding | MagicNumber | '7' is a magic number. | 270 | |
| coding | MagicNumber | '100000000' is a magic number. | 273 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 273 | |
| coding | MagicNumber | '8' is a magic number. | 273 | |
| coding | MagicNumber | '1000000000' is a magic number. | 275 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 275 | |
| coding | MagicNumber | '9' is a magic number. | 275 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 275 | |
| coding | MagicNumber | '10' is a magic number. | 275 | |
| design | DesignForExtension | Method 'getProgress' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| design | DesignForExtension | Method 'progressProperty' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| design | DesignForExtension | Method 'messageProperty' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| design | DesignForExtension | Method 'updateOrder' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| misc | FinalParameters | Parameter fail should be final. | 298 | |
| naming | LocalVariableName | Name 'Ids' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 312 | |
| coding | MagicNumber | '50' is a magic number. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 333 | |
| naming | LocalVariableName | Name 'OrderID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 229). | 351 | |
| coding | MagicNumber | '3' is a magic number. | 356 | |
| coding | MagicNumber | '4' is a magic number. | 357 | |
| coding | MagicNumber | '5' is a magic number. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 367 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 369 | |
| coding | MagicNumber | '3' is a magic number. | 370 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 387 | |
| coding | MagicNumber | '3' is a magic number. | 390 | |
| coding | MagicNumber | '4' is a magic number. | 391 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 399 | |
| naming | LocalVariableName | Name 'OrderID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 229). | 414 | |
| coding | MagicNumber | '3' is a magic number. | 419 | |
| coding | MagicNumber | '4' is a magic number. | 420 | |
| coding | MagicNumber | '5' is a magic number. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 431 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 444 | |
| naming | TypeName | Name 'failCallback' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 448 | |
| naming | TypeName | Name 'orderArray' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 448 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 449 | |
| design | VisibilityModifier | Variable 'orderData' must be private and have accessor methods. | 449 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 450 | |
| design | VisibilityModifier | Variable 'totalCost' must be private and have accessor methods. | 450 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 451 | |
| design | VisibilityModifier | Variable 'totalQuantity' must be private and have accessor methods. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| misc | FinalParameters | Parameter orderData should be final. | 453 | |
| coding | HiddenField | 'orderData' hides a field. | 453 | |
| misc | FinalParameters | Parameter totalCost should be final. | 453 | |
| coding | HiddenField | 'totalCost' hides a field. | 453 | |
| misc | FinalParameters | Parameter totalQuantity should be final. | 453 | |
| coding | HiddenField | 'totalQuantity' hides a field. | 453 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 460 | |
| naming | TypeName | Name 'orderDetails' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 460 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 461 | |
| design | VisibilityModifier | Variable 'totalCost' must be private and have accessor methods. | 461 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 462 | |
| design | VisibilityModifier | Variable 'totalQuantity' must be private and have accessor methods. | 462 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 463 | |
| design | VisibilityModifier | Variable 'paid' must be private and have accessor methods. | 463 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 464 | |
| design | VisibilityModifier | Variable 'delivered' must be private and have accessor methods. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| misc | FinalParameters | Parameter totalCost should be final. | 466 | |
| coding | HiddenField | 'totalCost' hides a field. | 466 | |
| misc | FinalParameters | Parameter totalQuantity should be final. | 466 | |
| coding | HiddenField | 'totalQuantity' hides a field. | 466 | |
| misc | FinalParameters | Parameter paid should be final. | 466 | |
| coding | HiddenField | 'paid' hides a field. | 466 | |
| misc | FinalParameters | Parameter delivered should be final. | 466 | |
| coding | HiddenField | 'delivered' hides a field. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| misc | FinalParameters | Parameter totalCost should be final. | 473 | |
| coding | HiddenField | 'totalCost' hides a field. | 473 | |
| misc | FinalParameters | Parameter totalQuantity should be final. | 473 | |
| coding | HiddenField | 'totalQuantity' hides a field. | 473 | |
| misc | FinalParameters | Parameter paid should be final. | 473 | |
| coding | HiddenField | 'paid' hides a field. | 473 | |
| misc | FinalParameters | Parameter delivered should be final. | 473 | |
| coding | HiddenField | 'delivered' hides a field. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | MagicNumber | '5' is a magic number. | 53 | |
| design | DesignForExtension | Method 'activateProgressBar' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getDialogStage' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter val should be final. | 30 | |
| coding | HiddenField | 'val' hides a field. | 30 | |
| misc | FinalParameters | Parameter inval should be final. | 30 | |
| coding | HiddenField | 'inval' hides a field. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter val should be final. | 37 | |
| coding | HiddenField | 'val' hides a field. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'isSet' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter val should be final. | 53 | |
| coding | HiddenField | 'val' hides a field. | 53 | |
| design | DesignForExtension | Method 'setIfNot' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter val should be final. | 63 | |
| coding | HiddenField | 'val' hides a field. | 63 | |
| design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 71 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'ifSet' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter consumer should be final. | 79 | |
| design | DesignForExtension | Method 'orElseGetAndSet' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter var1 should be final. | 85 | |
| design | DesignForExtension | Method 'orElseGet' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter var1 should be final. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter key should be final. | 26 | |
| misc | FinalParameters | Parameter value should be final. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter key should be final. | 30 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | MemberName | Name 'ACL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | MemberName | Name 'Admin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter userName should be final. | 45 | |
| coding | HiddenField | 'userName' hides a field. | 45 | |
| misc | FinalParameters | Parameter year should be final. | 45 | |
| misc | FinalParameters | Parameter admin should be final. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 56 | |
| blocks | LeftCurly | '{' at column 83 should have line break after. | 56 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 91 | |
| blocks | LeftCurly | '{' at column 85 should have line break after. | 91 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter year should be final. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter userName should be final. | 107 | |
| coding | HiddenField | 'userName' hides a field. | 107 | |
| misc | FinalParameters | Parameter year should be final. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter userName should be final. | 111 | |
| coding | HiddenField | 'userName' hides a field. | 111 | |
| misc | FinalParameters | Parameter fullName should be final. | 111 | |
| coding | HiddenField | 'fullName' hides a field. | 111 | |
| misc | FinalParameters | Parameter uManage should be final. | 111 | |
| coding | HiddenField | 'uManage' hides a field. | 111 | |
| misc | FinalParameters | Parameter years should be final. | 111 | |
| coding | HiddenField | 'years' hides a field. | 111 | |
| misc | FinalParameters | Parameter admin should be final. | 111 | |
| misc | FinalParameters | Parameter groupId should be final. | 111 | |
| coding | HiddenField | 'groupId' hides a field. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter userName should be final. | 120 | |
| coding | HiddenField | 'userName' hides a field. | 120 | |
| misc | FinalParameters | Parameter fullName should be final. | 120 | |
| coding | HiddenField | 'fullName' hides a field. | 120 | |
| misc | FinalParameters | Parameter uManage should be final. | 120 | |
| coding | HiddenField | 'uManage' hides a field. | 120 | |
| misc | FinalParameters | Parameter groupId should be final. | 120 | |
| coding | HiddenField | 'groupId' hides a field. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter userName should be final. | 124 | |
| coding | HiddenField | 'userName' hides a field. | 124 | |
| misc | FinalParameters | Parameter fullName should be final. | 124 | |
| coding | HiddenField | 'fullName' hides a field. | 124 | |
| misc | FinalParameters | Parameter uManage should be final. | 124 | |
| coding | HiddenField | 'uManage' hides a field. | 124 | |
| misc | FinalParameters | Parameter years should be final. | 124 | |
| coding | HiddenField | 'years' hides a field. | 124 | |
| misc | FinalParameters | Parameter groupId should be final. | 124 | |
| coding | HiddenField | 'groupId' hides a field. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter userName should be final. | 128 | |
| coding | HiddenField | 'userName' hides a field. | 128 | |
| misc | FinalParameters | Parameter fullName should be final. | 128 | |
| coding | HiddenField | 'fullName' hides a field. | 128 | |
| misc | FinalParameters | Parameter uManage should be final. | 128 | |
| coding | HiddenField | 'uManage' hides a field. | 128 | |
| misc | FinalParameters | Parameter years should be final. | 128 | |
| coding | HiddenField | 'years' hides a field. | 128 | |
| misc | FinalParameters | Parameter admin should be final. | 128 | |
| misc | FinalParameters | Parameter groupId should be final. | 128 | |
| coding | HiddenField | 'groupId' hides a field. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 134 | |
| blocks | LeftCurly | '{' at column 71 should have line break after. | 134 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 143 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 143 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 144 | |
| blocks | LeftCurly | '{' at column 85 should have line break after. | 144 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter userName should be final. | 153 | |
| coding | HiddenField | 'userName' hides a field. | 153 | |
| misc | FinalParameters | Parameter fullName should be final. | 153 | |
| coding | HiddenField | 'fullName' hides a field. | 153 | |
| misc | FinalParameters | Parameter uManage should be final. | 153 | |
| coding | HiddenField | 'uManage' hides a field. | 153 | |
| misc | FinalParameters | Parameter groupId should be final. | 153 | |
| coding | HiddenField | 'groupId' hides a field. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter userName should be final. | 158 | |
| coding | HiddenField | 'userName' hides a field. | 158 | |
| misc | FinalParameters | Parameter fullName should be final. | 158 | |
| coding | HiddenField | 'fullName' hides a field. | 158 | |
| misc | FinalParameters | Parameter years should be final. | 158 | |
| coding | HiddenField | 'years' hides a field. | 158 | |
| misc | FinalParameters | Parameter admin should be final. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter userName should be final. | 163 | |
| coding | HiddenField | 'userName' hides a field. | 163 | |
| misc | FinalParameters | Parameter fullName should be final. | 163 | |
| coding | HiddenField | 'fullName' hides a field. | 163 | |
| misc | FinalParameters | Parameter uManage should be final. | 163 | |
| coding | HiddenField | 'uManage' hides a field. | 163 | |
| misc | FinalParameters | Parameter years should be final. | 163 | |
| coding | HiddenField | 'years' hides a field. | 163 | |
| misc | FinalParameters | Parameter groupId should be final. | 163 | |
| coding | HiddenField | 'groupId' hides a field. | 163 | |
| design | DesignForExtension | Method 'deleteFromYear' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter year should be final. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 177 | |
| coding | MagicNumber | '3' is a magic number. | 182 | |
| coding | MagicNumber | '4' is a magic number. | 183 | |
| coding | MagicNumber | '5' is a magic number. | 184 | |
| coding | MagicNumber | '6' is a magic number. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter uName should be final. | 235 | |
| misc | FinalParameters | Parameter password should be final. | 235 | |
| misc | FinalParameters | Parameter fullName should be final. | 235 | |
| misc | FinalParameters | Parameter admin should be final. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 266). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 251 | |
| coding | MagicNumber | '3' is a magic number. | 254 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 254 | |
| coding | MagicNumber | '4' is a magic number. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| misc | FinalParameters | Parameter uName should be final. | 265 | |
| misc | FinalParameters | Parameter password should be final. | 265 | |
| misc | FinalParameters | Parameter fullName should be final. | 265 | |
| misc | FinalParameters | Parameter admin should be final. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 364). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 279 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 281 | |
| coding | MagicNumber | '3' is a magic number. | 282 | |
| coding | MagicNumber | '4' is a magic number. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 297 | |
| design | DesignForExtension | Method 'addToYear' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| misc | FinalParameters | Parameter year should be final. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 317 | |
| coding | MagicNumber | '3' is a magic number. | 322 | |
| coding | MagicNumber | '4' is a magic number. | 323 | |
| coding | MagicNumber | '5' is a magic number. | 324 | |
| coding | MagicNumber | '6' is a magic number. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 332 | |
| naming | LocalVariableName | Name 'CommonsID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 352 | |
| coding | MagicNumber | '3' is a magic number. | 355 | |
| coding | MagicNumber | '4' is a magic number. | 356 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 356 | |
| coding | MagicNumber | '5' is a magic number. | 357 | |
| coding | MagicNumber | '6' is a magic number. | 358 | |
| design | DesignForExtension | Method 'updateYear' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| misc | FinalParameters | Parameter year should be final. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 374 | |
| coding | MagicNumber | '3' is a magic number. | 379 | |
| coding | MagicNumber | '4' is a magic number. | 380 | |
| coding | MagicNumber | '5' is a magic number. | 381 | |
| coding | MagicNumber | '6' is a magic number. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 389 | |
| coding | MagicNumber | '3' is a magic number. | 392 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 392 | |
| coding | MagicNumber | '4' is a magic number. | 393 | |
| naming | LocalVariableName | Name 'CommonsID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 423 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 424 | |
| coding | MagicNumber | '3' is a magic number. | 427 | |
| coding | MagicNumber | '4' is a magic number. | 428 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 428 | |
| coding | MagicNumber | '5' is a magic number. | 429 | |
| coding | MagicNumber | '6' is a magic number. | 430 | |
| coding | MagicNumber | '7' is a magic number. | 431 | |
| coding | MagicNumber | '8' is a magic number. | 432 | |
| coding | MagicNumber | '9' is a magic number. | 433 | |
| coding | MagicNumber | '10' is a magic number. | 434 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 434 | |
| coding | MagicNumber | '11' is a magic number. | 435 | |
| coding | MagicNumber | '12' is a magic number. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 442 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 451 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 451 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 451 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 451 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 451 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 451 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| design | DesignForExtension | Method 'isAdmin' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| design | DesignForExtension | Method 'setAdmin' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| misc | FinalParameters | Parameter admin should be final. | 461 | |
| design | DesignForExtension | Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| design | DesignForExtension | Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| misc | FinalParameters | Parameter userName should be final. | 469 | |
| coding | HiddenField | 'userName' hides a field. | 469 | |
| design | DesignForExtension | Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| design | DesignForExtension | Method 'setFullName' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| misc | FinalParameters | Parameter fullName should be final. | 477 | |
| coding | HiddenField | 'fullName' hides a field. | 477 | |
| design | DesignForExtension | Method 'getuManage' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| design | DesignForExtension | Method 'setuManage' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| misc | FinalParameters | Parameter uManage should be final. | 485 | |
| coding | HiddenField | 'uManage' hides a field. | 485 | |
| design | DesignForExtension | Method 'getYears' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| design | DesignForExtension | Method 'setYears' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| misc | FinalParameters | Parameter years should be final. | 493 | |
| coding | HiddenField | 'years' hides a field. | 493 | |
| design | DesignForExtension | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| design | DesignForExtension | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 501 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 501 | |
| misc | FinalParameters | Parameter groupId should be final. | 501 | |
| coding | HiddenField | 'groupId' hides a field. | 501 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 505 | |
| misc | FinalParameters | Parameter array should be final. | 505 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 517 | |
| misc | FinalParameters | Parameter obj should be final. | 517 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter major should be final. | 28 | |
| coding | HiddenField | 'major' hides a field. | 28 | |
| misc | FinalParameters | Parameter minor should be final. | 28 | |
| coding | HiddenField | 'minor' hides a field. | 28 | |
| misc | FinalParameters | Parameter revision should be final. | 28 | |
| coding | HiddenField | 'revision' hides a field. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter version should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 38 | |
| coding | MagicNumber | '3' is a magic number. | 38 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 38 | |
| design | DesignForExtension | Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getMinor' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getRevision' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'greaterThan' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter version should be final. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 56 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 57 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 58 | |
| coding | MagicNumber | '3' is a magic number. | 58 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter version should be final. | 62 | |
| design | DesignForExtension | Method 'greaterThanOrEqual' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter version should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 68 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 69 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 70 | |
| coding | MagicNumber | '3' is a magic number. | 70 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 71 | |
| design | DesignForExtension | Method 'greaterThan' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter version should be final. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 79 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter version should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 92 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 94 | |
| coding | MagicNumber | '3' is a magic number. | 94 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 95 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 102 | |
| design | DesignForExtension | Method 'greaterThanOrEqual' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter version should be final. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 109 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'retInteger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'retString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | ConstantName | Name 'retBigDec' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter year should be final. | 61 | |
| coding | HiddenField | 'year' hides a field. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter year should be final. | 65 | |
| coding | HiddenField | 'year' hides a field. | 65 | |
| misc | FinalParameters | Parameter uName should be final. | 65 | |
| coding | HiddenField | 'uName' hides a field. | 65 | |
| design | DesignForExtension | Method 'deleteYear' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 104 | |
| design | DesignForExtension | Method 'addressExists' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter address should be final. | 111 | |
| misc | FinalParameters | Parameter zipCode should be final. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 114 | |
| coding | MagicNumber | '3' is a magic number. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 136 | |
| design | DesignForExtension | Method 'CreateDb' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| sizes | MethodLength | Method length is 425 lines (max allowed is 150). | 136 | |
| naming | MethodName | Name 'CreateDb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| misc | FinalParameters | Parameter products should be final. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'products'. | 136 | |
| misc | FinalParameters | Parameter rowsCats should be final. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'rowsCats'. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 142 | |
| coding | MagicNumber | '15' is a magic number. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 167 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 167 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 168 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 185 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 186 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 187 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 188 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 189 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 190 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 191 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 192 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 193 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 202 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 202 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 203 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 204 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 205 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 206 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 207 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 209 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 210 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 211 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 212 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 213 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 214 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 215 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 216 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 217 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 218 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 219 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 228 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 228 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 229 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 230 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 231 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 240 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 240 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 241 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 242 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 243 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 244 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 245 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 246 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 247 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 258 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 258 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 259 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 260 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 261 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 262 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 263 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 264 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 265 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 266 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 268 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 276 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 277 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 277 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 278 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 279 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 280 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 281 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 282 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 283 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 284 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 285 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 286 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 288 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 289 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 290 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 297 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 297 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 298 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 307 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 307 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 309 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 318 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 318 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 319 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 320 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 321 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 322 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 323 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 324 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 325 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 326 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 327 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 328 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 329 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 330 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 331 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 332 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 333 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 334 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 335 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 336 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 337 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 338 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 347 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 347 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 349 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 349 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 358 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 358 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 359 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 360 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 361 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 362 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 363 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 364 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 365 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 366 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 367 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 368 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 369 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 370 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 371 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 372 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 373 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 374 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 375 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 376 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 377 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 378 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 386 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 386 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 388 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 395 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 395 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 397 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 584). | 405 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 288). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 409 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 415 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 416 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 417 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 418 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 419 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 421 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 421 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 422 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 424 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 424 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 425 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 426 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 427 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 428 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 429 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 430 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 431 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 432 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 433 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 434 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 435 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 436 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 437 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 438 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 439 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 440 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 441 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 442 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 447 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 450 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 451 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 452 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 453 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 454 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 456 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 456 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 457 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 459 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 460 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 461 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 462 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 462 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 463 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 464 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 465 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 466 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 467 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 468 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 473 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 476 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 477 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 478 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 479 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 480 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 481 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 482 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 483 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 484 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 485 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 486 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 487 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 488 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 489 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 490 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 491 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 492 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 493 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 494 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 520 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 520 | |
| coding | MagicNumber | '3' is a magic number. | 523 | |
| coding | MagicNumber | '4' is a magic number. | 524 | |
| coding | MagicNumber | '5' is a magic number. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 541 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 562 | |
| design | DesignForExtension | Method 'updateDb' is not designed for extension - needs to be abstract, final or empty. | 562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 562 | |
| misc | FinalParameters | Parameter year should be final. | 562 | |
| coding | HiddenField | 'year' hides a field. | 562 | |
| misc | FinalParameters | Parameter products should be final. | 562 | |
| misc | FinalParameters | Parameter rowsCats should be final. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 597 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 598 | |
| coding | MagicNumber | '3' is a magic number. | 601 | |
| coding | MagicNumber | '4' is a magic number. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 612 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 615 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 615 | |
| coding | MagicNumber | '3' is a magic number. | 618 | |
| coding | MagicNumber | '4' is a magic number. | 619 | |
| coding | MagicNumber | '5' is a magic number. | 620 | |
| coding | MagicNumber | '6' is a magic number. | 622 | |
| coding | MagicNumber | '7' is a magic number. | 623 | |
| coding | MagicNumber | '8' is a magic number. | 624 | |
| coding | MagicNumber | '9' is a magic number. | 625 | |
| coding | MagicNumber | '10' is a magic number. | 626 | |
| design | DesignForExtension | Method 'addYear' is not designed for extension - needs to be abstract, final or empty. | 634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 636 | |
| design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 644 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 659 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| misc | FinalParameters | Parameter info should be final. | 667 | |
| misc | FinalParameters | Parameter retType should be final. | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 671 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 671 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 214). | 697 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 697 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 723 | |
| design | DesignForExtension | Method 'getAllProducts' is not designed for extension - needs to be abstract, final or empty. | 730 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 732 | |
| naming | LocalVariableName | Name 'ProductInfoArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 332). | 741 | |
| design | DesignForExtension | Method 'getCustomerNames' is not designed for extension - needs to be abstract, final or empty. | 750 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 754 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 754 | |
| design | DesignForExtension | Method 'getCustomerNames' is not designed for extension - needs to be abstract, final or empty. | 776 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 776 | |
| misc | FinalParameters | Parameter user should be final. | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 216). | 780 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 780 | |
| design | DesignForExtension | Method 'getCustomers' is not designed for extension - needs to be abstract, final or empty. | 802 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 802 | |
| design | DesignForExtension | Method 'getCustomers' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 806 | |
| misc | FinalParameters | Parameter user should be final. | 806 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 810 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 810 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 811 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 812 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 813 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 814 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 815 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 816 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 817 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 818 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 819 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 820 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 821 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 822 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 824 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 824 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 831 | |
| sizes | LineLength | Line is longer than 80 characters (found 352). | 833 | |
| design | DesignForExtension | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 847 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 851 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 855 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 866 | |
| design | DesignForExtension | Method 'getDonations' is not designed for extension - needs to be abstract, final or empty. | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 875 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 875 | |
| design | DesignForExtension | Method 'getOT' is not designed for extension - needs to be abstract, final or empty. | 897 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 900 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 900 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 923 | |
| design | DesignForExtension | Method 'getNoCustomers' is not designed for extension - needs to be abstract, final or empty. | 928 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 931 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 931 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 954 | |
| design | DesignForExtension | Method 'getCommis' is not designed for extension - needs to be abstract, final or empty. | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 964 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 972 | |
| design | DesignForExtension | Method 'getGTot' is not designed for extension - needs to be abstract, final or empty. | 978 | |
| design | DesignForExtension | Method 'getQuant' is not designed for extension - needs to be abstract, final or empty. | 982 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 985 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 985 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 1008 | |
| naming | TypeName | Name 'category' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 1008 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1009 | |
| design | VisibilityModifier | Variable 'catName' must be private and have accessor methods. | 1009 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1010 | |
| design | VisibilityModifier | Variable 'catDate' must be private and have accessor methods. | 1010 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1012 | |
| misc | FinalParameters | Parameter name should be final. | 1012 | |
| misc | FinalParameters | Parameter date should be final. | 1012 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| naming | TypeName | Name 'cPoint' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| naming | MemberName | Name 'AddressM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| naming | MemberName | Name 'CityM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| naming | MemberName | Name 'StateM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| naming | MemberName | Name 'LatM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| naming | MemberName | Name 'LonM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 37 | |
| misc | FinalParameters | Parameter Lat should be final. | 37 | |
| naming | ParameterName | Name 'Lat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter Lon should be final. | 37 | |
| naming | ParameterName | Name 'Lon' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter Address should be final. | 37 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter City should be final. | 37 | |
| naming | ParameterName | Name 'City' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter State should be final. | 37 | |
| naming | ParameterName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| design | DesignForExtension | Method 'getLat' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| design | DesignForExtension | Method 'getLon' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| naming | TypeName | Name 'formattedProduct' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'productKey' must be private and have accessor methods. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'productID' must be private and have accessor methods. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'productName' must be private and have accessor methods. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'productSize' must be private and have accessor methods. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'productUnitPrice' must be private and have accessor methods. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'productCategory' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'orderedQuantity' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'extendedCost' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 35 | |
| misc | FinalParameters | Parameter productKey should be final. | 35 | |
| coding | HiddenField | 'productKey' hides a field. | 35 | |
| misc | FinalParameters | Parameter productID should be final. | 35 | |
| coding | HiddenField | 'productID' hides a field. | 35 | |
| misc | FinalParameters | Parameter productName should be final. | 35 | |
| coding | HiddenField | 'productName' hides a field. | 35 | |
| misc | FinalParameters | Parameter productSize should be final. | 35 | |
| coding | HiddenField | 'productSize' hides a field. | 35 | |
| misc | FinalParameters | Parameter productUnitPrice should be final. | 35 | |
| coding | HiddenField | 'productUnitPrice' hides a field. | 35 | |
| misc | FinalParameters | Parameter productCategory should be final. | 35 | |
| coding | HiddenField | 'productCategory' hides a field. | 35 | |
| misc | FinalParameters | Parameter orderedQuantity should be final. | 35 | |
| coding | HiddenField | 'orderedQuantity' hides a field. | 35 | |
| misc | FinalParameters | Parameter extendedCost should be final. | 35 | |
| coding | HiddenField | 'extendedCost' hides a field. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Utilities' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| naming | TypeName | Name 'formattedProductProps' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'productKey' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'productUnitPrice' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'productUnitPriceString' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'productID' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'productName' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'productSize' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'extendedCost' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'productCategory' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'orderedQuantityString' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'orderedQuantity' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 45 | |
| misc | FinalParameters | Parameter ProductKey should be final. | 45 | |
| naming | ParameterName | Name 'ProductKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| misc | FinalParameters | Parameter productID should be final. | 45 | |
| coding | HiddenField | 'productID' hides a field. | 45 | |
| misc | FinalParameters | Parameter productName should be final. | 45 | |
| coding | HiddenField | 'productName' hides a field. | 45 | |
| misc | FinalParameters | Parameter productSize should be final. | 45 | |
| coding | HiddenField | 'productSize' hides a field. | 45 | |
| misc | FinalParameters | Parameter productUnitPrice should be final. | 45 | |
| coding | HiddenField | 'productUnitPrice' hides a field. | 45 | |
| misc | FinalParameters | Parameter productCategory should be final. | 45 | |
| coding | HiddenField | 'productCategory' hides a field. | 45 | |
| misc | FinalParameters | Parameter orderedQuantity should be final. | 45 | |
| coding | HiddenField | 'orderedQuantity' hides a field. | 45 | |
| misc | FinalParameters | Parameter extendedCost should be final. | 45 | |
| coding | HiddenField | 'extendedCost' hides a field. | 45 | |
| design | DesignForExtension | Method 'productKeyProperty' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'getProductKey' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setProductKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter productKey should be final. | 66 | |
| coding | HiddenField | 'productKey' hides a field. | 66 | |
| design | DesignForExtension | Method 'getProductID' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'setProductID' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter productID should be final. | 74 | |
| coding | HiddenField | 'productID' hides a field. | 74 | |
| design | DesignForExtension | Method 'getProductName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'setProductName' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter productName should be final. | 82 | |
| coding | HiddenField | 'productName' hides a field. | 82 | |
| design | DesignForExtension | Method 'getProductSize' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'setProductSize' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter productSize should be final. | 90 | |
| coding | HiddenField | 'productSize' hides a field. | 90 | |
| design | DesignForExtension | Method 'getProductUnitPrice' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'setProductUnitPrice' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter productUnitPrice should be final. | 98 | |
| coding | HiddenField | 'productUnitPrice' hides a field. | 98 | |
| design | DesignForExtension | Method 'getProductCategory' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'setProductCategory' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter productCategory should be final. | 106 | |
| coding | HiddenField | 'productCategory' hides a field. | 106 | |
| design | DesignForExtension | Method 'getOrderedQuantity' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'setOrderedQuantity' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter orderedQuantity should be final. | 114 | |
| coding | HiddenField | 'orderedQuantity' hides a field. | 114 | |
| design | DesignForExtension | Method 'getProductUnitPriceString' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| design | DesignForExtension | Method 'setProductUnitPriceString' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter productUnitPriceString should be final. | 122 | |
| coding | HiddenField | 'productUnitPriceString' hides a field. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 126 | |
| design | DesignForExtension | Method 'getOrderedQuantityString' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 126 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 126 | |
| design | DesignForExtension | Method 'setOrderedQuantityString' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter orderedQuantityString should be final. | 128 | |
| coding | HiddenField | 'orderedQuantityString' hides a field. | 128 | |
| design | DesignForExtension | Method 'getExtendedCost' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| design | DesignForExtension | Method 'setExtendedCost' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter extendedCost should be final. | 136 | |
| coding | HiddenField | 'extendedCost' hides a field. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Workers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | MemberName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | MemberName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | MemberName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | MemberName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | MemberName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | MemberName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | MemberName | Name 'ZipCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | MemberName | Name 'Phone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | MemberName | Name 'Email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | MemberName | Name 'DonationsT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | MemberName | Name 'NameEditCustomer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | MemberName | Name 'Paid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | MemberName | Name 'Delivered' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 269). | 68 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 68 | |
| misc | FinalParameters | Parameter id should be final. | 68 | |
| misc | FinalParameters | Parameter Address should be final. | 68 | |
| coding | HiddenField | 'Address' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'Address'. | 68 | |
| naming | ParameterName | Name 'Address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter Town should be final. | 68 | |
| coding | HiddenField | 'Town' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'Town'. | 68 | |
| naming | ParameterName | Name 'Town' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter State should be final. | 68 | |
| coding | HiddenField | 'State' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'State'. | 68 | |
| naming | ParameterName | Name 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter year should be final. | 68 | |
| coding | HiddenField | 'year' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'year'. | 68 | |
| misc | FinalParameters | Parameter ProductTable should be final. | 68 | |
| coding | HiddenField | 'ProductTable' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'ProductTable'. | 68 | |
| naming | ParameterName | Name 'ProductTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter name should be final. | 68 | |
| misc | FinalParameters | Parameter zipCode should be final. | 68 | |
| misc | FinalParameters | Parameter phone should be final. | 68 | |
| misc | FinalParameters | Parameter email should be final. | 68 | |
| misc | FinalParameters | Parameter donationsT should be final. | 68 | |
| misc | FinalParameters | Parameter nameEditCustomer should be final. | 68 | |
| misc | FinalParameters | Parameter paid should be final. | 68 | |
| misc | FinalParameters | Parameter delivered should be final. | 68 | |
| misc | FinalParameters | Parameter uName should be final. | 68 | |
| coding | HiddenField | 'uName' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'uName'. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'IntegerLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter n should be final. | 92 | |
| coding | MagicNumber | '100000' is a magic number. | 93 | |
| coding | MagicNumber | '100' is a magic number. | 95 | |
| coding | MagicNumber | '10' is a magic number. | 97 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 97 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 97 | |
| coding | MagicNumber | '1000' is a magic number. | 100 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 100 | |
| coding | MagicNumber | '3' is a magic number. | 100 | |
| coding | MagicNumber | '10000' is a magic number. | 102 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 102 | |
| coding | MagicNumber | '4' is a magic number. | 102 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 102 | |
| coding | MagicNumber | '5' is a magic number. | 102 | |
| coding | MagicNumber | '10000000' is a magic number. | 107 | |
| coding | MagicNumber | '1000000' is a magic number. | 109 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 109 | |
| coding | MagicNumber | '6' is a magic number. | 109 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 109 | |
| coding | MagicNumber | '7' is a magic number. | 109 | |
| coding | MagicNumber | '100000000' is a magic number. | 112 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 112 | |
| coding | MagicNumber | '8' is a magic number. | 112 | |
| coding | MagicNumber | '1000000000' is a magic number. | 114 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 114 | |
| coding | MagicNumber | '9' is a magic number. | 114 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 114 | |
| coding | MagicNumber | '10' is a magic number. | 114 | |
| design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 129 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 129 | |
| coding | MagicNumber | '100' is a magic number. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 143 | |
| coding | MagicNumber | '100' is a magic number. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 151 | |
| coding | MagicNumber | '100' is a magic number. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 157 | |
| naming | LocalVariableName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| coding | MagicNumber | '100' is a magic number. | 159 | |
| coding | MagicNumber | '100' is a magic number. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Workers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| misc | FinalParameters | Parameter mainController should be final. | 43 | |
| coding | HiddenField | 'mainController' hides a field. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| naming | MethodName | Name 'IntegerLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter n should be final. | 53 | |
| coding | MagicNumber | '100000' is a magic number. | 54 | |
| coding | MagicNumber | '100' is a magic number. | 56 | |
| coding | MagicNumber | '10' is a magic number. | 58 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 58 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 58 | |
| coding | MagicNumber | '1000' is a magic number. | 61 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 61 | |
| coding | MagicNumber | '3' is a magic number. | 61 | |
| coding | MagicNumber | '10000' is a magic number. | 63 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 63 | |
| coding | MagicNumber | '4' is a magic number. | 63 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 63 | |
| coding | MagicNumber | '5' is a magic number. | 63 | |
| coding | MagicNumber | '10000000' is a magic number. | 68 | |
| coding | MagicNumber | '1000000' is a magic number. | 70 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 70 | |
| coding | MagicNumber | '6' is a magic number. | 70 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 70 | |
| coding | MagicNumber | '7' is a magic number. | 70 | |
| coding | MagicNumber | '100000000' is a magic number. | 73 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 73 | |
| coding | MagicNumber | '8' is a magic number. | 73 | |
| coding | MagicNumber | '1000000000' is a magic number. | 75 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 75 | |
| coding | MagicNumber | '9' is a magic number. | 75 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 75 | |
| coding | MagicNumber | '10' is a magic number. | 75 | |
| design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 128 | |
| coding | MagicNumber | '1000000' is a magic number. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Workers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | MemberName | Name 'UGYController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| misc | FinalParameters | Parameter UGYController should be final. | 46 | |
| coding | HiddenField | 'UGYController' hides a field. | 46 | |
| naming | ParameterName | Name 'UGYController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'IntegerLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| misc | FinalParameters | Parameter n should be final. | 56 | |
| coding | MagicNumber | '100000' is a magic number. | 57 | |
| coding | MagicNumber | '100' is a magic number. | 59 | |
| coding | MagicNumber | '10' is a magic number. | 61 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 61 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 61 | |
| coding | MagicNumber | '1000' is a magic number. | 64 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 64 | |
| coding | MagicNumber | '3' is a magic number. | 64 | |
| coding | MagicNumber | '10000' is a magic number. | 66 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 66 | |
| coding | MagicNumber | '4' is a magic number. | 66 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 66 | |
| coding | MagicNumber | '5' is a magic number. | 66 | |
| coding | MagicNumber | '10000000' is a magic number. | 71 | |
| coding | MagicNumber | '1000000' is a magic number. | 73 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 73 | |
| coding | MagicNumber | '6' is a magic number. | 73 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 73 | |
| coding | MagicNumber | '7' is a magic number. | 73 | |
| coding | MagicNumber | '100000000' is a magic number. | 76 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 76 | |
| coding | MagicNumber | '8' is a magic number. | 76 | |
| coding | MagicNumber | '1000000000' is a magic number. | 78 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 78 | |
| coding | MagicNumber | '9' is a magic number. | 78 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 78 | |
| coding | MagicNumber | '10' is a magic number. | 78 | |
| design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 148 | |
| coding | MagicNumber | '1000000' is a magic number. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Workers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - Utilities.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sf.saxon.s9api.*. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.xml.transform.*. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | MemberName | Name 'Splitting' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 311). | 105 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 105 | |
| misc | FinalParameters | Parameter reportType should be final. | 105 | |
| coding | HiddenField | 'reportType' hides a field. | 105 | |
| misc | FinalParameters | Parameter selectedYear should be final. | 105 | |
| coding | HiddenField | 'selectedYear' hides a field. | 105 | |
| misc | FinalParameters | Parameter scoutName should be final. | 105 | |
| coding | HiddenField | 'scoutName' hides a field. | 105 | |
| misc | FinalParameters | Parameter scoutStAddr should be final. | 105 | |
| coding | HiddenField | 'scoutStAddr' hides a field. | 105 | |
| misc | FinalParameters | Parameter addrFormat should be final. | 105 | |
| coding | HiddenField | 'addrFormat' hides a field. | 105 | |
| misc | FinalParameters | Parameter scoutRank should be final. | 105 | |
| coding | HiddenField | 'scoutRank' hides a field. | 105 | |
| misc | FinalParameters | Parameter scoutPhone should be final. | 105 | |
| coding | HiddenField | 'scoutPhone' hides a field. | 105 | |
| misc | FinalParameters | Parameter logoLoc should be final. | 105 | |
| coding | HiddenField | 'logoLoc' hides a field. | 105 | |
| misc | FinalParameters | Parameter category should be final. | 105 | |
| coding | HiddenField | 'category' hides a field. | 105 | |
| misc | FinalParameters | Parameter user should be final. | 105 | |
| coding | HiddenField | 'user' hides a field. | 105 | |
| misc | FinalParameters | Parameter customers should be final. | 105 | |
| coding | HiddenField | 'customers' hides a field. | 105 | |
| misc | FinalParameters | Parameter repTitle should be final. | 105 | |
| coding | HiddenField | 'repTitle' hides a field. | 105 | |
| misc | FinalParameters | Parameter splitting should be final. | 105 | |
| misc | FinalParameters | Parameter includeHeader should be final. | 105 | |
| coding | HiddenField | 'includeHeader' hides a field. | 105 | |
| misc | FinalParameters | Parameter pdfLoc1 should be final. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| sizes | MethodLength | Method length is 826 lines (max allowed is 150). | 132 | |
| coding | HiddenField | 'customers' hides a field. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 145 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 157 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 159 | |
| naming | LocalVariableName | Name 'ScoutName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 165 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 171 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 177 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 183 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 191 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 201 | |
| naming | LocalVariableName | Name 'Columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| naming | LocalVariableName | Name 'Column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 204 | |
| coding | MagicNumber | '10' is a magic number. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 214 | |
| coding | MagicNumber | '90' is a magic number. | 214 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 226 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 230 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 234 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 240 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 247 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 248 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 254 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 262 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 272 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 277 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 281 | |
| coding | MagicNumber | '10' is a magic number. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 294 | |
| coding | MagicNumber | '10' is a magic number. | 294 | |
| coding | MagicNumber | '9' is a magic number. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 297 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 300 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 304 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 305 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 310 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 316 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 317 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 322 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 323 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 328 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 329 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 334 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 347 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 361 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 363 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 368 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 369 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 379 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 387 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 423 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 425 | |
| naming | LocalVariableName | Name 'ScoutName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 426 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 431 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 432 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 437 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 443 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 449 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 457 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 461 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 467 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 482 | |
| naming | LocalVariableName | Name 'Columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 | |
| naming | LocalVariableName | Name 'Column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 485 | |
| coding | MagicNumber | '5' is a magic number. | 494 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 497 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 506 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 510 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 339). | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 528 | |
| coding | MagicNumber | '10' is a magic number. | 535 | |
| coding | MagicNumber | '90' is a magic number. | 539 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 541 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 544 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 544 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 547 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 549 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 554 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 555 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 560 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 561 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 566 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 567 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 572 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 574 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 579 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 583 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 593 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 597 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 599 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 604 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 605 | |
| coding | MagicNumber | '100' is a magic number. | 610 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 615 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 617 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 620 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 628 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 633 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 634 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 640 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 648 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 658 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 663 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 667 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 678 | |
| coding | MagicNumber | '5' is a magic number. | 684 | |
| coding | MagicNumber | '90' is a magic number. | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 690 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 693 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 693 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 696 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 698 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 703 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 704 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 709 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 710 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 714 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 715 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 716 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 720 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 721 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 722 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 727 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 729 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 739 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 743 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 745 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 750 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 751 | |
| coding | MagicNumber | '100' is a magic number. | 755 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 759 | |
| coding | MagicNumber | '95' is a magic number. | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 773 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 777 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 783 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 786 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 788 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 794 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 799 | |
| naming | LocalVariableName | Name 'StreetAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 799 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 806 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 813 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 814 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 821 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 830 | |
| naming | LocalVariableName | Name 'Product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 831 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 834 | |
| naming | LocalVariableName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 836 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 840 | |
| naming | LocalVariableName | Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 841 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 842 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 846 | |
| naming | LocalVariableName | Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 847 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 848 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 852 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 853 | |
| naming | LocalVariableName | Name 'UnitCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 854 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 858 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 859 | |
| naming | LocalVariableName | Name 'Quantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 860 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 865 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 865 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 866 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 867 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 874 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 886 | |
| naming | LocalVariableName | Name 'TotalCost' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 887 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 888 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 893 | |
| naming | LocalVariableName | Name 'TotalQuantity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 893 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 894 | |
| coding | MagicNumber | '100' is a magic number. | 898 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 911 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 914 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 922 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 925 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 928 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 928 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 940 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 948 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 960 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 960 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1007 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1012 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1013 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1014 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1015 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1016 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1017 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1018 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1020 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1021 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1022 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1023 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1024 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1025 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1026 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1027 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1028 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1029 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1030 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1031 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1032 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1033 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1034 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1035 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1036 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1037 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1038 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1039 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1040 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1041 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1042 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1043 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1044 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1045 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1046 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1047 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1048 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1049 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1050 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1051 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1052 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1053 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1055 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1056 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1057 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1058 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1059 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1060 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1061 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1062 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1063 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1064 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1065 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1068 | |
| coding | MagicNumber | '12.5f' is a magic number. | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1081 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1091 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1133 | |
| misc | FinalParameters | Parameter progress should be final. | 1133 | |
| coding | MagicNumber | '100.0' is a magic number. | 1135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| naming | PackageName | Name 'Workers' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| naming | TypeName | Name 'orderHistoryReportWorker' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| misc | FinalParameters | Parameter csvLocation should be final. | 54 | |
| coding | HiddenField | 'csvLocation' hides a field. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 62 | |
| design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter progress should be final. | 133 | |
| coding | MagicNumber | '100.0' is a magic number. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| naming | TypeName | Name 'addFlyWay' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 29 | |
| misc | FinalParameters | Parameter args should be final. | 30 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 30 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 36 |