The following document contains the results of PMD 4.2.2.
| Violation | Line |
|---|---|
| Found 'DD'-anomaly for variable 'user' (lines '124'-'127'). | 124 - 127 |
| Found 'DD'-anomaly for variable 'user' (lines '124'-'129'). | 124 - 129 |
| Found 'DD'-anomaly for variable 'user' (lines '142'-'154'). | 142 - 154 |
| Found 'DD'-anomaly for variable 'conn' (lines '144'-'148'). | 144 - 148 |
| Found 'DD'-anomaly for variable 'stmt' (lines '145'-'150'). | 145 - 150 |
| Found 'DD'-anomaly for variable 'rs' (lines '146'-'152'). | 146 - 152 |
| Assigning an Object to null is a code smell. Consider refactoring. | 169 |
| Found 'DU'-anomaly for variable 'rs' (lines '169'-'191'). | 169 - 191 |
| Assigning an Object to null is a code smell. Consider refactoring. | 177 |
| Found 'DU'-anomaly for variable 'stmt' (lines '177'-'191'). | 177 - 191 |
| Assigning an Object to null is a code smell. Consider refactoring. | 186 |
| Found 'DU'-anomaly for variable 'conn' (lines '186'-'191'). | 186 - 191 |
| Found 'DD'-anomaly for variable 'ds' (lines '197'-'203'). | 197 - 203 |