PMD Results

The following document contains the results of PMD 4.3.

Files

goldengate/commandexec/client/LocalExecClientHandler.java

ViolationLine
Avoid if (x != y) ..; else ..;120 - 124

goldengate/commandexec/client/test/LocalExecClientTest.java

ViolationLine
Document empty constructor163 - 164

goldengate/commandexec/server/LocalExecServer.java

ViolationLine
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.40 - 81

goldengate/commandexec/server/LocalExecServerHandler.java

ViolationLine
These nested if statements could be combined236 - 241
Avoid empty catch blocks281 - 282
Avoid empty catch blocks292 - 293
Avoid empty catch blocks304 - 305
Avoid empty catch blocks316 - 317
Avoid empty catch blocks329 - 330
Avoid empty catch blocks335 - 336
Avoid returning from a finally block341
Avoid empty if statements368 - 369
Avoid empty if statements369 - 370
These nested if statements could be combined379 - 381

goldengate/commandexec/ssl/client/test/LocalExecSslClient.java

ViolationLine
Avoid if (x != y) ..; else ..;114 - 119
Document empty constructor195 - 196

goldengate/commandexec/ssl/server/LocalExecSslServer.java

ViolationLine
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.41 - 108
Deeply nested if..then statements are hard to read76 - 78
Avoid if (x != y) ..; else ..;93 - 98

goldengate/commandexec/utils/LocalExecResult.java

ViolationLine
Avoid if (x != y) ..; else ..;72