PMD Results
The following document contains the results of PMD
4.1.
Files
com/gridsystems/innergrid/ftp/FtpConfiguration.java
| Violation |
Line |
| Avoid empty catch blocks |
88
- 89
|
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
96
|
com/gridsystems/innergrid/ftp/GridFileObject.java
| Violation |
Line |
| Avoid empty catch blocks |
598
|
| Avoid empty catch blocks |
600
|
com/gridsystems/innergrid/ftp/GridFileSystemManager.java
| Violation |
Line |
| Overriding method merely calls super |
59
- 61
|
| Overriding method merely calls super |
66
- 68
|
com/gridsystems/innergrid/ftp/GridFtpConfig.java
| Violation |
Line |
| Overriding method merely calls super |
75
- 77
|
| Overriding method merely calls super |
99
- 101
|
| Overriding method merely calls super |
107
- 109
|