The following document contains the results of PMD 4.2.5.
| Violation | Line |
|---|---|
| A method should have only one exit point, and that should be the last statement in the method | 63 |
| A method should have only one exit point, and that should be the last statement in the method | 67 |
| Assigning an Object to null is a code smell. Consider refactoring. | 78 |
| Found 'DU'-anomaly for variable 'sftp' (lines '126'-'138'). | 126 - 138 |
| Avoid using final local variables, turn them into fields | 142 |
| Use explicit scoping instead of the default package private level | 196 - 210 |
| Assigning an Object to null is a code smell. Consider refactoring. | 228 |
| Violation | Line |
|---|---|
| Found 'DU'-anomaly for variable 'ssh' (lines '69'-'76'). | 69 - 76 |
| Violation | Line |
|---|---|
| Use explicit scoping instead of the default package private level | 47 |
| Assigning an Object to null is a code smell. Consider refactoring. | 63 |
| Assigning an Object to null is a code smell. Consider refactoring. | 68 |
| Found 'DU'-anomaly for variable 'ssh' (lines '83'-'112'). | 83 - 112 |
| Avoid using final local variables, turn them into fields | 99 |
| Assigning an Object to null is a code smell. Consider refactoring. | 102 |
| Avoid empty catch blocks | 120 - 121 |
| Violation | Line |
|---|---|
| It is a good practice to call super() in a constructor | 51 - 52 |