The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 30 | 0 | 0 | 1507 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 2 | |
| Translation | 0 | |
| JavadocMethod | 193 | |
| JavadocType | 5 | |
| JavadocVariable | 130 | |
| JavadocStyle | 14 | |
| ConstantName | 18 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 1 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 6 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| FileLength | 0 | |
| LineLength | 529 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 5 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 3 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 2 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 6 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 74 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 13 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 6 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 186 | |
| FinalClass | 2 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 8 | |
| ArrayTypeStyle | 6 | |
| FinalParameters | 285 | |
GenericIllegalRegexp
| 2 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter propertyName should be final. | 16 | |
| 'propertyName' hides a field. | 16 | |
| Parameter fieldName should be final. | 16 | |
| 'fieldName' hides a field. | 16 | |
| Parameter type should be final. | 16 | |
| 'type' hides a field. | 16 | |
| Parameter fullyQualifiedClassName should be final. | 16 | |
| 'fullyQualifiedClassName' hides a field. | 16 | |
| Parameter notNull should be final. | 16 | |
| 'notNull' hides a field. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter propertyName should be final. | 20 | |
| 'propertyName' hides a field. | 20 | |
| Parameter fieldName should be final. | 20 | |
| 'fieldName' hides a field. | 20 | |
| Parameter type should be final. | 20 | |
| 'type' hides a field. | 20 | |
| Parameter key should be final. | 20 | |
| 'key' hides a field. | 20 | |
| Parameter fullyQualifiedClassName should be final. | 20 | |
| 'fullyQualifiedClassName' hides a field. | 20 | |
| Parameter notNull should be final. | 20 | |
| 'notNull' hides a field. | 20 | |
| Method 'getPropertyName' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Method 'getFieldName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'isNotNull' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter o should be final. | 49 | |
| Avoid inline conditionals. | 60 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Avoid inline conditionals. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Avoid inline conditionals. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| First sentence should end with a period. | 15 | |
| Missing a Javadoc comment. | 19 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'waitForCompletion' is not designed for extension - needs to be abstract, final or empty. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Parameter name should be final. | 13 | |
| 'name' hides a field. | 13 | |
| Parameter defaultValue should be final. | 13 | |
| 'defaultValue' hides a field. | 13 | |
| Parameter required should be final. | 13 | |
| 'required' hides a field. | 13 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter name should be final. | 19 | |
| 'name' hides a field. | 19 | |
| Parameter defaultValue should be final. | 19 | |
| 'defaultValue' hides a field. | 19 | |
| Parameter required should be final. | 19 | |
| 'required' hides a field. | 19 | |
| Parameter isPk should be final. | 19 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'isPk' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Parameter string should be final. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter string should be final. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter name should be final. | 18 | |
| 'name' hides a field. | 18 | |
| Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter input should be final. | 24 | |
| 'input' hides a field. | 24 | |
| Method 'addStructure' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter structureMapping should be final. | 28 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getStructures' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getInput' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'setFieldSelection' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter fieldSelection should be final. | 44 | |
| 'fieldSelection' hides a field. | 44 | |
| Method 'getFieldSelection' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter profile should be final. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.util.*. | 11 | |
| Utility classes should not have a public or default constructor. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Utility classes should not have a public or default constructor. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Parameter persistentClass should be final. | 32 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter persistentClass should be final. | 36 | |
| Parameter mapping should be final. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| 'static' modifier out of order with the JLS suggestions. | 52 | |
| Parameter clazz should be final. | 52 | |
| Redundant throws: 'SapJcoMappingException' is unchecked exception. | 52 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Method length is 186 lines (max allowed is 150). | 73 | |
| Parameter clazz should be final. | 73 | |
| Redundant throws: 'SapJcoMappingException' is unchecked exception. | 73 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 180 | |
| Name 'not_null' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 225 | |
| Line is longer than 80 characters. | 228 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Line is longer than 80 characters. | 270 | |
| Parameter parentListsElement should be final. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Parameter childElement should be final. | 271 | |
| Redundant throws: 'SapJcoMappingException' is unchecked exception. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Missing a Javadoc comment. | 279 | |
| Parameter element should be final. | 279 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 296 | |
| Line is longer than 80 characters. | 299 | |
| Parameter booleanValue should be final. | 302 | |
| Parameter defaultValue should be final. | 302 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 307 |
| Violation | Message | Line |
|---|---|---|
| Class SqlState should be declared as final. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Name 'Disconnected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Name 'Connected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'Idle' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Name 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter string should be final. | 19 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 10 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'log' must be private and have accessor methods. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Unused @throws tag for 'IllegalArgumentException'. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter searchHelpName should be final. | 45 | |
| Parameter selectionMethod should be final. | 45 | |
| Parameter maximumResults should be final. | 45 | |
| Parameter criteria should be final. | 45 | |
| Parameter persistentObject should be final. | 45 | |
| Parameter javaFieldSelection should be final. | 45 | |
| Parameter sapFieldSelection should be final. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 52 | |
| '5' is a magic number. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 105 | |
| Parameter valueObject should be final. | 105 | |
| Parameter persistentObject should be final. | 105 | |
| Parameter javaFieldSelection should be final. | 105 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 137 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Name 'MissingConnectionProperty' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Name 'ErrorCreatingConnection' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter string should be final. | 18 | |
| Parameter i should be final. | 18 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Parameter function should be final. | 10 | |
| Missing a Javadoc comment. | 15 | |
| Parameter function should be final. | 15 | |
| Missing a Javadoc comment. | 20 | |
| Parameter function should be final. | 20 | |
| Missing a Javadoc comment. | 25 | |
| Parameter structure should be final. | 25 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Parameter table should be final. | 42 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 69 | |
| Parameter iterator should be final. | 69 |
| Violation | Message | Line |
|---|---|---|
| Class SapType should be declared as final. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Name 'String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Name 'Double' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'Int' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Name 'Date' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter string should be final. | 15 | |
| Missing a Javadoc comment. | 19 | |
| Parameter name should be final. | 19 | |
| '{' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 23 | |
| Parameter name should be final. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| Line is longer than 80 characters. | 24 | |
| ',' is not followed by whitespace. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter name should be final. | 16 | |
| 'name' hides a field. | 16 | |
| Parameter primaryKey should be final. | 16 | |
| 'primaryKey' hides a field. | 16 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Method 'getPrimaryKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Parameter instance should be final. | 38 | |
| 'instance' hides a field. | 38 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Parameter instance should be final. | 55 | |
| 'instance' hides a field. | 55 | |
| Parameter regularExpression should be final. | 55 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 71 | |
| Parameter regularExpression should be final. | 71 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 91 | |
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Unused @throws tag for 'NoSuchElementException'. | 110 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 125 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 143 | |
| Parameter throwable should be final. | 158 | |
| Parameter message should be final. | 168 | |
| Parameter throwable should be final. | 168 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 15 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Name 'sapJcoXmlLogger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'dataSource' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'maxParallelCalls' must be private and have accessor methods. | 36 | |
| '5' is a magic number. | 36 | |
| Method 'setMaxParallelCalls' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter calls should be final. | 43 | |
| Method 'setDataSource' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Parameter source should be final. | 52 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Unused @throws tag for 'SapJcoMappingException'. | 65 | |
| Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter name should be final. | 67 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter persistentObject should be final. | 87 | |
| 'persistentObject' hides a field. | 87 | |
| Parameter input should be final. | 87 | |
| 'input' hides a field. | 87 | |
| Parameter profile should be final. | 87 | |
| 'profile' hides a field. | 87 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 97 | |
| Expected an @return tag. | 105 | |
| Line is longer than 80 characters. | 105 | |
| Method 'performSapCall' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter sapMapping should be final. | 105 | |
| Expected @param tag for 'sapMapping'. | 105 | |
| Parameter input should be final. | 105 | |
| Expected @param tag for 'input'. | 105 | |
| Parameter persistentObject should be final. | 105 | |
| Expected @param tag for 'persistentObject'. | 105 | |
| Parameter profile should be final. | 105 | |
| Expected @param tag for 'profile'. | 105 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter sapBapiMapping should be final. | 172 | |
| Parameter fieldSelection should be final. | 172 | |
| Parameter function should be final. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Parameter persistentObject should be final. | 173 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Parameter function should be final. | 254 | |
| Parameter outputListMapping should be final. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Parameter sapBapiMapping should be final. | 255 | |
| Parameter fieldSelection should be final. | 255 | |
| Parameter persistentObject should be final. | 255 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 313 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 325 | |
| Line is longer than 80 characters. | 333 | |
| Missing a Javadoc comment. | 333 | |
| Parameter fieldSelection should be final. | 333 | |
| Parameter function should be final. | 333 | |
| Line is longer than 80 characters. | 334 | |
| Parameter sapBapiMapping should be final. | 334 | |
| Parameter profile should be final. | 334 | |
| Line is longer than 80 characters. | 336 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 349 | |
| Line is longer than 80 characters. | 355 | |
| Missing a Javadoc comment. | 355 | |
| Parameter inputListMappings should be final. | 355 | |
| Parameter function should be final. | 355 | |
| Parameter input should be final. | 355 | |
| Line is longer than 80 characters. | 358 | |
| Line is longer than 80 characters. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line is longer than 80 characters. | 362 | |
| Line is longer than 80 characters. | 364 | |
| Line is longer than 80 characters. | 366 | |
| 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. | 374 | |
| Line is longer than 80 characters. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line is longer than 80 characters. | 380 | |
| Line is longer than 80 characters. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 390 | |
| Missing a Javadoc comment. | 390 | |
| Parameter sapBapiMapping should be final. | 390 | |
| Parameter input should be final. | 390 | |
| Parameter function should be final. | 390 | |
| Line is longer than 80 characters. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 407 | |
| Line is longer than 80 characters. | 413 | |
| Line is longer than 80 characters. | 414 | |
| Line is longer than 80 characters. | 421 | |
| Parameter table should be final. | 421 | |
| Parameter pkField should be final. | 421 | |
| Parameter pkValue should be final. | 421 | |
| Line is longer than 80 characters. | 428 | |
| First sentence should end with a period. | 436 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 441 | |
| Line is longer than 80 characters. | 443 | |
| Parameter field should be final. | 443 | |
| Redundant throws: 'SapJcoMappingException' is unchecked exception. | 443 | |
| Line is longer than 80 characters. | 445 | |
| Missing a Javadoc comment. | 451 | |
| Parameter function should be final. | 451 | |
| Parameter name should be final. | 451 | |
| Method 'retrieve' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Missing a Javadoc comment. | 463 | |
| Parameter persistentObject should be final. | 463 | |
| Parameter inputMaps should be final. | 463 | |
| Line is longer than 80 characters. | 467 | |
| Method 'retrieve' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| Missing a Javadoc comment. | 467 | |
| Parameter persistentObject should be final. | 467 | |
| Parameter inputMaps should be final. | 467 | |
| Parameter profile should be final. | 467 | |
| Line is longer than 80 characters. | 469 | |
| Line is longer than 80 characters. | 482 | |
| Line is longer than 80 characters. | 488 | |
| Line is longer than 80 characters. | 493 | |
| Line is longer than 80 characters. | 501 | |
| Method 'retrieve' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| Missing a Javadoc comment. | 505 | |
| Parameter persistentObject should be final. | 505 | |
| Parameter input should be final. | 505 | |
| Line is longer than 80 characters. | 512 | |
| Line is longer than 80 characters. | 513 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 515 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Line is longer than 80 characters. | 525 | |
| Line is longer than 80 characters. | 526 | |
| Line is longer than 80 characters. | 531 | |
| Line is longer than 80 characters. | 551 | |
| Line is longer than 80 characters. | 553 | |
| Method 'retrieve' is not designed for extension - needs to be abstract, final or empty. | 553 | |
| Parameter persistentObject should be final. | 553 | |
| Parameter input should be final. | 553 | |
| Parameter profile should be final. | 553 | |
| Line is longer than 80 characters. | 555 | |
| Line is longer than 80 characters. | 569 | |
| Method 'checkReturnStructure' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| Missing a Javadoc comment. | 569 | |
| Parameter function should be final. | 569 | |
| Redundant throws: 'DataRetrievalFailureException' is unchecked exception. | 569 | |
| Line is longer than 80 characters. | 570 | |
| Line is longer than 80 characters. | 571 | |
| '!' is followed by whitespace. | 572 | |
| '||' should be on a new line. | 572 | |
| '||' should be on a new line. | 573 | |
| Line is longer than 80 characters. | 575 | |
| Line is longer than 80 characters. | 576 | |
| Line is longer than 80 characters. | 581 | |
| Method 'mapRecordToEntity' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| Missing a Javadoc comment. | 581 | |
| Parameter entityDef should be final. | 581 | |
| Parameter entity should be final. | 581 | |
| Parameter record should be final. | 581 | |
| Parameter structureMapping should be final. | 582 | |
| Line is longer than 80 characters. | 583 | |
| Line is longer than 80 characters. | 589 | |
| Method 'mapOneField' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| Missing a Javadoc comment. | 589 | |
| Parameter entityDef should be final. | 589 | |
| Parameter entity should be final. | 589 | |
| Parameter record should be final. | 589 | |
| Parameter sapFieldMapping should be final. | 589 | |
| Line is longer than 80 characters. | 593 | |
| Line is longer than 80 characters. | 596 | |
| Line is longer than 80 characters. | 598 | |
| Line is longer than 80 characters. | 602 | |
| Line is longer than 80 characters. | 618 | |
| Line is longer than 80 characters. | 620 | |
| Line is longer than 80 characters. | 623 | |
| Line is longer than 80 characters. | 629 | |
| Line is longer than 80 characters. | 630 | |
| Line is longer than 80 characters. | 633 | |
| Line is longer than 80 characters. | 648 | |
| Method 'convertMap' is not designed for extension - needs to be abstract, final or empty. | 648 | |
| Missing a Javadoc comment. | 648 | |
| Parameter table should be final. | 648 | |
| Parameter entity should be final. | 648 | |
| Parameter sapStructureMapping should be final. | 648 | |
| Parameter persistentObject should be final. | 649 | |
| Line is longer than 80 characters. | 651 | |
| Line is longer than 80 characters. | 652 | |
| Line is longer than 80 characters. | 655 | |
| Line is longer than 80 characters. | 656 | |
| Line is longer than 80 characters. | 662 | |
| Missing a Javadoc comment. | 668 | |
| Parameter clazz should be final. | 668 | |
| Line is longer than 80 characters. | 671 | |
| Line is longer than 80 characters. | 674 | |
| Line is longer than 80 characters. | 676 | |
| Line is longer than 80 characters. | 678 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Parameter name should be final. | 22 | |
| 'name' hides a field. | 22 | |
| Parameter type should be final. | 22 | |
| 'type' hides a field. | 22 | |
| Missing a Javadoc comment. | 28 | |
| Parameter name should be final. | 28 | |
| 'name' hides a field. | 28 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter type should be final. | 40 | |
| 'type' hides a field. | 40 | |
| Method 'getEntityClass' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setEntityClass' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter entityClass should be final. | 48 | |
| 'entityClass' hides a field. | 48 | |
| Method 'getCollectionName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'setCollectionName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter collectionName should be final. | 56 | |
| 'collectionName' hides a field. | 56 | |
| Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'getFieldsMap' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter field should be final. | 68 | |
| Method 'getKeyField' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setKeyField' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter keyField should be final. | 80 | |
| 'keyField' hides a field. | 80 | |
| Method 'getPrimaryKey' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setPrimaryKey' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter pk should be final. | 88 | |
| Method 'isMap' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'isList' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Method 'isListOfMaps' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Method 'isEntity' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Method 'isExcluded' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Method 'setExcluded' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter excluded should be final. | 112 |
| Violation | Message | Line |
|---|---|---|
| '60' is a magic number. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| '5' is a magic number. | 38 | |
| Method 'getLoginTimeout' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Method 'setLoginTimeout' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Parameter seconds should be final. | 68 | |
| Method 'getLogWriter' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'setLogWriter' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter out should be final. | 115 | |
| Method 'getSapConnection' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| 'pool' hides a field. | 122 | |
| Line is longer than 80 characters. | 127 | |
| Missing a Javadoc comment. | 131 | |
| Line is longer than 80 characters. | 139 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 155 | |
| ',' is not followed by whitespace. | 155 | |
| Line is longer than 80 characters. | 156 | |
| '60000' is a magic number. | 158 | |
| '60000' is a magic number. | 159 | |
| Line is longer than 80 characters. | 164 | |
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Line is longer than 80 characters. | 191 | |
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Parameter username should be final. | 191 | |
| 'username' hides a field. | 191 | |
| Parameter password should be final. | 191 | |
| 'password' hides a field. | 191 | |
| Line is longer than 80 characters. | 197 | |
| Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Parameter username should be final. | 197 | |
| 'username' hides a field. | 197 | |
| Parameter password should be final. | 197 | |
| 'password' hides a field. | 197 | |
| Parameter host should be final. | 197 | |
| 'host' hides a field. | 197 | |
| Parameter client should be final. | 197 | |
| 'client' hides a field. | 197 | |
| Parameter systemNr should be final. | 197 | |
| 'systemNr' hides a field. | 197 | |
| Parameter language should be final. | 198 | |
| 'language' hides a field. | 198 | |
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Parameter username should be final. | 211 | |
| 'username' hides a field. | 211 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Parameter password should be final. | 219 | |
| 'password' hides a field. | 219 | |
| Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Parameter host should be final. | 227 | |
| 'host' hides a field. | 227 | |
| Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Method 'setClient' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Parameter client should be final. | 235 | |
| 'client' hides a field. | 235 | |
| Method 'getSystemNr' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Method 'setSystemNr' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Parameter systemNr should be final. | 243 | |
| 'systemNr' hides a field. | 243 | |
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Missing a Javadoc comment. | 251 | |
| Parameter language should be final. | 251 | |
| 'language' hides a field. | 251 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 10 | |
| 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 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 41 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.apache.oro.text.regex.*. | 4 | |
| Using the '.*' form of import should be avoided - java.util.*. | 6 | |
| Missing a Javadoc comment. | 13 | |
| 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 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'log' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Name 'operatorRegex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| First sentence should end with a period. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Parameter query should be final. | 51 | |
| Expected @param tag for 'query'. | 51 | |
| Parameter persistentObject should be final. | 51 | |
| 'persistentObject' hides a field. | 51 | |
| Expected @param tag for 'persistentObject'. | 51 | |
| Parameter maximumResults should be final. | 51 | |
| 'maximumResults' hides a field. | 51 | |
| Expected @param tag for 'maximumResults'. | 51 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter queryPart should be final. | 58 | |
| Parameter expected should be final. | 58 | |
| Parameter offset should be final. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Parameter string should be final. | 66 | |
| Missing a Javadoc comment. | 70 | |
| Parameter string should be final. | 70 | |
| Parameter regex should be final. | 70 | |
| Missing a Javadoc comment. | 74 | |
| Line is longer than 80 characters. | 81 | |
| '5' is a magic number. | 84 | |
| '5' is a magic number. | 85 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 111 | |
| Parameter parts should be final. | 111 | |
| Parameter delims should be final. | 111 | |
| 'delims' hides a field. | 111 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 140 | |
| Variable 'parts' must be private and have accessor methods. | 140 | |
| Missing a Javadoc comment. | 141 | |
| Variable 'string' must be private and have accessor methods. | 141 | |
| Missing a Javadoc comment. | 142 | |
| Variable 'delim' must be private and have accessor methods. | 142 | |
| Missing a Javadoc comment. | 143 | |
| Variable 'caseSensitive' must be private and have accessor methods. | 143 | |
| Line is longer than 80 characters. | 151 | |
| Parameter string should be final. | 151 | |
| 'string' hides a field. | 151 | |
| Expected @param tag for 'string'. | 151 | |
| Parameter delim should be final. | 151 | |
| 'delim' hides a field. | 151 | |
| Expected @param tag for 'delim'. | 151 | |
| Parameter caseSensitive should be final. | 151 | |
| 'caseSensitive' hides a field. | 151 | |
| Expected @param tag for 'caseSensitive'. | 151 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 181 | |
| Method 'parseQuery' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter query should be final. | 186 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Parameter haystack should be final. | 227 | |
| Parameter needle should be final. | 227 | |
| Parameter replacement should be final. | 227 | |
| Avoid inline conditionals. | 230 | |
| '+' should be on a new line. | 230 | |
| '+' should be on a new line. | 231 | |
| '?' should be on a new line. | 232 | |
| Avoid inline conditionals. | 232 | |
| Line is longer than 80 characters. | 240 | |
| Parameter queryPart should be final. | 244 | |
| Parameter offset should be final. | 244 | |
| Expected @param tag for 'offset'. | 244 | |
| Missing a Javadoc comment. | 255 | |
| Parameter queryPart should be final. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 271 | |
| Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| Parameter parameter should be final. | 290 | |
| Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Parameter position should be final. | 294 | |
| Parameter parameter should be final. | 294 | |
| Line is longer than 80 characters. | 301 | |
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Missing a Javadoc comment. | 305 | |
| Parameter params should be final. | 305 | |
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Missing a Javadoc comment. | 312 | |
| Parameter searchHelper should be final. | 312 | |
| Line is longer than 80 characters. | 313 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter sapQL should be final. | 23 | |
| Parameter parameter should be final. | 23 | |
| Parameter maxResults should be final. | 23 | |
| Parameter fetchFullData should be final. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter sapQL should be final. | 27 | |
| Parameter maxResults should be final. | 27 | |
| Parameter fetchFullData should be final. | 27 | |
| Line is longer than 80 characters. | 31 | |
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter sapQL should be final. | 31 | |
| Parameter parameters should be final. | 31 | |
| Parameter maxResults should be final. | 31 | |
| Parameter fetchFullData should be final. | 31 | |
| Line is longer than 80 characters. | 41 | |
| Method 'fetchFullData' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter fetchFullData should be final. | 41 | |
| Parameter resultsFromSearchHelp should be final. | 41 | |
| Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter primaryKeys should be final. | 54 | |
| Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter primaryKey should be final. | 63 | |
| Method 'generateInputMap' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter id should be final. | 72 | |
| Method 'generateInputMap' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter ids should be final. | 78 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter connection should be final. | 18 | |
| 'connection' hides a field. | 18 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Parameter sql should be final. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter sql should be final. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 73 | |
| Method 'getMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 90 | |
| Parameter max should be final. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 103 | |
| Method 'getMaxRows' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Parameter max should be final. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Parameter enable should be final. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 144 | |
| Method 'getQueryTimeout' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 156 | |
| Parameter seconds should be final. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 187 | |
| Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 225 | |
| Parameter name should be final. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Parameter sql should be final. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 269 | |
| Method 'getResultSet' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 282 | |
| Method 'getUpdateCount' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| Line is longer than 80 characters. | 308 | |
| Line is longer than 80 characters. | 325 | |
| Line is longer than 80 characters. | 326 | |
| Parameter direction should be final. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line is longer than 80 characters. | 363 | |
| Parameter rows should be final. | 368 | |
| Line is longer than 80 characters. | 369 | |
| Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| Line is longer than 80 characters. | 388 | |
| Method 'getResultSetConcurrency' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| Expected @throws tag for 'SQLException'. | 401 | |
| Line is longer than 80 characters. | 402 | |
| Method 'getResultSetType' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Expected @throws tag for 'SQLException'. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Parameter sql should be final. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 447 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 490 | |
| Line is longer than 80 characters. | 493 | |
| Line is longer than 80 characters. | 494 | |
| Line is longer than 80 characters. | 495 | |
| Method 'executeBatch' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| Line is longer than 80 characters. | 501 | |
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| Line is longer than 80 characters. | 515 | |
| Method 'getResultSetHoldability' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| Line is longer than 80 characters. | 528 | |
| Line is longer than 80 characters. | 533 | |
| Line is longer than 80 characters. | 551 | |
| Line is longer than 80 characters. | 553 | |
| Line is longer than 80 characters. | 555 | |
| Line is longer than 80 characters. | 556 | |
| Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| Parameter current should be final. | 561 | |
| Line is longer than 80 characters. | 562 | |
| Line is longer than 80 characters. | 571 | |
| Line is longer than 80 characters. | 572 | |
| Line is longer than 80 characters. | 582 | |
| Line is longer than 80 characters. | 583 | |
| Line is longer than 80 characters. | 584 | |
| Line is longer than 80 characters. | 587 | |
| Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| Parameter sql should be final. | 587 | |
| Parameter autoGeneratedKeys should be final. | 587 | |
| Line is longer than 80 characters. | 588 | |
| Line is longer than 80 characters. | 604 | |
| Line is longer than 80 characters. | 612 | |
| Line is longer than 80 characters. | 613 | |
| Line is longer than 80 characters. | 619 | |
| Line is longer than 80 characters. | 621 | |
| Line is longer than 80 characters. | 629 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| Parameter sql should be final. | 629 | |
| Parameter autoGeneratedKeys should be final. | 629 | |
| Line is longer than 80 characters. | 630 | |
| Line is longer than 80 characters. | 640 | |
| Line is longer than 80 characters. | 644 | |
| Line is longer than 80 characters. | 648 | |
| Line is longer than 80 characters. | 649 | |
| Line is longer than 80 characters. | 653 | |
| Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. | 653 | |
| Parameter sql should be final. | 653 | |
| Parameter columnIndexes should be final. | 653 | |
| Array brackets at illegal position. | 653 | |
| Line is longer than 80 characters. | 654 | |
| Line is longer than 80 characters. | 672 | |
| Line is longer than 80 characters. | 680 | |
| Line is longer than 80 characters. | 686 | |
| Line is longer than 80 characters. | 693 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 693 | |
| Parameter sql should be final. | 693 | |
| Parameter columnIndexes should be final. | 693 | |
| Array brackets at illegal position. | 693 | |
| Line is longer than 80 characters. | 694 | |
| Line is longer than 80 characters. | 703 | |
| Method 'getGeneratedKeys' is not designed for extension - needs to be abstract, final or empty. | 708 | |
| Line is longer than 80 characters. | 709 | |
| Line is longer than 80 characters. | 719 | |
| Line is longer than 80 characters. | 722 | |
| Line is longer than 80 characters. | 726 | |
| Line is longer than 80 characters. | 727 | |
| Line is longer than 80 characters. | 731 | |
| Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| Parameter sql should be final. | 731 | |
| Parameter columnNames should be final. | 731 | |
| Array brackets at illegal position. | 731 | |
| Line is longer than 80 characters. | 732 | |
| Line is longer than 80 characters. | 750 | |
| Line is longer than 80 characters. | 758 | |
| Line is longer than 80 characters. | 764 | |
| Line is longer than 80 characters. | 772 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 772 | |
| Parameter sql should be final. | 772 | |
| Parameter columnNames should be final. | 772 | |
| Array brackets at illegal position. | 772 | |
| Line is longer than 80 characters. | 773 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| 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 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| '5' is a magic number. | 24 | |
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter username should be final. | 30 | |
| 'username' hides a field. | 30 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter password should be final. | 38 | |
| 'password' hides a field. | 38 | |
| Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter host should be final. | 46 | |
| 'host' hides a field. | 46 | |
| Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'setClient' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter client should be final. | 54 | |
| 'client' hides a field. | 54 | |
| Method 'getSystemNr' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'setSystemNr' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter systemNr should be final. | 62 | |
| 'systemNr' hides a field. | 62 | |
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter language should be final. | 70 | |
| 'language' hides a field. | 70 | |
| Method 'getPoolSize' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Method 'setPoolSize' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter poolSize should be final. | 78 | |
| 'poolSize' hides a field. | 78 | |
| Method 'getRepository' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 87 | |
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Redundant throws: 'DataAccessResourceFailureException' is unchecked exception. | 87 | |
| 'pool' hides a field. | 89 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 96 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| ',' is not followed by whitespace. | 103 | |
| Line is longer than 80 characters. | 104 | |
| '60000' is a magic number. | 106 | |
| '60000' is a magic number. | 107 | |
| Line is longer than 80 characters. | 112 | |
| Method 'release' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter connection should be final. | 118 | |
| Line is longer than 80 characters. | 123 | |
| Must have at least one statement. | 127 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 15 | |
| 'static' modifier out of order with the JLS suggestions. | 15 | |
| Name 'cache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Method 'getCachedInvoker' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter sapFieldMapping should be final. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Method 'cacheInvoker' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter sapFieldMapping should be final. | 28 | |
| Parameter invoker should be final. | 28 | |
| Method 'getCachedField' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter sapFieldMapping should be final. | 33 | |
| Method 'cacheField' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter sapFieldMapping should be final. | 38 | |
| Parameter field should be final. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter className should be final. | 20 | |
| 'className' hides a field. | 20 | |
| Method 'setBapi' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter bapi should be final. | 24 | |
| 'bapi' hides a field. | 24 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'getBapi' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getInputLists' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'addInputList' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter inputList should be final. | 40 | |
| '3' is a magic number. | 42 | |
| Method 'getOutputList' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'setOutputList' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter outputList should be final. | 51 | |
| 'outputList' hides a field. | 51 | |
| Method 'getFieldSelection' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'setFieldSelection' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter fieldSelection should be final. | 59 | |
| 'fieldSelection' hides a field. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 19 | |
| First sentence should end with a period. | 21 | |
| First sentence should end with a period. | 25 | |
| First sentence should end with a period. | 29 | |
| First sentence should end with a period. | 33 | |
| First sentence should end with a period. | 37 | |
| First sentence should end with a period. | 41 | |
| First sentence should end with a period. | 45 | |
| First sentence should end with a period. | 49 | |
| First sentence should end with a period. | 53 | |
| First sentence should end with a period. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Method 'getOption' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 95 | |
| Method 'setOption' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter option should be final. | 97 | |
| 'option' hides a field. | 97 | |
| Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| First sentence should end with a period. | 110 | |
| Method 'setField' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter field should be final. | 115 | |
| 'field' hides a field. | 115 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 126 | |
| Method 'setIncluded' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter include should be final. | 128 | |
| Line is longer than 80 characters. | 133 | |
| Method 'isIncluded' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Line is longer than 80 characters. | 144 | |
| Method 'getLowLimit' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 155 | |
| Method 'setLowLimit' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Parameter lowLimit should be final. | 159 | |
| 'lowLimit' hides a field. | 159 | |
| Method 'getHighLimit' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Line is longer than 80 characters. | 173 | |
| Method 'setHighLimit' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Parameter highLimit should be final. | 177 | |
| 'highLimit' hides a field. | 177 | |
| Line is longer than 80 characters. | 182 | |
| Method 'toMap' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| '5' is a magic number. | 187 | |
| Avoid inline conditionals. | 190 |
| Violation | Message | Line |
|---|---|---|
| Parameter errorCode should be final. | 20 | |
| Expected @param tag for 'errorCode'. | 20 | |
| Parameter reason should be final. | 20 | |
| Line is longer than 80 characters. | 21 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.sapjcosupport.SapDataSource. | 5 | |
| Using the '.*' form of import should be avoided - java.sql.*. | 8 | |
| Missing a Javadoc comment. | 17 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Method 'getNativeConnection' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Method 'getFunctionRepository' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter nativeConnection should be final. | 30 | |
| 'nativeConnection' hides a field. | 30 | |
| Parameter functionRepository should be final. | 30 | |
| 'functionRepository' hides a field. | 30 | |
| Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter sql should be final. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter sql should be final. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Parameter sql should be final. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Parameter autoCommit should be final. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 194 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Parameter readOnly should be final. | 312 | |
| Line is longer than 80 characters. | 313 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Line is longer than 80 characters. | 323 | |
| Parameter catalog should be final. | 334 | |
| Expected @param tag for 'catalog'. | 334 | |
| Line is longer than 80 characters. | 335 | |
| Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Line is longer than 80 characters. | 345 | |
| Line is longer than 80 characters. | 358 | |
| Parameter level should be final. | 363 | |
| Line is longer than 80 characters. | 364 | |
| Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| Line is longer than 80 characters. | 374 | |
| Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| Line is longer than 80 characters. | 387 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 413 | |
| Line is longer than 80 characters. | 416 | |
| Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Parameter resultSetType should be final. | 416 | |
| Parameter resultSetConcurrency should be final. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 435 | |
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| Parameter sql should be final. | 435 | |
| Expected @param tag for 'sql'. | 435 | |
| Parameter resultSetType should be final. | 435 | |
| Parameter resultSetConcurrency should be final. | 435 | |
| Line is longer than 80 characters. | 436 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 452 | |
| Line is longer than 80 characters. | 455 | |
| Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| Parameter sql should be final. | 455 | |
| Expected @param tag for 'sql'. | 455 | |
| Parameter resultSetType should be final. | 455 | |
| Parameter resultSetConcurrency should be final. | 455 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 466 | |
| Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| Expected @throws tag for 'SQLException'. | 469 | |
| Line is longer than 80 characters. | 470 | |
| Line is longer than 80 characters. | 481 | |
| Parameter map should be final. | 484 | |
| Expected @throws tag for 'SQLException'. | 484 | |
| Line is longer than 80 characters. | 485 | |
| Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| Line is longer than 80 characters. | 501 | |
| Line is longer than 80 characters. | 512 | |
| Line is longer than 80 characters. | 513 | |
| Parameter holdability should be final. | 519 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 529 | |
| Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| Line is longer than 80 characters. | 535 | |
| Line is longer than 80 characters. | 545 | |
| Parameter savepoint should be final. | 549 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 561 | |
| Line is longer than 80 characters. | 562 | |
| Parameter savepoint should be final. | 568 | |
| Line is longer than 80 characters. | 569 | |
| Line is longer than 80 characters. | 583 | |
| Line is longer than 80 characters. | 591 | |
| Line is longer than 80 characters. | 592 | |
| Line is longer than 80 characters. | 597 | |
| Line is longer than 80 characters. | 598 | |
| Line is longer than 80 characters. | 602 | |
| Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| Parameter resultSetType should be final. | 602 | |
| Parameter resultSetConcurrency should be final. | 602 | |
| Parameter resultSetHoldability should be final. | 602 | |
| Line is longer than 80 characters. | 603 | |
| Line is longer than 80 characters. | 604 | |
| Line is longer than 80 characters. | 614 | |
| Line is longer than 80 characters. | 615 | |
| Line is longer than 80 characters. | 619 | |
| Line is longer than 80 characters. | 627 | |
| Line is longer than 80 characters. | 628 | |
| Line is longer than 80 characters. | 634 | |
| Line is longer than 80 characters. | 635 | |
| Line is longer than 80 characters. | 639 | |
| Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| Parameter sql should be final. | 639 | |
| Parameter resultSetType should be final. | 639 | |
| Parameter resultSetConcurrency should be final. | 639 | |
| Line is longer than 80 characters. | 640 | |
| Parameter resultSetHoldability should be final. | 640 | |
| Line is longer than 80 characters. | 641 | |
| Line is longer than 80 characters. | 665 | |
| Line is longer than 80 characters. | 675 | |
| Line is longer than 80 characters. | 676 | |
| Line is longer than 80 characters. | 680 | |
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. | 680 | |
| Parameter sql should be final. | 680 | |
| Parameter autoGeneratedKeys should be final. | 680 | |
| Line is longer than 80 characters. | 681 | |
| Line is longer than 80 characters. | 693 | |
| Line is longer than 80 characters. | 694 | |
| Line is longer than 80 characters. | 699 | |
| Line is longer than 80 characters. | 707 | |
| Line is longer than 80 characters. | 708 | |
| Line is longer than 80 characters. | 714 | |
| Line is longer than 80 characters. | 715 | |
| Line is longer than 80 characters. | 719 | |
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. | 719 | |
| Parameter sql should be final. | 719 | |
| Parameter resultSetType should be final. | 719 | |
| Parameter resultSetConcurrency should be final. | 719 | |
| Line is longer than 80 characters. | 720 | |
| Parameter resultSetHoldability should be final. | 720 | |
| Line is longer than 80 characters. | 721 | |
| Line is longer than 80 characters. | 754 | |
| Line is longer than 80 characters. | 762 | |
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. | 762 | |
| Parameter sql should be final. | 762 | |
| Parameter columnIndexes should be final. | 762 | |
| Array brackets at illegal position. | 762 | |
| Line is longer than 80 characters. | 763 | |
| Line is longer than 80 characters. | 773 | |
| Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. | 778 | |
| Parameter name should be final. | 778 | |
| Line is longer than 80 characters. | 779 | |
| Line is longer than 80 characters. | 820 | |
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. | 820 | |
| Parameter sql should be final. | 820 | |
| Parameter columnNames should be final. | 820 | |
| Array brackets at illegal position. | 820 | |
| Line is longer than 80 characters. | 821 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |