PMD Results

The following document contains the results of PMD 4.1.

Files

com/gridsystems/utils/FileUtils.java

Violation Line
Avoid empty catch blocks 82

com/gridsystems/utils/KeyStoreUtils.java

Violation Line
Avoid empty catch blocks 139 - 140

com/gridsystems/utils/NetUtils.java

Violation Line
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! 87
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! 93
These nested if statements could be combined 227 - 229
These nested if statements could be combined 252 - 255

com/gridsystems/utils/SortedFileProperties.java

Violation Line
Avoid empty catch blocks 77 - 79
Avoid empty catch blocks 82 - 83

com/gridsystems/utils/SystemUtils.java

Violation Line
Avoid empty catch blocks 190
Avoid empty catch blocks 212 - 213