PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

net/avcompris/examples/users3/dao/impl/Comparators.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1348

net/avcompris/examples/users3/dao/impl/UsersDaoInMemory.java

Rule Violation Line
ImportFromSamePackage No need to import a type that lives in the same package 30
ImportFromSamePackage No need to import a type that lives in the same package 31

Files

net/avcompris/examples/users3/dao/impl/Comparators.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 1348

net/avcompris/examples/users3/dao/impl/UsersDaoInMemory.java

Rule Violation Priority Line
ImportFromSamePackage No need to import a type that lives in the same package 3 30
ImportFromSamePackage No need to import a type that lives in the same package 3 31