PMD Results

The following document contains the results of PMD 4.2.2.

Files

edu/uci/ics/jung/algorithms/cluster/VoltageClusterer.java

Violation Line
Avoid empty catch blocks 263 - 266
Avoid empty catch blocks 288 - 291

edu/uci/ics/jung/algorithms/filters/KNeighborhoodFilter.java

Violation Line
No need to import a type that lives in the same package 21

edu/uci/ics/jung/algorithms/flows/EdmondsKarpMaxFlow.java

Violation Line
Avoid empty while statements 177 - 178

edu/uci/ics/jung/algorithms/generators/random/BarabasiAlbertGenerator.java

Violation Line
Avoid unused method parameters such as 'preexistingNodes'. 145 - 182

edu/uci/ics/jung/algorithms/layout/AbstractLayout.java

Violation Line
Avoid empty catch blocks 132 - 133

edu/uci/ics/jung/algorithms/layout/FRLayout.java

Violation Line
Avoid empty catch blocks 149
Avoid empty catch blocks 162
Avoid empty catch blocks 173

edu/uci/ics/jung/algorithms/layout/FRLayout2.java

Violation Line
Avoid empty catch blocks 160
Avoid empty catch blocks 172
Avoid empty catch blocks 183

edu/uci/ics/jung/algorithms/layout/ISOMLayout.java

Violation Line
Avoid empty catch blocks 137
Avoid empty catch blocks 185

edu/uci/ics/jung/algorithms/layout/KKLayout.java

Violation Line
Avoid empty catch blocks 164
Avoid empty finally blocks 249 - 251

edu/uci/ics/jung/algorithms/layout/RadiusGraphElementAccessor.java

Violation Line
Avoid empty catch blocks 90
Avoid empty catch blocks 107
Avoid empty catch blocks 176

edu/uci/ics/jung/algorithms/matrix/GraphMatrixOperations.java

Violation Line
These nested if statements could be combined 144 - 145

edu/uci/ics/jung/algorithms/shortestpath/MinimumSpanningForest.java

Violation Line
These nested if statements could be combined 134 - 139
These nested if statements could be combined 143 - 148

edu/uci/ics/jung/algorithms/shortestpath/PrimMinimumSpanningTree.java

Violation Line
These nested if statements could be combined 101 - 106