PMD Results

The following document contains the results of PMD 4.2.2.

Files

org/jtheque/core/managers/core/Core.java

Violation Line
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! 45

org/jtheque/core/managers/lifecycle/Instances.java

Violation Line
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! 44

org/jtheque/core/utils/test/AbstractDBUnitTest.java

Violation Line
Avoid empty catch blocks 203 - 205

Top of the page