The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
2 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
|
0 | |
| JavadocMethod | 607 | |
| JavadocType | 26 | |
| JavadocVariable | 105 | |
| JavadocStyle | 8 | |
| ConstantName | 8 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 8 | |
LineLength
|
18 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 5 | |
| WhitespaceAround | 4 | |
| ModifierOrder | 5 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 1 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 28 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 16 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 77 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 13 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 100 characters (found 102). | 46 | |
| Expected @param tag for 'operation'. | 89 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Method 'count' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Method 'call' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 125 | |
| Expected an @return tag. | 140 | |
| Expected @param tag for '<T>'. | 140 | |
| Expected an @return tag. | 152 | |
| Expected @param tag for '<T>'. | 152 | |
| Missing a Javadoc comment. | 162 | |
| Expected @param tag for '<T>'. | 185 | |
| Unused @param tag for 'object'. | 207 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'methodCols' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'cls' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'b'. | 20 | |
| Expected @param tag for 'b'. | 30 | |
| Expected @param tag for 'obj'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 100 characters (found 101). | 237 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 26 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 15 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'url'. | 32 | |
| Expected @param tag for 'minPoolSize'. | 32 | |
| Expected @param tag for 'maxPoolSize'. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Expected an @return tag. | 65 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 20 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.sql.PreparedStatement. | 9 | |
| Unused import - java.sql.Types. | 10 | |
| Unused import - javax.naming.Context. | 12 | |
| 'public' modifier out of order with the JLS suggestions. | 36 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Line is longer than 100 characters (found 110). | 53 | |
| Line is longer than 100 characters (found 116). | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Name 'rsCache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Name 'autoMapCache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| Line is longer than 100 characters (found 114). | 71 | |
| Line is longer than 100 characters (found 101). | 91 | |
| Expected an @return tag. | 107 | |
| Line is longer than 100 characters (found 101). | 114 | |
| Expected an @return tag. | 171 | |
| First sentence should end with a period. | 190 | |
| Expected an @return tag. | 197 | |
| Expected @param tag for 'jndiResource'. | 197 | |
| First sentence should end with a period. | 201 | |
| Expected an @return tag. | 208 | |
| Expected @param tag for 'dataSource'. | 208 | |
| Expected an @return tag. | 220 | |
| Expected @param tag for 'cp'. | 220 | |
| Expected an @return tag. | 233 | |
| Expected an @return tag. | 242 | |
| 'static' modifier out of order with the JLS suggestions. | 249 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 252 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 254 | |
| Missing a Javadoc comment. | 255 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 259 | |
| Variable 'minSize' must be private and have accessor methods. | 259 | |
| Missing a Javadoc comment. | 260 | |
| Variable 'maxSize' must be private and have accessor methods. | 260 | |
| Missing a Javadoc comment. | 262 | |
| Expected an @return tag. | 281 | |
| Expected @param tag for 'cp'. | 281 | |
| Expected an @return tag. | 292 | |
| Expected @param tag for 'url'. | 292 | |
| Missing a Javadoc comment. | 297 | |
| Missing a Javadoc comment. | 302 | |
| Expected an @return tag. | 316 | |
| Expected @param tag for 'minPoolSize'. | 316 | |
| Expected @param tag for 'maxPoolSize'. | 316 | |
| Expected an @return tag. | 328 | |
| Expected @param tag for 'url'. | 328 | |
| '10' is a magic number. | 329 | |
| Expected an @return tag. | 339 | |
| Expected @param tag for 'factory'. | 339 | |
| Expected an @return tag. | 350 | |
| Expected an @return tag. | 360 | |
| Expected an @return tag. | 377 | |
| Expected an @return tag. | 423 | |
| Expected @param tag for 'dependency'. | 423 | |
| Expected an @return tag. | 434 | |
| Expected an @return tag. | 457 | |
| First sentence should end with a period. | 461 | |
| Expected @param tag for '<T>'. | 467 | |
| First sentence should end with a period. | 471 | |
| Expected @param tag for '<T>'. | 477 | |
| Missing a Javadoc comment. | 481 | |
| Expected an @return tag. | 501 | |
| Expected @param tag for 'commit'. | 501 | |
| Expected @param tag for 'depends'. | 501 | |
| Missing a Javadoc comment. | 511 | |
| Expected an @return tag. | 531 | |
| Expected an @return tag. | 541 | |
| Expected an @return tag. | 556 | |
| Expected an @return tag. | 568 | |
| Expected an @return tag. | 580 | |
| Expected an @return tag. | 634 | |
| Expected @param tag for '<T>'. | 634 | |
| Expected @param tag for 'isCommit'. | 634 | |
| Expected @param tag for '<T>'. | 650 | |
| Expected @param tag for '<T>'. | 661 | |
| Expected @param tag for '<T>'. | 673 | |
| Expected an @return tag. | 687 | |
| Expected @param tag for '<T>'. | 687 | |
| Missing a Javadoc comment. | 691 | |
| Missing a Javadoc comment. | 695 | |
| Missing a Javadoc comment. | 699 | |
| Expected an @return tag. | 722 | |
| Missing a Javadoc comment. | 726 | |
| Missing a Javadoc comment. | 735 | |
| Expected an @return tag. | 766 | |
| Expected @param tag for '<T>'. | 766 | |
| Expected @param tag for 'isCommit'. | 766 | |
| Expected @param tag for 'db'. | 767 | |
| Expected @param tag for 'source'. | 767 | |
| Line is longer than 100 characters (found 102). | 779 | |
| Missing a Javadoc comment. | 779 | |
| Expected an @return tag. | 796 | |
| Expected @param tag for 'commands'. | 796 | |
| Expected an @return tag. | 811 | |
| Expected an @return tag. | 830 | |
| Expected @param tag for 'is'. | 830 | |
| Expected @param tag for 'delimiter'. | 830 | |
| Expected an @return tag. | 844 | |
| Expected @param tag for 'is'. | 844 | |
| Expected @param tag for 'charset'. | 844 | |
| Expected @param tag for 'delimiter'. | 844 | |
| Expected @param tag for 'nonTransactionalScheduler'. | 865 | |
| Expected @param tag for 'nonTransactionalSchedulerFactory'. | 881 | |
| Missing a Javadoc comment. | 894 | |
| Missing a Javadoc comment. | 896 | |
| Missing a Javadoc comment. | 912 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Utility classes should not have a public or default constructor. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Empty statement. | 54 | |
| Method 'sql' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'names' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 |
| Violation | Message | Line |
|---|---|---|
| Unused import - rx.Observable.Operator. | 3 | |
| Missing a Javadoc comment. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Expected @param tag for 'value'. | 21 | |
| Missing a Javadoc comment. | 25 | |
| Expected an @return tag. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters (found 133). | 20 | |
| Missing a Javadoc comment. | 20 | |
| Expected @param tag for 'query'. | 50 | |
| Expected @param tag for 'query'. | 60 | |
| Expected @param tag for 'query'. | 72 | |
| Expected an @return tag. | 85 | |
| Expected @param tag for 'query'. | 85 |
| Violation | Message | Line |
|---|---|---|
| Unused import - rx.Scheduler. | 6 | |
| Expected an @return tag. | 37 | |
| Expected an @return tag. | 45 | |
| Expected an @return tag. | 53 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'sql'. | 43 | |
| Expected @param tag for 'db'. | 43 | |
| Expected @param tag for '<T>'. | 56 | |
| Expected @param tag for 'params'. | 56 | |
| Expected @param tag for 'objects'. | 67 | |
| Expected @param tag for 'value'. | 79 | |
| Expected @param tag for 'dependency'. | 111 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 165 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Expected @param tag for 'db'. | 19 | |
| Expected an @return tag. | 28 | |
| Expected an @return tag. | 37 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.sql.ResultSet. | 6 | |
| 'public' modifier out of order with the JLS suggestions. | 26 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Expected @param tag for 'depends'. | 47 | |
| Expected @param tag for 'context'. | 48 | |
| Expected an @return tag. | 96 | |
| Expected @param tag for '<T>'. | 96 | |
| Expected @param tag for 'function'. | 96 | |
| Expected an @return tag. | 109 | |
| Expected @param tag for '<T>'. | 109 | |
| Expected @param tag for 'function'. | 110 | |
| Expected an @return tag. | 127 | |
| Expected @param tag for '<T>'. | 127 | |
| Expected @param tag for 'function'. | 128 | |
| Expected @param tag for 'sql'. | 149 | |
| Expected @param tag for 'db'. | 149 | |
| Expected @param tag for '<T>'. | 161 | |
| Expected @param tag for 'parameters'. | 161 | |
| Expected @param tag for 'objects'. | 174 | |
| Expected @param tag for 'value'. | 187 | |
| Expected an @return tag. | 202 | |
| Expected @param tag for 'dependency'. | 214 | |
| Expected an @return tag. | 238 | |
| Expected @param tag for '<T>'. | 238 | |
| Expected @param tag for 'function'. | 238 | |
| Missing a Javadoc comment. | 242 | |
| Unclosed HTML tag found: <ul> | 257 | |
| Expected an @return tag. | 277 | |
| Expected @param tag for '<T>'. | 277 | |
| Expected @param tag for 'cls'. | 277 | |
| Missing a Javadoc comment. | 281 | |
| Expected an @return tag. | 293 | |
| Expected @param tag for '<S>'. | 293 | |
| Expected @param tag for 'cls'. | 293 | |
| Expected an @return tag. | 304 | |
| Expected @param tag for '<S>'. | 304 | |
| Expected @param tag for 'cls'. | 304 | |
| Expected an @return tag. | 315 | |
| Expected @param tag for '<S>'. | 315 | |
| Expected an @return tag. | 327 | |
| Expected @param tag for '<T1>'. | 327 | |
| Expected @param tag for '<T2>'. | 327 | |
| Expected @param tag for 'cls1'. | 327 | |
| Expected @param tag for 'cls2'. | 327 | |
| Expected an @return tag. | 340 | |
| Expected @param tag for '<T1>'. | 340 | |
| Expected @param tag for '<T2>'. | 340 | |
| Expected @param tag for '<T3>'. | 340 | |
| Expected @param tag for 'cls1'. | 340 | |
| Expected @param tag for 'cls2'. | 340 | |
| Expected @param tag for 'cls3'. | 341 | |
| Expected an @return tag. | 355 | |
| Expected @param tag for '<T1>'. | 355 | |
| Expected @param tag for '<T2>'. | 355 | |
| Expected @param tag for '<T3>'. | 355 | |
| Expected @param tag for '<T4>'. | 355 | |
| Expected @param tag for 'cls1'. | 355 | |
| Expected @param tag for 'cls2'. | 356 | |
| Expected @param tag for 'cls3'. | 356 | |
| Expected @param tag for 'cls4'. | 356 | |
| Expected an @return tag. | 371 | |
| Expected @param tag for '<T1>'. | 371 | |
| Expected @param tag for '<T2>'. | 371 | |
| Expected @param tag for '<T3>'. | 371 | |
| Expected @param tag for '<T4>'. | 371 | |
| Expected @param tag for '<T5>'. | 371 | |
| Expected @param tag for 'cls1'. | 371 | |
| Expected @param tag for 'cls2'. | 372 | |
| Expected @param tag for 'cls3'. | 372 | |
| Expected @param tag for 'cls4'. | 372 | |
| Expected @param tag for 'cls5'. | 372 | |
| Expected an @return tag. | 388 | |
| Expected @param tag for '<T1>'. | 388 | |
| Expected @param tag for '<T2>'. | 388 | |
| Expected @param tag for '<T3>'. | 388 | |
| Expected @param tag for '<T4>'. | 388 | |
| Expected @param tag for '<T5>'. | 388 | |
| Expected @param tag for '<T6>'. | 388 | |
| Expected @param tag for 'cls1'. | 389 | |
| Expected @param tag for 'cls2'. | 389 | |
| Expected @param tag for 'cls3'. | 389 | |
| Expected @param tag for 'cls4'. | 389 | |
| Expected @param tag for 'cls5'. | 389 | |
| Expected @param tag for 'cls6'. | 390 | |
| Expected an @return tag. | 407 | |
| Expected @param tag for '<T1>'. | 407 | |
| Expected @param tag for '<T2>'. | 407 | |
| Expected @param tag for '<T3>'. | 407 | |
| Expected @param tag for '<T4>'. | 407 | |
| Expected @param tag for '<T5>'. | 407 | |
| Expected @param tag for '<T6>'. | 407 | |
| Expected @param tag for '<T7>'. | 407 | |
| Expected @param tag for 'cls1'. | 408 | |
| Expected @param tag for 'cls2'. | 408 | |
| Expected @param tag for 'cls3'. | 408 | |
| Expected @param tag for 'cls4'. | 408 | |
| Expected @param tag for 'cls5'. | 408 | |
| Expected @param tag for 'cls6'. | 409 | |
| Expected @param tag for 'cls7'. | 409 | |
| Missing a Javadoc comment. | 413 | |
| Expected an @return tag. | 443 | |
| Missing a Javadoc comment. | 454 | |
| Missing a Javadoc comment. | 455 | |
| Expected @param tag for 'builder'. | 463 | |
| Expected @param tag for 'operatorType'. | 463 | |
| Expected an @return tag. | 474 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| Expected @param tag for '<T>'. | 474 | |
| Expected @param tag for 'function'. | 474 | |
| Expected an @return tag. | 484 | |
| Method 'autoMap' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| Expected @param tag for '<S>'. | 484 | |
| Expected @param tag for 'cls'. | 484 | |
| Expected an @return tag. | 495 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| Expected @param tag for '<S>'. | 495 | |
| Expected @param tag for 'cls'. | 495 | |
| Expected an @return tag. | 506 | |
| Method 'getTupleN' is not designed for extension - needs to be abstract, final or empty. | 506 | |
| Expected @param tag for '<S>'. | 506 | |
| Expected @param tag for 'cls'. | 506 | |
| Expected an @return tag. | 517 | |
| Method 'getTupleN' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| Expected @param tag for '<S>'. | 517 | |
| Expected an @return tag. | 529 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| Expected @param tag for '<T1>'. | 529 | |
| Expected @param tag for '<T2>'. | 529 | |
| Expected @param tag for 'cls1'. | 529 | |
| Expected @param tag for 'cls2'. | 529 | |
| Expected an @return tag. | 542 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| Expected @param tag for '<T1>'. | 542 | |
| Expected @param tag for '<T2>'. | 542 | |
| Expected @param tag for '<T3>'. | 542 | |
| Expected @param tag for 'cls1'. | 542 | |
| Expected @param tag for 'cls2'. | 542 | |
| Expected @param tag for 'cls3'. | 543 | |
| Expected an @return tag. | 557 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 557 | |
| Expected @param tag for '<T1>'. | 557 | |
| Expected @param tag for '<T2>'. | 557 | |
| Expected @param tag for '<T3>'. | 557 | |
| Expected @param tag for '<T4>'. | 557 | |
| Expected @param tag for 'cls1'. | 557 | |
| Expected @param tag for 'cls2'. | 558 | |
| Expected @param tag for 'cls3'. | 558 | |
| Expected @param tag for 'cls4'. | 558 | |
| Expected an @return tag. | 573 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| Expected @param tag for '<T1>'. | 573 | |
| Expected @param tag for '<T2>'. | 573 | |
| Expected @param tag for '<T3>'. | 573 | |
| Expected @param tag for '<T4>'. | 573 | |
| Expected @param tag for '<T5>'. | 573 | |
| Expected @param tag for 'cls1'. | 573 | |
| Expected @param tag for 'cls2'. | 574 | |
| Expected @param tag for 'cls3'. | 574 | |
| Expected @param tag for 'cls4'. | 574 | |
| Expected @param tag for 'cls5'. | 574 | |
| Expected an @return tag. | 590 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| Expected @param tag for '<T1>'. | 590 | |
| Expected @param tag for '<T2>'. | 590 | |
| Expected @param tag for '<T3>'. | 590 | |
| Expected @param tag for '<T4>'. | 590 | |
| Expected @param tag for '<T5>'. | 590 | |
| Expected @param tag for '<T6>'. | 590 | |
| Expected @param tag for 'cls1'. | 591 | |
| Expected @param tag for 'cls2'. | 591 | |
| Expected @param tag for 'cls3'. | 591 | |
| Expected @param tag for 'cls4'. | 591 | |
| Expected @param tag for 'cls5'. | 591 | |
| Expected @param tag for 'cls6'. | 592 | |
| Expected an @return tag. | 609 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 609 | |
| Expected @param tag for '<T1>'. | 609 | |
| Expected @param tag for '<T2>'. | 609 | |
| Expected @param tag for '<T3>'. | 609 | |
| Expected @param tag for '<T4>'. | 609 | |
| Expected @param tag for '<T5>'. | 609 | |
| Expected @param tag for '<T6>'. | 609 | |
| Expected @param tag for '<T7>'. | 609 | |
| Expected @param tag for 'cls1'. | 610 | |
| Expected @param tag for 'cls2'. | 610 | |
| Expected @param tag for 'cls3'. | 610 | |
| Expected @param tag for 'cls4'. | 610 | |
| Expected @param tag for 'cls5'. | 610 | |
| Expected @param tag for 'cls6'. | 611 | |
| Expected @param tag for 'cls7'. | 611 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Unused @param tag for 'params'. | 27 | |
| Expected an @return tag. | 31 | |
| Expected @param tag for '<T>'. | 31 | |
| Expected @param tag for 'query'. | 31 | |
| Expected @param tag for 'parameters'. | 31 | |
| Expected @param tag for 'function'. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Expected @param tag for 'query'. | 47 | |
| Expected @param tag for 'parameters'. | 47 | |
| Expected @param tag for 'function'. | 48 | |
| Missing a Javadoc comment. | 82 | |
| Expected @param tag for 'subscriber'. | 100 | |
| Expected @param tag for 'state'. | 100 | |
| Expected @throws tag for 'SQLException'. | 101 | |
| Line is longer than 100 characters (found 119). | 107 | |
| ',' is not followed by whitespace. | 107 | |
| Expected @param tag for 'subscriber'. | 123 | |
| Expected @param tag for 'state'. | 123 | |
| Expected @throws tag for 'SQLException'. | 123 | |
| Expected @param tag for 'e'. | 141 | |
| Expected @param tag for 'subscriber'. | 141 | |
| Expected @param tag for 'state'. | 156 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <R> tag. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Expected @param tag for 'builder'. | 27 | |
| Expected @param tag for 'function'. | 28 | |
| Expected @param tag for 'operatorType'. | 28 | |
| Class ApplyQuerySelect should be declared as final. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 59 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 93 | |
| Expected @param tag for 'subscriber'. | 108 | |
| Expected @throws tag for 'SQLException'. | 108 | |
| Expected @param tag for 'subscriber'. | 124 | |
| Expected @param tag for 'e'. | 139 | |
| Expected @param tag for 'subscriber'. | 139 | |
| Expected @param tag for 'subscriber'. | 167 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.sql.ResultSet. | 6 | |
| 'public' modifier out of order with the JLS suggestions. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Expected @param tag for 'sql'. | 50 | |
| Expected @param tag for 'parameters'. | 50 | |
| Expected @param tag for 'depends'. | 50 | |
| Expected @param tag for 'context'. | 51 | |
| Expected an @return tag. | 101 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 114 | |
| Expected an @return tag. | 127 | |
| Expected an @return tag. | 151 | |
| Expected @param tag for 'parameters'. | 151 | |
| 'public' modifier out of order with the JLS suggestions. | 158 | |
| Expected @param tag for 'sql'. | 171 | |
| Expected @param tag for 'db'. | 171 | |
| Expected @param tag for '<T>'. | 183 | |
| Expected @param tag for 'parameters'. | 183 | |
| Expected @param tag for 'objects'. | 196 | |
| Expected @param tag for 'value'. | 209 | |
| Expected an @return tag. | 224 | |
| Expected @param tag for 'bytes'. | 253 | |
| Expected @param tag for 'dependency'. | 265 | |
| Expected an @return tag. | 303 | |
| Missing a Javadoc comment. | 349 | |
| Missing a Javadoc comment. | 351 | |
| Missing a Javadoc comment. | 353 | |
| Expected an @return tag. | 363 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| Expected @param tag for '<T>'. | 363 | |
| Expected @param tag for 'function'. | 363 | |
| Unclosed HTML tag found: <ul> | 378 | |
| Expected an @return tag. | 398 | |
| Method 'autoMap' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| Expected @param tag for '<T>'. | 398 | |
| Expected @param tag for 'cls'. | 398 | |
| Expected an @return tag. | 410 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| Expected @param tag for '<T>'. | 410 | |
| Expected @param tag for 'cls'. | 410 | |
| Expected an @return tag. | 421 | |
| Method 'getTupleN' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| Expected @param tag for '<T>'. | 421 | |
| Expected @param tag for 'cls'. | 421 | |
| Expected an @return tag. | 432 | |
| Method 'getTupleN' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| Expected an @return tag. | 444 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| Expected @param tag for '<T1>'. | 444 | |
| Expected @param tag for '<T2>'. | 444 | |
| Expected @param tag for 'cls1'. | 444 | |
| Expected @param tag for 'cls2'. | 444 | |
| Expected an @return tag. | 457 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Expected @param tag for '<T1>'. | 457 | |
| Expected @param tag for '<T2>'. | 457 | |
| Expected @param tag for '<T3>'. | 457 | |
| Expected @param tag for 'cls1'. | 457 | |
| Expected @param tag for 'cls2'. | 457 | |
| Expected @param tag for 'cls3'. | 458 | |
| Expected an @return tag. | 472 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| Expected @param tag for '<T1>'. | 472 | |
| Expected @param tag for '<T2>'. | 472 | |
| Expected @param tag for '<T3>'. | 472 | |
| Expected @param tag for '<T4>'. | 472 | |
| Expected @param tag for 'cls1'. | 472 | |
| Expected @param tag for 'cls2'. | 473 | |
| Expected @param tag for 'cls3'. | 473 | |
| Expected @param tag for 'cls4'. | 473 | |
| Expected an @return tag. | 488 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| Expected @param tag for '<T1>'. | 488 | |
| Expected @param tag for '<T2>'. | 488 | |
| Expected @param tag for '<T3>'. | 488 | |
| Expected @param tag for '<T4>'. | 488 | |
| Expected @param tag for '<T5>'. | 488 | |
| Expected @param tag for 'cls1'. | 488 | |
| Expected @param tag for 'cls2'. | 489 | |
| Expected @param tag for 'cls3'. | 489 | |
| Expected @param tag for 'cls4'. | 489 | |
| Expected @param tag for 'cls5'. | 489 | |
| Expected an @return tag. | 505 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| Expected @param tag for '<T1>'. | 505 | |
| Expected @param tag for '<T2>'. | 505 | |
| Expected @param tag for '<T3>'. | 505 | |
| Expected @param tag for '<T4>'. | 505 | |
| Expected @param tag for '<T5>'. | 505 | |
| Expected @param tag for '<T6>'. | 505 | |
| Expected @param tag for 'cls1'. | 506 | |
| Expected @param tag for 'cls2'. | 506 | |
| Expected @param tag for 'cls3'. | 506 | |
| Expected @param tag for 'cls4'. | 506 | |
| Expected @param tag for 'cls5'. | 506 | |
| Expected @param tag for 'cls6'. | 507 | |
| Expected an @return tag. | 524 | |
| Method 'getAs' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| Expected @param tag for '<T1>'. | 524 | |
| Expected @param tag for '<T2>'. | 524 | |
| Expected @param tag for '<T3>'. | 524 | |
| Expected @param tag for '<T4>'. | 524 | |
| Expected @param tag for '<T5>'. | 524 | |
| Expected @param tag for '<T6>'. | 524 | |
| Expected @param tag for '<T7>'. | 524 | |
| Expected @param tag for 'cls1'. | 525 | |
| Expected @param tag for 'cls2'. | 525 | |
| Expected @param tag for 'cls3'. | 525 | |
| Expected @param tag for 'cls4'. | 525 | |
| Expected @param tag for 'cls5'. | 525 | |
| Expected @param tag for 'cls6'. | 526 | |
| Expected @param tag for 'cls7'. | 526 | |
| Method 'count' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| Missing a Javadoc comment. | 530 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Unused @param tag for 'params'. | 41 | |
| Expected an @return tag. | 45 | |
| Expected @param tag for '<T>'. | 45 | |
| Expected @param tag for 'query'. | 45 | |
| Expected @param tag for 'parameters'. | 45 | |
| Expected @param tag for 'query'. | 67 | |
| Expected @param tag for 'parameters'. | 67 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 112 | |
| Expected @param tag for 'state'. | 124 | |
| Expected @param tag for 'subscriber'. | 156 | |
| Expected @param tag for 'state'. | 156 | |
| Expected @param tag for 'subscriber'. | 184 | |
| Expected @param tag for 'state'. | 184 | |
| Expected @param tag for 'subscriber'. | 205 | |
| Expected @param tag for 'state'. | 205 | |
| Expected @throws tag for 'SQLException'. | 206 | |
| Missing a Javadoc comment. | 254 | |
| Expected @param tag for 'subscriber'. | 280 | |
| Expected @param tag for 'e'. | 294 | |
| Expected @param tag for 'subscriber'. | 294 | |
| Expected @param tag for 'state'. | 307 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <R> tag. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Expected @param tag for 'builder'. | 23 | |
| Expected @param tag for 'operatorType'. | 23 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <R> tag. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Expected @param tag for 'builder'. | 23 | |
| Line is longer than 100 characters (found 101). | 25 | |
| Line is longer than 100 characters (found 103). | 28 | |
| Line is longer than 100 characters (found 103). | 41 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'rs' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'colIndexes' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 22 | |
| '=' is not preceded with whitespace. | 26 | |
| '=' is not followed by whitespace. | 26 | |
| ';' is not followed by whitespace. | 26 | |
| '<=' is not preceded with whitespace. | 26 | |
| '<=' is not followed by whitespace. | 26 | |
| ';' is not followed by whitespace. | 26 | |
| ',' is not followed by whitespace. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Variable 'con' must be private and have accessor methods. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'ps' must be private and have accessor methods. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'rs' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'closed' must be private and have accessor methods. | 12 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.github.davidmoten.rx.jdbc.QuerySelect.Builder. | 38 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| Expected an @return tag. | 65 | |
| Missing a Javadoc comment. | 73 | |
| Expected @param tag for 'ps'. | 109 | |
| Expected @param tag for 'connection'. | 144 | |
| Expected an @return tag. | 163 | |
| Expected @param tag for 'connection'. | 163 | |
| Expected @param tag for 'connection'. | 180 | |
| Expected @param tag for 'connection'. | 195 | |
| Expected @param tag for 'rs'. | 210 | |
| Expected an @return tag. | 229 | |
| Expected @param tag for 'con'. | 229 | |
| Line is longer than 100 characters (found 108). | 240 | |
| Name 'TO_EMPTY_PARAMETER_LIST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 | |
| Variable 'TO_EMPTY_PARAMETER_LIST' must be private and have accessor methods. | 240 | |
| Expected an @return tag. | 256 | |
| Expected @param tag for '<T>'. | 256 | |
| Expected @param tag for 'cls'. | 256 | |
| Expected @param tag for '<T>'. | 276 | |
| Expected @param tag for 'rs'. | 276 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 299 | |
| Redundant 'static' modifier. | 299 | |
| Missing a Javadoc comment. | 300 | |
| Missing a Javadoc comment. | 303 | |
| Missing a Javadoc comment. | 304 | |
| Variable 'name' must be private and have accessor methods. | 304 | |
| Missing a Javadoc comment. | 305 | |
| Missing a Javadoc comment. | 307 | |
| Missing a Javadoc comment. | 324 | |
| Missing a Javadoc comment. | 325 | |
| Variable 'index' must be private and have accessor methods. | 325 | |
| Missing a Javadoc comment. | 326 | |
| Missing a Javadoc comment. | 328 | |
| Missing a Javadoc comment. | 345 | |
| Missing a Javadoc comment. | 347 | |
| Missing a Javadoc comment. | 349 | |
| Missing a Javadoc comment. | 383 | |
| '{' is followed by whitespace. | 387 | |
| Missing a Javadoc comment. | 396 | |
| Missing a Javadoc comment. | 404 | |
| Expected @param tag for '<T>'. | 423 | |
| Line is longer than 100 characters (found 101). | 434 | |
| Missing a Javadoc comment. | 438 | |
| Line is longer than 100 characters (found 127). | 449 | |
| Expected an @return tag. | 459 | |
| Expected @param tag for 'list'. | 459 | |
| Missing a Javadoc comment. | 476 | |
| Expected an @return tag. | 503 | |
| Expected @param tag for '<T>'. | 504 | |
| Expected an @return tag. | 526 | |
| Expected @param tag for 'o'. | 526 | |
| Expected @param tag for 'cls'. | 526 | |
| Missing a Javadoc comment. | 606 | |
| Missing a Javadoc comment. | 610 | |
| Expected an @return tag. | 651 | |
| Expected an @return tag. | 672 | |
| Expected @param tag for 'c'. | 672 | |
| Expected an @return tag. | 694 | |
| Expected @param tag for 'blob'. | 694 | |
| Expected @param tag for 'is'. | 694 | |
| Expected an @return tag. | 725 | |
| Expected @param tag for 'clob'. | 725 | |
| Expected @param tag for 'reader'. | 725 | |
| Expected @param tag for 'ps'. | 755 | |
| Expected @param tag for 'params'. | 755 | |
| Expected @param tag for 'namesAllowed'. | 755 | |
| Expected @throws tag for 'SQLException'. | 756 | |
| Expected @param tag for 'ps'. | 810 | |
| Expected @param tag for 'i'. | 810 | |
| Expected @param tag for 'o'. | 810 | |
| Expected @param tag for 'cls'. | 810 | |
| Expected @throws tag for 'SQLException'. | 811 | |
| Expected @param tag for 'ps'. | 835 | |
| Expected @param tag for 'i'. | 835 | |
| Expected @param tag for 'o'. | 835 | |
| Expected @param tag for 'cls'. | 835 | |
| Expected @throws tag for 'SQLException'. | 836 | |
| Expected an @return tag. | 858 | |
| Expected @param tag for 'input'. | 858 | |
| Expected @param tag for 'output'. | 858 | |
| Expected an @return tag. | 873 | |
| Expected @param tag for 'input'. | 873 | |
| Expected @param tag for 'output'. | 873 | |
| Missing a Javadoc comment. | 896 | |
| Missing a Javadoc comment. | 897 | |
| Missing a Javadoc comment. | 905 | |
| Missing a Javadoc comment. | 909 | |
| Missing a Javadoc comment. | 931 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Redundant 'public' modifier. | 12 | |
| Missing a Javadoc comment. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 8 | |
| Unused Javadoc tag. | 15 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 12 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 8 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Expected @param tag for 'value1'. | 20 | |
| Expected @param tag for 'value2'. | 20 | |
| Expected an @return tag. | 32 | |
| Expected @param tag for '<R>'. | 32 | |
| Expected @param tag for '<S>'. | 32 | |
| Expected @param tag for 'r'. | 32 | |
| Expected @param tag for 's'. | 32 | |
| Expected an @return tag. | 41 | |
| Method 'value1' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Expected an @return tag. | 50 | |
| Method 'value2' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Avoid inline conditionals. | 58 | |
| Avoid inline conditionals. | 59 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Expected @param tag for 'value1'. | 23 | |
| Expected @param tag for 'value2'. | 23 | |
| Expected @param tag for 'value3'. | 23 | |
| Method 'value1' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Method 'value2' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'value3' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Avoid inline conditionals. | 45 | |
| Avoid inline conditionals. | 46 | |
| Avoid inline conditionals. | 47 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Expected @param tag for 'value1'. | 26 | |
| Expected @param tag for 'value2'. | 26 | |
| Expected @param tag for 'value3'. | 26 | |
| Expected @param tag for 'value4'. | 26 | |
| Method 'value1' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'value2' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'value3' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'value4' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Avoid inline conditionals. | 53 | |
| Avoid inline conditionals. | 54 | |
| Avoid inline conditionals. | 55 | |
| Avoid inline conditionals. | 56 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 92 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Expected @param tag for 'value1'. | 29 | |
| Expected @param tag for 'value2'. | 29 | |
| Expected @param tag for 'value3'. | 29 | |
| Expected @param tag for 'value4'. | 29 | |
| Expected @param tag for 'value5'. | 29 | |
| Method 'value1' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'value2' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'value3' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'value4' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'value5' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Avoid inline conditionals. | 61 | |
| Avoid inline conditionals. | 62 | |
| Avoid inline conditionals. | 63 | |
| Avoid inline conditionals. | 64 | |
| Avoid inline conditionals. | 65 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 106 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Expected @param tag for 'value1'. | 32 | |
| Expected @param tag for 'value2'. | 32 | |
| Expected @param tag for 'value3'. | 32 | |
| Expected @param tag for 'value4'. | 32 | |
| Expected @param tag for 'value5'. | 32 | |
| Expected @param tag for 'value6'. | 32 | |
| Method 'value1' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'value2' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'value3' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'value4' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'value5' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'value6' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Avoid inline conditionals. | 69 | |
| Avoid inline conditionals. | 70 | |
| Avoid inline conditionals. | 71 | |
| Avoid inline conditionals. | 72 | |
| Avoid inline conditionals. | 73 | |
| Avoid inline conditionals. | 74 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Expected @param tag for 'value1'. | 35 | |
| Expected @param tag for 'value2'. | 35 | |
| Expected @param tag for 'value3'. | 35 | |
| Expected @param tag for 'value4'. | 35 | |
| Expected @param tag for 'value5'. | 35 | |
| Expected @param tag for 'value6'. | 35 | |
| Expected @param tag for 'value7'. | 35 | |
| Method 'value1' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'value2' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'value3' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'value4' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'value5' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Method 'value6' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'value7' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Avoid inline conditionals. | 77 | |
| Avoid inline conditionals. | 78 | |
| Avoid inline conditionals. | 79 | |
| Avoid inline conditionals. | 80 | |
| Avoid inline conditionals. | 81 | |
| Avoid inline conditionals. | 82 | |
| Avoid inline conditionals. | 83 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Expected @param tag for 'list'. | 20 | |
| Method 'values' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Avoid inline conditionals. | 33 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 49 | |
| '3' is a magic number. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 100 characters (found 101). | 62 | |
| '3' is a magic number. | 68 | |
| '4' is a magic number. | 68 | |
| Missing a Javadoc comment. | 73 | |
| '3' is a magic number. | 81 | |
| '4' is a magic number. | 81 | |
| '5' is a magic number. | 82 | |
| Missing a Javadoc comment. | 87 | |
| '3' is a magic number. | 96 | |
| '4' is a magic number. | 97 | |
| '5' is a magic number. | 97 | |
| '6' is a magic number. | 98 | |
| Line is longer than 100 characters (found 105). | 103 | |
| Missing a Javadoc comment. | 103 | |
| '3' is a magic number. | 112 | |
| '4' is a magic number. | 113 | |
| '5' is a magic number. | 113 | |
| '6' is a magic number. | 114 | |
| '7' is a magic number. | 114 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 128 |