The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 5 | |
| NewlineAtEndOfFile | 9 | |
| Translation | 0 | |
| FileLength | 0 | |
RegexpHeader
| 3 | |
FileTabCharacter
| 18 | |
RegexpSingleline
| 19 | |
| JavadocMethod | 113 | |
| JavadocType | 0 | |
| JavadocVariable | 32 | |
| JavadocStyle | 6 | |
| ConstantName | 13 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 3 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 11 | |
| IllegalImport | 0 | |
| RedundantImport | 1 | |
| UnusedImports | 3 | |
| LineLength | 199 | |
| MethodLength | 2 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 39 | |
| NoWhitespaceBefore | 0 | |
| ParenPad | 6 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 193 | |
| WhitespaceAround | 233 | |
| ModifierOrder | 0 | |
| RedundantModifier | 23 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 25 | |
| RightCurly | 5 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 5 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 47 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 10 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 90 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
| StringLiteralEquality | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| '=' is not preceded with whitespace. | 19 | |
| '=' is not followed by whitespace. | 19 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Class GeneticAlgorithmEJBInstance should be declared as final. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'dClassName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Name 'derc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Parameter fitnassFunctionScriptsPath should be final. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Parameter xmlParameters should be final. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 46 | |
| Parameter fitnassFunctionScriptsPath should be final. | 49 | |
| Expected @param tag for 'fitnassFunctionScriptsPath'. | 49 | |
| Parameter xmlParameters should be final. | 50 | |
| Expected @param tag for 'xmlParameters'. | 50 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 51 | |
| '{' is not preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 54 | |
| Line has trailing spaces. | 59 | |
| Missing a Javadoc comment. | 63 | |
| '{' is not preceded with whitespace. | 63 | |
| Line has trailing spaces. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Parameter gaInstance should be final. | 71 | |
| Expected @param tag for 'gaInstance'. | 71 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 | |
| '{' is not preceded with whitespace. | 81 | |
| 'return' is not preceded with whitespace. | 81 | |
| '{' is not followed by whitespace. | 81 | |
| ';' is not followed by whitespace. | 81 | |
| '}' is not preceded with whitespace. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Redundant 'final' modifier. | 82 | |
| Parameter pid should be final. | 82 | |
| '{' is not preceded with whitespace. | 82 | |
| '{' is not followed by whitespace. | 82 | |
| '=' is not preceded with whitespace. | 82 | |
| '=' is not followed by whitespace. | 82 | |
| ';' is not followed by whitespace. | 82 | |
| '}' is not preceded with whitespace. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| 'return' is not preceded with whitespace. | 84 | |
| '{' is not followed by whitespace. | 84 | |
| ';' is not followed by whitespace. | 84 | |
| '}' is not preceded with whitespace. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter instanceInfo should be final. | 85 | |
| '{' is not preceded with whitespace. | 85 | |
| '{' is not followed by whitespace. | 85 | |
| '=' is not preceded with whitespace. | 85 | |
| '=' is not followed by whitespace. | 85 | |
| ';' is not followed by whitespace. | 85 | |
| '}' is not preceded with whitespace. | 85 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 48 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Name 'dClassName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Name 'derc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Parameter gaInstance should be final. | 55 | |
| Expected an @return tag. | 64 | |
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter attributeName should be final. | 65 | |
| Expected @throws tag for 'AttributeNotFoundException'. | 66 | |
| 'if' construct must use '{}'s. | 76 | |
| 'if' construct must use '{}'s. | 78 | |
| 'if' construct must use '{}'s. | 80 | |
| 'if' is not followed by whitespace. | 80 | |
| 'if' construct must use '{}'s. | 82 | |
| 'if' is not followed by whitespace. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| '{' is not followed by whitespace. | 85 | |
| ';' is not followed by whitespace. | 85 | |
| '}' is not preceded with whitespace. | 85 | |
| 'if' construct must use '{}'s. | 86 | |
| 'if' is not followed by whitespace. | 86 | |
| Line is longer than 80 characters. | 87 | |
| 'if' construct must use '{}'s. | 88 | |
| 'if' is not followed by whitespace. | 88 | |
| Line is longer than 80 characters. | 89 | |
| 'if' construct must use '{}'s. | 90 | |
| Line is longer than 80 characters. | 90 | |
| 'if' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| 'if' construct must use '{}'s. | 92 | |
| 'if' is not followed by whitespace. | 92 | |
| Line is longer than 80 characters. | 93 | |
| 'if' is not followed by whitespace. | 94 | |
| '{' is not preceded with whitespace. | 94 | |
| 'if' construct must use '{}'s. | 95 | |
| Line is longer than 80 characters. | 95 | |
| '==' is not preceded with whitespace. | 95 | |
| '==' is not followed by whitespace. | 95 | |
| Line is longer than 80 characters. | 98 | |
| '{' is not followed by whitespace. | 98 | |
| ';' is not followed by whitespace. | 98 | |
| '}' is not preceded with whitespace. | 98 | |
| 'if' is not followed by whitespace. | 101 | |
| '{' is not preceded with whitespace. | 101 | |
| 'if' construct must use '{}'s. | 102 | |
| Line is longer than 80 characters. | 102 | |
| '==' is not preceded with whitespace. | 102 | |
| '==' is not followed by whitespace. | 102 | |
| Line is longer than 80 characters. | 105 | |
| '{' is not followed by whitespace. | 105 | |
| ';' is not followed by whitespace. | 105 | |
| '}' is not preceded with whitespace. | 105 | |
| 'if' construct must use '{}'s. | 109 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| '{' is not followed by whitespace. | 112 | |
| ';' is not followed by whitespace. | 112 | |
| '}' is not preceded with whitespace. | 112 | |
| 'if' construct must use '{}'s. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 118 | |
| '{' is not followed by whitespace. | 118 | |
| ';' is not followed by whitespace. | 118 | |
| '}' is not preceded with whitespace. | 118 | |
| 'if' construct must use '{}'s. | 119 | |
| 'if' is not followed by whitespace. | 119 | |
| Line is longer than 80 characters. | 120 | |
| 'if' construct must use '{}'s. | 121 | |
| 'if' is not followed by whitespace. | 121 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 124 | |
| '{' is not followed by whitespace. | 124 | |
| ';' is not followed by whitespace. | 124 | |
| '}' is not preceded with whitespace. | 124 | |
| 'if' construct must use '{}'s. | 125 | |
| 'if' is not followed by whitespace. | 125 | |
| Line is longer than 80 characters. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| 'if' is not followed by whitespace. | 127 | |
| 'if' construct must use '{}'s. | 129 | |
| 'if' is not followed by whitespace. | 129 | |
| Line is longer than 80 characters. | 130 | |
| 'if' construct must use '{}'s. | 131 | |
| 'if' is not followed by whitespace. | 131 | |
| Line is longer than 80 characters. | 132 | |
| 'if' construct must use '{}'s. | 133 | |
| 'if' is not followed by whitespace. | 133 | |
| Line is longer than 80 characters. | 134 | |
| 'if' construct must use '{}'s. | 135 | |
| 'if' is not followed by whitespace. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| '?' is not followed by whitespace. | 137 | |
| ':' is not preceded with whitespace. | 137 | |
| ':' is not followed by whitespace. | 137 | |
| 'if' construct must use '{}'s. | 138 | |
| 'if' is not followed by whitespace. | 138 | |
| 'if' construct must use '{}'s. | 140 | |
| 'if' is not followed by whitespace. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line has trailing spaces. | 143 | |
| Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Line has trailing spaces. | 156 | |
| Parameter attribute should be final. | 156 | |
| Expected @param tag for 'attribute'. | 156 | |
| Expected @throws tag for 'InvalidAttributeValueException'. | 157 | |
| Expected @throws tag for 'MBeanException'. | 157 | |
| Expected @throws tag for 'AttributeNotFoundException'. | 158 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line has trailing spaces. | 174 | |
| Expected an @return tag. | 193 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Parameter attributeNames should be final. | 194 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter attributes should be final. | 223 | |
| Expected @param tag for 'attributes'. | 223 | |
| 'if' construct must use '{}'s. | 233 | |
| Line has trailing spaces. | 235 | |
| Line has trailing spaces. | 241 | |
| ',' is not followed by whitespace. | 242 | |
| 'catch' is not followed by whitespace. | 243 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Expected an @return tag. | 258 | |
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Method length is 265 lines (max allowed is 150). | 258 | |
| Parameter operationName should be final. | 259 | |
| Parameter args should be final. | 259 | |
| Parameter sig should be final. | 259 | |
| Expected @throws tag for 'MBeanException'. | 260 | |
| Expected @throws tag for 'ReflectionException'. | 260 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 269 | |
| Line has trailing spaces. | 275 | |
| Line is longer than 80 characters. | 310 | |
| 'cast' is not followed by whitespace. | 311 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 326 | |
| 'cast' is not followed by whitespace. | 326 | |
| Line is longer than 80 characters. | 328 | |
| Line is longer than 80 characters. | 337 | |
| 'cast' is not followed by whitespace. | 337 | |
| Line is longer than 80 characters. | 344 | |
| 'cast' is not followed by whitespace. | 344 | |
| Line is longer than 80 characters. | 345 | |
| Line is longer than 80 characters. | 348 | |
| Line is longer than 80 characters. | 352 | |
| 'cast' is not followed by whitespace. | 352 | |
| Line is longer than 80 characters. | 353 | |
| '4' is a magic number. | 357 | |
| '4' is a magic number. | 358 | |
| Line is longer than 80 characters. | 364 | |
| '3' is a magic number. | 364 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line is longer than 80 characters. | 371 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 382 | |
| 'cast' is not followed by whitespace. | 383 | |
| Line is longer than 80 characters. | 390 | |
| Line is longer than 80 characters. | 407 | |
| 'cast' is not followed by whitespace. | 408 | |
| Line is longer than 80 characters. | 414 | |
| Line is longer than 80 characters. | 423 | |
| 'cast' is not followed by whitespace. | 423 | |
| Line is longer than 80 characters. | 425 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 437 | |
| 'cast' is not followed by whitespace. | 438 | |
| Line is longer than 80 characters. | 444 | |
| Line is longer than 80 characters. | 454 | |
| 'cast' is not followed by whitespace. | 454 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 466 | |
| 'cast' is not followed by whitespace. | 466 | |
| Line is longer than 80 characters. | 468 | |
| Line is longer than 80 characters. | 476 | |
| '3' is a magic number. | 478 | |
| '3' is a magic number. | 479 | |
| Line is longer than 80 characters. | 480 | |
| 'cast' is not followed by whitespace. | 480 | |
| Line is longer than 80 characters. | 481 | |
| 'cast' is not followed by whitespace. | 481 | |
| Line is longer than 80 characters. | 483 | |
| ',' is not followed by whitespace. | 483 | |
| Line is longer than 80 characters. | 493 | |
| Line is longer than 80 characters. | 495 | |
| Line is longer than 80 characters. | 505 | |
| 'cast' is not followed by whitespace. | 505 | |
| Line is longer than 80 characters. | 507 | |
| Line has trailing spaces. | 521 | |
| Line has trailing spaces. | 525 | |
| Method 'getMBeanInfo' is not designed for extension - needs to be abstract, final or empty. | 533 | |
| Method length is 185 lines (max allowed is 150). | 533 | |
| Line is longer than 80 characters. | 538 | |
| Line is longer than 80 characters. | 539 | |
| Line is longer than 80 characters. | 540 | |
| ',' is not followed by whitespace. | 540 | |
| ',' is not followed by whitespace. | 541 | |
| ',' is not followed by whitespace. | 543 | |
| Line is longer than 80 characters. | 545 | |
| ',' is not followed by whitespace. | 545 | |
| Line is longer than 80 characters. | 547 | |
| Line is longer than 80 characters. | 548 | |
| ',' is not followed by whitespace. | 548 | |
| Line is longer than 80 characters. | 549 | |
| ',' is not followed by whitespace. | 549 | |
| Line is longer than 80 characters. | 550 | |
| ',' is not followed by whitespace. | 550 | |
| Line is longer than 80 characters. | 552 | |
| ',' is not followed by whitespace. | 552 | |
| Line is longer than 80 characters. | 553 | |
| Line is longer than 80 characters. | 555 | |
| ',' is not followed by whitespace. | 555 | |
| Line is longer than 80 characters. | 556 | |
| Line is longer than 80 characters. | 557 | |
| ',' is not followed by whitespace. | 557 | |
| Line is longer than 80 characters. | 558 | |
| ',' is not followed by whitespace. | 559 | |
| ',' is not followed by whitespace. | 561 | |
| ',' is not followed by whitespace. | 564 | |
| Line is longer than 80 characters. | 565 | |
| ',' is not followed by whitespace. | 566 | |
| Line is longer than 80 characters. | 567 | |
| ',' is not followed by whitespace. | 568 | |
| Line is longer than 80 characters. | 569 | |
| ',' is not followed by whitespace. | 570 | |
| ',' is not followed by whitespace. | 572 | |
| ',' is not followed by whitespace. | 574 | |
| ',' is not followed by whitespace. | 576 | |
| Line is longer than 80 characters. | 577 | |
| ',' is not followed by whitespace. | 578 | |
| Line is longer than 80 characters. | 579 | |
| ',' is not followed by whitespace. | 580 | |
| Line is longer than 80 characters. | 581 | |
| ',' is not followed by whitespace. | 582 | |
| Line is longer than 80 characters. | 584 | |
| ',' is not followed by whitespace. | 584 | |
| Line is longer than 80 characters. | 585 | |
| '=' is not followed by whitespace. | 588 | |
| Line is longer than 80 characters. | 589 | |
| ',' is not followed by whitespace. | 589 | |
| Line has trailing spaces. | 591 | |
| Line is longer than 80 characters. | 592 | |
| ',' is not followed by whitespace. | 592 | |
| ',' is not followed by whitespace. | 592 | |
| Line is longer than 80 characters. | 593 | |
| ',' is not followed by whitespace. | 593 | |
| ',' is not followed by whitespace. | 593 | |
| Line is longer than 80 characters. | 594 | |
| ',' is not followed by whitespace. | 594 | |
| ',' is not followed by whitespace. | 594 | |
| Line is longer than 80 characters. | 595 | |
| ',' is not followed by whitespace. | 595 | |
| ',' is not followed by whitespace. | 595 | |
| Line is longer than 80 characters. | 596 | |
| ',' is not followed by whitespace. | 596 | |
| ',' is not followed by whitespace. | 596 | |
| Line is longer than 80 characters. | 597 | |
| ',' is not followed by whitespace. | 597 | |
| ',' is not followed by whitespace. | 597 | |
| Line is longer than 80 characters. | 598 | |
| ',' is not followed by whitespace. | 598 | |
| ',' is not followed by whitespace. | 598 | |
| Line is longer than 80 characters. | 599 | |
| ',' is not followed by whitespace. | 599 | |
| ',' is not followed by whitespace. | 599 | |
| Line is longer than 80 characters. | 600 | |
| ',' is not followed by whitespace. | 600 | |
| ',' is not followed by whitespace. | 600 | |
| Line is longer than 80 characters. | 601 | |
| ',' is not followed by whitespace. | 601 | |
| ',' is not followed by whitespace. | 601 | |
| Line is longer than 80 characters. | 602 | |
| ',' is not followed by whitespace. | 602 | |
| ',' is not followed by whitespace. | 602 | |
| Line is longer than 80 characters. | 603 | |
| ',' is not followed by whitespace. | 603 | |
| ',' is not followed by whitespace. | 603 | |
| Line is longer than 80 characters. | 604 | |
| ',' is not followed by whitespace. | 604 | |
| ',' is not followed by whitespace. | 604 | |
| Line is longer than 80 characters. | 605 | |
| ',' is not followed by whitespace. | 605 | |
| ',' is not followed by whitespace. | 605 | |
| Line is longer than 80 characters. | 606 | |
| ',' is not followed by whitespace. | 606 | |
| ',' is not followed by whitespace. | 606 | |
| Line is longer than 80 characters. | 607 | |
| ',' is not followed by whitespace. | 607 | |
| ',' is not followed by whitespace. | 607 | |
| Line is longer than 80 characters. | 608 | |
| ',' is not followed by whitespace. | 608 | |
| ',' is not followed by whitespace. | 608 | |
| Line is longer than 80 characters. | 609 | |
| ',' is not followed by whitespace. | 609 | |
| ',' is not followed by whitespace. | 609 | |
| Line is longer than 80 characters. | 610 | |
| ',' is not followed by whitespace. | 610 | |
| ',' is not followed by whitespace. | 610 | |
| Line is longer than 80 characters. | 611 | |
| ',' is not followed by whitespace. | 611 | |
| ',' is not followed by whitespace. | 611 | |
| Line is longer than 80 characters. | 612 | |
| ',' is not followed by whitespace. | 612 | |
| ',' is not followed by whitespace. | 612 | |
| Line is longer than 80 characters. | 613 | |
| ',' is not followed by whitespace. | 613 | |
| ',' is not followed by whitespace. | 613 | |
| Line is longer than 80 characters. | 614 | |
| ',' is not followed by whitespace. | 614 | |
| ',' is not followed by whitespace. | 614 | |
| Line is longer than 80 characters. | 615 | |
| ',' is not followed by whitespace. | 615 | |
| ',' is not followed by whitespace. | 615 | |
| Line is longer than 80 characters. | 616 | |
| ',' is not followed by whitespace. | 616 | |
| ',' is not followed by whitespace. | 616 | |
| Line is longer than 80 characters. | 617 | |
| ',' is not followed by whitespace. | 617 | |
| ',' is not followed by whitespace. | 617 | |
| Line is longer than 80 characters. | 618 | |
| ',' is not followed by whitespace. | 618 | |
| ',' is not followed by whitespace. | 618 | |
| Line is longer than 80 characters. | 619 | |
| ',' is not followed by whitespace. | 619 | |
| ',' is not followed by whitespace. | 619 | |
| Line is longer than 80 characters. | 620 | |
| ',' is not followed by whitespace. | 620 | |
| ',' is not followed by whitespace. | 620 | |
| Line is longer than 80 characters. | 621 | |
| ',' is not followed by whitespace. | 621 | |
| ',' is not followed by whitespace. | 621 | |
| Line is longer than 80 characters. | 622 | |
| ',' is not followed by whitespace. | 622 | |
| ',' is not followed by whitespace. | 622 | |
| Line is longer than 80 characters. | 623 | |
| ',' is not followed by whitespace. | 623 | |
| ',' is not followed by whitespace. | 623 | |
| Line is longer than 80 characters. | 624 | |
| ',' is not followed by whitespace. | 624 | |
| ',' is not followed by whitespace. | 624 | |
| Line has trailing spaces. | 625 | |
| Line is longer than 80 characters. | 625 | |
| ',' is not followed by whitespace. | 625 | |
| ',' is not followed by whitespace. | 625 | |
| Line is longer than 80 characters. | 626 | |
| ',' is not followed by whitespace. | 626 | |
| ',' is not followed by whitespace. | 626 | |
| Line is longer than 80 characters. | 627 | |
| ',' is not followed by whitespace. | 627 | |
| ',' is not followed by whitespace. | 627 | |
| Line is longer than 80 characters. | 638 | |
| Line is longer than 80 characters. | 639 | |
| Line is longer than 80 characters. | 640 | |
| Line is longer than 80 characters. | 663 | |
| Line is longer than 80 characters. | 664 | |
| Line is longer than 80 characters. | 687 | |
| Line is longer than 80 characters. | 691 | |
| Line is longer than 80 characters. | 695 | |
| Line is longer than 80 characters. | 699 | |
| Line is longer than 80 characters. | 703 | |
| Line is longer than 80 characters. | 707 | |
| Missing a Javadoc comment. | 721 | |
| '{' is not preceded with whitespace. | 721 | |
| 'if' construct must use '{}'s. | 722 | |
| Line is longer than 80 characters. | 722 | |
| 'if' is not followed by whitespace. | 722 | |
| '=' is not preceded with whitespace. | 730 | |
| '=' is not followed by whitespace. | 730 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '=' is not preceded with whitespace. | 49 | |
| '=' is not followed by whitespace. | 49 | |
| '=' is not preceded with whitespace. | 50 | |
| '=' is not followed by whitespace. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Name 'dClassName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Name 'derc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| Name 'mBeanServer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| Parameter gaDynamicMBean should be final. | 75 | |
| '+' is not preceded with whitespace. | 82 | |
| '+' is not followed by whitespace. | 82 | |
| '+' is not preceded with whitespace. | 82 | |
| '+' is not preceded with whitespace. | 83 | |
| '+' is not followed by whitespace. | 83 | |
| '+' is not preceded with whitespace. | 83 | |
| '+' is not preceded with whitespace. | 84 | |
| '+' is not followed by whitespace. | 84 | |
| '+' is not preceded with whitespace. | 84 | |
| '+' is not preceded with whitespace. | 85 | |
| '+' is not followed by whitespace. | 85 | |
| '+' is not preceded with whitespace. | 85 | |
| '+' is not preceded with whitespace. | 86 | |
| '+' is not followed by whitespace. | 86 | |
| '+' is not preceded with whitespace. | 86 | |
| '+' is not preceded with whitespace. | 87 | |
| '+' is not followed by whitespace. | 87 | |
| '+' is not preceded with whitespace. | 87 | |
| '=' is not followed by whitespace. | 90 | |
| '+' is not preceded with whitespace. | 90 | |
| '+' is not followed by whitespace. | 90 | |
| Line has trailing spaces. | 119 | |
| Parameter pid should be final. | 119 | |
| Parameter pid should be final. | 149 | |
| Parameter attributeName should be final. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Parameter attributeValue should be final. | 150 | |
| Expected an @return tag. | 190 | |
| Line is longer than 80 characters. | 190 | |
| Parameter pid should be final. | 190 | |
| Expected @param tag for 'pid'. | 190 | |
| Line has trailing spaces. | 191 | |
| '{' is followed by whitespace. | 193 | |
| Line has trailing spaces. | 202 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Parameter operationName should be final. | 224 | |
| Parameter args should be final. | 224 | |
| Parameter sig should be final. | 225 | |
| Line has trailing spaces. | 229 | |
| ',' is not followed by whitespace. | 235 | |
| Line has trailing spaces. | 256 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Method 'invokeAsynch' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Parameter operationName should be final. | 267 | |
| Parameter args should be final. | 267 | |
| Parameter sig should be final. | 268 | |
| Expected an @return tag. | 283 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 298 | |
| Line is longer than 80 characters. | 311 | |
| 'cast' is not followed by whitespace. | 311 | |
| Line is longer than 80 characters. | 312 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 29 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - com.delhezi.ga.GeneticAlgorithm. | 11 | |
| Unused import - com.delhezi.ga.GeneticAlgorithmXmlDomParserFactory. | 12 | |
| Unused import - com.delhezi.ga.exception.GeneticAlgorithmException. | 17 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Name 'dClassName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Name 'derc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| Line is longer than 80 characters. | 62 | |
| Line has trailing spaces. | 64 | |
| Missing a Javadoc comment. | 67 | |
| Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter xmlParameters should be final. | 79 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Line has trailing spaces. | 86 | |
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter pid should be final. | 103 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 104 | |
| '{' is followed by whitespace. | 105 | |
| '{' is followed by whitespace. | 107 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter pid should be final. | 126 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 127 | |
| '{' is followed by whitespace. | 128 | |
| '{' is followed by whitespace. | 130 | |
| Line is longer than 80 characters. | 137 | |
| 'cast' is not followed by whitespace. | 137 | |
| Method 'destroyInstance' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Parameter pid should be final. | 155 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 156 | |
| '{' is followed by whitespace. | 157 | |
| '{' is followed by whitespace. | 159 | |
| Method 'changeCrossoverOperator' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Parameter pid should be final. | 175 | |
| Parameter crossoverOperator should be final. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 179 | |
| '{' is followed by whitespace. | 180 | |
| '{' is followed by whitespace. | 182 | |
| Method 'changeCrossoverProbability' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Parameter pid should be final. | 199 | |
| Parameter crossoverProbability should be final. | 200 | |
| '{' is followed by whitespace. | 202 | |
| '{' is followed by whitespace. | 204 | |
| Method 'changeElitism' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Parameter pid should be final. | 220 | |
| Parameter elitism should be final. | 221 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 222 | |
| '{' is followed by whitespace. | 223 | |
| '{' is followed by whitespace. | 225 | |
| Method 'changeMaxGeneration' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Parameter pid should be final. | 243 | |
| Parameter maxGeneration should be final. | 244 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 245 | |
| '{' is followed by whitespace. | 246 | |
| '{' is followed by whitespace. | 248 | |
| Method 'changeMaxGenerationTopChromosomeNoChange' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Parameter pid should be final. | 267 | |
| Parameter maxGenerationTopChromosomeNoChange should be final. | 269 | |
| Line is longer than 80 characters. | 270 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 270 | |
| '{' is followed by whitespace. | 271 | |
| '{' is followed by whitespace. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 292 | |
| Method 'changeFitnessFunction' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Parameter pid should be final. | 300 | |
| Parameter fitnessFunctionEnginName should be final. | 301 | |
| Parameter fitnessFunctionScriptFile should be final. | 303 | |
| Parameter fitnessFunctionOption should be final. | 305 | |
| Line is longer than 80 characters. | 306 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 307 | |
| '{' is followed by whitespace. | 309 | |
| '{' is followed by whitespace. | 313 | |
| Line is longer than 80 characters. | 331 | |
| Method 'changeFitnessFunctionOption' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Parameter pid should be final. | 337 | |
| Parameter fitnessFunctionOption should be final. | 339 | |
| Line is longer than 80 characters. | 340 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 341 | |
| '{' is followed by whitespace. | 342 | |
| '{' is followed by whitespace. | 344 | |
| Method 'changeInstanceInfo' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Parameter pid should be final. | 361 | |
| Parameter instanceInfo should be final. | 362 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 363 | |
| '{' is followed by whitespace. | 364 | |
| '{' is followed by whitespace. | 366 | |
| Method 'changeMutationOperator' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| Parameter pid should be final. | 382 | |
| Line is longer than 80 characters. | 384 | |
| Parameter mutationOperator should be final. | 384 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 385 | |
| '{' is followed by whitespace. | 386 | |
| '{' is followed by whitespace. | 388 | |
| Method 'changeMutationProbability' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| Parameter pid should be final. | 404 | |
| Parameter mutationProbability should be final. | 405 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 406 | |
| '{' is followed by whitespace. | 407 | |
| '{' is followed by whitespace. | 409 | |
| Method 'toPopulationConstantSize' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| Parameter pid should be final. | 426 | |
| Line is longer than 80 characters. | 428 | |
| Parameter selectionMethod should be final. | 428 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 429 | |
| '{' is followed by whitespace. | 430 | |
| '{' is followed by whitespace. | 432 | |
| Method 'changeMaxLT' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| Parameter pid should be final. | 448 | |
| Parameter maxLT should be final. | 449 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 450 | |
| '{' is followed by whitespace. | 451 | |
| '{' is followed by whitespace. | 453 | |
| Method 'changeMinLT' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Parameter pid should be final. | 468 | |
| Parameter minLT should be final. | 469 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 470 | |
| '{' is followed by whitespace. | 471 | |
| '{' is followed by whitespace. | 473 | |
| Method 'toPopulationChangeableSize' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| Parameter pid should be final. | 489 | |
| Parameter maxLT should be final. | 490 | |
| Parameter minLT should be final. | 491 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 492 | |
| '{' is followed by whitespace. | 493 | |
| '{' is followed by whitespace. | 495 | |
| Method 'changeSelectionMethod' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| Parameter pid should be final. | 512 | |
| Line is longer than 80 characters. | 514 | |
| Parameter selectionMethod should be final. | 514 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 515 | |
| '{' is followed by whitespace. | 516 | |
| '{' is followed by whitespace. | 518 | |
| Method 'changePopulationSize' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| Parameter pid should be final. | 535 | |
| Parameter populationSize should be final. | 536 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 537 | |
| '{' is followed by whitespace. | 538 | |
| '{' is followed by whitespace. | 540 | |
| Expected an @return tag. | 553 | |
| Method 'getListOfInstances' is not designed for extension - needs to be abstract, final or empty. | 553 | |
| Line is longer than 80 characters. | 557 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 557 | |
| Method 'getInstanceParameters' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| Parameter pid should be final. | 573 | |
| Expected @throws tag for 'GeneticAlgorithmEJBException'. | 575 | |
| 'cast' is not followed by whitespace. | 585 | |
| Line is longer than 80 characters. | 587 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'public' modifier. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Redundant 'public' modifier. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'public' modifier. | 53 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Redundant 'public' modifier. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Redundant 'public' modifier. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Redundant 'public' modifier. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Redundant 'public' modifier. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'public' modifier. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Redundant 'public' modifier. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Redundant 'public' modifier. | 69 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Line does not match expected header line of '^/\*{2}$'. | 1 | |
| First sentence should end with a period. | 5 | |
| Utility classes should not have a public or default constructor. | 9 | |
| Missing a Javadoc comment. | 10 | |
| '=' is not preceded with whitespace. | 10 | |
| '=' is not followed by whitespace. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Parameter a should be final. | 12 | |
| Parameter b should be final. | 12 | |
| '{' is not preceded with whitespace. | 12 | |
| Missing a Javadoc comment. | 19 | |
| Parameter a should be final. | 19 | |
| '{' is not preceded with whitespace. | 19 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line does not match expected header line of '^/\*{2}$'. | 1 | |
| Using the '.*' form of import should be avoided - javax.management.*. | 4 | |
| Using the '.*' form of import should be avoided - javax.management.j2ee.statistics.*. | 6 | |
| Using the '.*' form of import should be avoided - java.util.*. | 7 | |
| Using the '.*' form of import should be avoided - java.util.logging.*. | 8 | |
| Using the '.*' form of import should be avoided - java.lang.reflect.*. | 9 | |
| Using the '.*' form of import should be avoided - java.lang.*. | 10 | |
| Redundant import from the java.lang package - java.lang.*. | 10 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'mbeanInfo' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'resourceInstance' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 20 | |
| '=' is not preceded with whitespace. | 20 | |
| '=' is not followed by whitespace. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'logger' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'attributeSet' must be private and have accessor methods. | 22 | |
| First sentence should end with a period. | 24 | |
| Parameter stats should be final. | 27 | |
| Expected @param tag for 'stats'. | 27 | |
| '=' is not preceded with whitespace. | 29 | |
| '=' is not followed by whitespace. | 29 | |
| '=' is not preceded with whitespace. | 30 | |
| '=' is not followed by whitespace. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Expected an @return tag. | 40 | |
| '{' is not preceded with whitespace. | 40 | |
| '(' is followed by whitespace. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| 'synchronized' is not followed by whitespace. | 48 | |
| '(' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| '(' is followed by whitespace. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| Line is longer than 80 characters. | 50 | |
| '{' is not preceded with whitespace. | 62 | |
| '=' is not followed by whitespace. | 64 | |
| 'for' is not followed by whitespace. | 65 | |
| '=' is not preceded with whitespace. | 65 | |
| '=' is not followed by whitespace. | 65 | |
| ';' is not followed by whitespace. | 65 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| ';' is not followed by whitespace. | 65 | |
| '{' is not preceded with whitespace. | 65 | |
| Line is longer than 80 characters. | 78 | |
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter str should be final. | 87 | |
| Expected @param tag for 'str'. | 87 | |
| Expected @throws tag for 'javax.management.AttributeNotFoundException'. | 88 | |
| Expected @throws tag for 'javax.management.MBeanException'. | 89 | |
| Expected @throws tag for 'javax.management.ReflectionException'. | 89 | |
| 'if' is not followed by whitespace. | 90 | |
| '{' is not preceded with whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| 'if' is not followed by whitespace. | 96 | |
| '{' is not preceded with whitespace. | 96 | |
| Line is longer than 80 characters. | 97 | |
| '=' is not preceded with whitespace. | 100 | |
| '=' is not followed by whitespace. | 100 | |
| Line is longer than 80 characters. | 102 | |
| ',' is not followed by whitespace. | 102 | |
| '+' is not preceded with whitespace. | 102 | |
| '+' is not followed by whitespace. | 102 | |
| 'cast' is not followed by whitespace. | 103 | |
| 'if' is not followed by whitespace. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| 'try' is not followed by whitespace. | 105 | |
| '{' is not preceded with whitespace. | 105 | |
| 'cast' is not followed by whitespace. | 106 | |
| '+' is not preceded with whitespace. | 107 | |
| '+' is not followed by whitespace. | 107 | |
| '}' should be on the same line. | 109 | |
| 'catch' is not followed by whitespace. | 110 | |
| '{' is not preceded with whitespace. | 110 | |
| ',' is not followed by whitespace. | 111 | |
| 'if' is not followed by whitespace. | 115 | |
| '{' is not preceded with whitespace. | 115 | |
| 'try' is not followed by whitespace. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| '+' is not preceded with whitespace. | 117 | |
| '+' is not followed by whitespace. | 117 | |
| '}' should be on the same line. | 118 | |
| 'catch' is not followed by whitespace. | 119 | |
| '{' is not preceded with whitespace. | 119 | |
| ',' is not followed by whitespace. | 120 | |
| ',' is not followed by whitespace. | 121 | |
| First sentence should end with a period. | 127 | |
| Parameter str should be final. | 132 | |
| Expected @param tag for 'str'. | 132 | |
| '{' is not preceded with whitespace. | 132 | |
| 'if' construct must use '{}'s. | 133 | |
| 'if' is not followed by whitespace. | 133 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Parameter str should be final. | 144 | |
| Expected @param tag for 'str'. | 144 | |
| 'try' is not followed by whitespace. | 148 | |
| '{' is not preceded with whitespace. | 148 | |
| 'for' is not followed by whitespace. | 149 | |
| '=' is not preceded with whitespace. | 149 | |
| '=' is not followed by whitespace. | 149 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| ';' is not followed by whitespace. | 149 | |
| '{' is not preceded with whitespace. | 149 | |
| ',' is not followed by whitespace. | 150 | |
| '}' should be on the same line. | 152 | |
| 'catch' is not followed by whitespace. | 153 | |
| '{' is not preceded with whitespace. | 153 | |
| ',' is not followed by whitespace. | 154 | |
| '+' is not preceded with whitespace. | 154 | |
| '+' is not followed by whitespace. | 154 | |
| '+' is not preceded with whitespace. | 154 | |
| '+' is not followed by whitespace. | 154 | |
| Method 'getMBeanInfo' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter str should be final. | 170 | |
| Parameter obj should be final. | 170 | |
| Parameter str2 should be final. | 170 | |
| '{' is not preceded with whitespace. | 171 | |
| '=' is not followed by whitespace. | 173 | |
| 'for' is not followed by whitespace. | 175 | |
| '=' is not preceded with whitespace. | 175 | |
| '=' is not followed by whitespace. | 175 | |
| '<' is not preceded with whitespace. | 175 | |
| '<' is not followed by whitespace. | 175 | |
| ';' is not followed by whitespace. | 175 | |
| '{' is not preceded with whitespace. | 175 | |
| 'try' is not followed by whitespace. | 178 | |
| '{' is not preceded with whitespace. | 178 | |
| Line is longer than 80 characters. | 179 | |
| '}' should be on the same line. | 180 | |
| 'catch' is not followed by whitespace. | 181 | |
| '{' is not preceded with whitespace. | 181 | |
| ',' is not followed by whitespace. | 182 | |
| ',' is not followed by whitespace. | 183 | |
| Parameter attribute should be final. | 196 | |
| Expected @param tag for 'attribute'. | 196 | |
| Expected @throws tag for 'javax.management.AttributeNotFoundException'. | 197 | |
| Expected @throws tag for 'javax.management.InvalidAttributeValueException'. | 198 | |
| Expected @throws tag for 'javax.management.MBeanException'. | 199 | |
| Expected @throws tag for 'javax.management.ReflectionException'. | 200 | |
| Line is longer than 80 characters. | 203 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Parameter attributeList should be final. | 209 | |
| Expected @param tag for 'attributeList'. | 209 | |
| Method 'listAttributes' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| '{' is not preceded with whitespace. | 217 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line does not match expected header line of '^/\*{2}$'. | 1 | |
| Using the '.*' form of import should be avoided - javax.management.*. | 3 | |
| Using the '.*' form of import should be avoided - javax.management.j2ee.statistics.*. | 4 | |
| Using the '.*' form of import should be avoided - java.lang.reflect.*. | 5 | |
| Using the '.*' form of import should be avoided - java.util.*. | 6 | |
| Using the '.*' form of import should be avoided - java.util.logging.*. | 7 | |
| Missing a Javadoc comment. | 14 | |
| Name 'READABLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
| Variable 'READABLE' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'WRITABLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Variable 'WRITABLE' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Name 'ISGETTER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
| Variable 'ISGETTER' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'mbean' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'attributes' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 20 | |
| '=' is not preceded with whitespace. | 20 | |
| '=' is not followed by whitespace. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'logger' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Parameter mbean should be final. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| '=' is not preceded with whitespace. | 24 | |
| '=' is not followed by whitespace. | 24 | |
| '=' is not preceded with whitespace. | 25 | |
| '=' is not followed by whitespace. | 25 | |
| Method 'introspect' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter stats should be final. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| ',' is not followed by whitespace. | 31 | |
| Line is longer than 80 characters. | 32 | |
| '+' is not preceded with whitespace. | 32 | |
| '+' is not followed by whitespace. | 32 | |
| '+' is not preceded with whitespace. | 32 | |
| ',' is not followed by whitespace. | 32 | |
| First sentence should end with a period. | 41 | |
| Expected an @return tag. | 46 | |
| Method 'getAttributeInfo' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter stats should be final. | 46 | |
| Expected @param tag for 'stats'. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| 'if' is not followed by whitespace. | 48 | |
| '{' is not preceded with whitespace. | 48 | |
| 'for' is not followed by whitespace. | 51 | |
| '=' is not preceded with whitespace. | 51 | |
| '{' is not preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| 'cast' is not followed by whitespace. | 52 | |
| ',' is not followed by whitespace. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '+' is not preceded with whitespace. | 53 | |
| '+' is not followed by whitespace. | 53 | |
| Line is longer than 80 characters. | 62 | |
| Expected an @return tag. | 65 | |
| Method 'deriveUnderlyingAttributes' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter stats should be final. | 65 | |
| Expected @param tag for 'stats'. | 65 | |
| '{' is not preceded with whitespace. | 65 | |
| 'for' is not followed by whitespace. | 68 | |
| '=' is not preceded with whitespace. | 68 | |
| '=' is not followed by whitespace. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Method 'introspectEachStatistic' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter statistic should be final. | 75 | |
| Parameter statName should be final. | 75 | |
| '{' is not preceded with whitespace. | 75 | |
| 'while' is not followed by whitespace. | 78 | |
| '{' is not preceded with whitespace. | 78 | |
| 'cast' is not followed by whitespace. | 79 | |
| 'if' is not followed by whitespace. | 80 | |
| '&&' is not preceded with whitespace. | 80 | |
| '{' is not preceded with whitespace. | 80 | |
| ',' is not followed by whitespace. | 81 | |
| Line is longer than 80 characters. | 82 | |
| ',' is not followed by whitespace. | 82 | |
| Expected an @return tag. | 92 | |
| Method 'getOperationInfo' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter stats should be final. | 92 | |
| Expected @param tag for 'stats'. | 92 | |
| '{' is not preceded with whitespace. | 92 | |
| 'for' is not followed by whitespace. | 95 | |
| '=' is not preceded with whitespace. | 95 | |
| '{' is not preceded with whitespace. | 95 | |
| 'if' is not followed by whitespace. | 96 | |
| '{' is not preceded with whitespace. | 96 | |
| '=' is not preceded with whitespace. | 97 | |
| Expected an @return tag. | 108 | |
| Line is longer than 80 characters. | 108 | |
| Parameter operInfo should be final. | 108 | |
| Expected @param tag for 'operInfo'. | 108 | |
| '{' is not preceded with whitespace. | 108 | |
| ',' is not followed by whitespace. | 109 | |
| ',' is not followed by whitespace. | 110 | |
| ',' is not followed by whitespace. | 111 | |
| '+' is not preceded with whitespace. | 115 | |
| '+' is not followed by whitespace. | 115 | |
| '-' is not preceded with whitespace. | 117 | |
| '-' is not followed by whitespace. | 117 | |
| Expected an @return tag. | 126 | |
| Method 'isAttrGetterOrSetter' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter operation should be final. | 126 | |
| Expected @param tag for 'operation'. | 126 | |
| '{' is not preceded with whitespace. | 126 | |
| 'if' is not followed by whitespace. | 127 | |
| '{' is not preceded with whitespace. | 128 | |
| First sentence should end with a period. | 134 | |
| Expected an @return tag. | 138 | |
| Method 'createOperationInfo' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter oper should be final. | 138 | |
| Expected @param tag for 'oper'. | 138 | |
| '{' is not preceded with whitespace. | 138 | |
| ',' is not followed by whitespace. | 139 | |
| '+' is not preceded with whitespace. | 140 | |
| '+' is not followed by whitespace. | 140 | |
| ',' is not followed by whitespace. | 140 | |
| ',' is not followed by whitespace. | 141 | |
| First sentence should end with a period. | 147 | |
| Expected an @return tag. | 151 | |
| Method 'getParameterInfo' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Parameter paramTypes should be final. | 151 | |
| Expected @param tag for 'paramTypes'. | 151 | |
| '{' is not preceded with whitespace. | 151 | |
| '=' is not preceded with whitespace. | 152 | |
| '=' is not followed by whitespace. | 152 | |
| 'if' is not followed by whitespace. | 153 | |
| '{' is not preceded with whitespace. | 153 | |
| 'for' is not followed by whitespace. | 156 | |
| '=' is not preceded with whitespace. | 156 | |
| '=' is not followed by whitespace. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| ';' is not followed by whitespace. | 156 | |
| '{' is not preceded with whitespace. | 156 | |
| 'try' is not followed by whitespace. | 157 | |
| '{' is not preceded with whitespace. | 157 | |
| '+' is not preceded with whitespace. | 158 | |
| '+' is not followed by whitespace. | 158 | |
| '}' should be on the same line. | 161 | |
| 'catch' is not followed by whitespace. | 162 | |
| '{' is not preceded with whitespace. | 162 |