The following document contains the results of PMD 4.2.5.
Violation | Line |
---|---|
The String literal "${not runClustered || readonly ? 15 : 6000}" appears 5 times in this file; the first occurrence is on line 41 | 41 |
This abstract class does not have any abstract methods | 116 - 185 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 121 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 121 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 133 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 133 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 143 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 69 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 91 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 113 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 131 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 87 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 112 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 136 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 160 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 184 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 202 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 305 |
Violation | Line |
---|---|
Avoid throwing raw exception types. | 97 |
Avoid throwing raw exception types. | 99 |
Violation | Line |
---|---|
It is somewhat confusing to have a field name with the same name as a method | 42 |
It is a good practice to call super() in a constructor | 45 - 86 |
It is a good practice to call super() in a constructor | 140 - 142 |
It is a good practice to call super() in a constructor | 144 - 146 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 60 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 98 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 69 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 116 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 136 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 172 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 195 |
Do not add empty strings | 224 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 247 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 31 |
A catch statement that catches an exception only to rethrow it should be avoided. | 36 - 38 |
A catch statement should never catch throwable since it includes errors. | 38 |
Avoid throwing raw exception types. | 39 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 30 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 35 |
Violation | Line |
---|---|
Avoid unused private fields such as 'log'. | 20 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 55 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 57 |
Violation | Line |
---|---|
Do not add empty strings | 33 |
Violation | Line |
---|---|
It is a good practice to call super() in a constructor | 41 - 43 |
Violation | Line |
---|---|
This abstract class does not have any abstract methods | 27 - 108 |
The String literal "unchecked" appears 5 times in this file; the first occurrence is on line 38 | 38 |
Violation | Line |
---|---|
It is a good practice to call super() in a constructor | 97 - 99 |
Avoid throwing raw exception types. | 124 |
New exception is thrown in catch block, original stack trace may be lost | 124 - 126 |
Avoid throwing raw exception types. | 133 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 192 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 202 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 219 |
Avoid throwing raw exception types. | 514 |
New exception is thrown in catch block, original stack trace may be lost | 514 |
A catch statement should never catch throwable since it includes errors. | 600 |
Violation | Line |
---|---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 143 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 166 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 195 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 224 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 242 |
Ensure that resources like this Connection object are closed after use | 276 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 307 |
Ensure that resources like this Connection object are closed after use | 311 |