PMD Results
The following document contains the results of PMD 4.2.2.
Files
net/sourceforge/domian/repository/AbstractXStreamSingleXmlFileRepository.java
Violation | Line |
---|
Too many static imports may lead to messy code | 16 - 279 |
No need to import a type that lives in the same package | 32 |
No need to import a type that lives in the same package | 33 |
These nested if statements could be combined | 187 - 189 |
net/sourceforge/domian/repository/AbstractXStreamXmlFilePerEntityRepository.java
Violation | Line |
---|
Too many static imports may lead to messy code | 16 - 397 |
No need to import a type that lives in the same package | 36 |
No need to import a type that lives in the same package | 37 |
No need to import a type that lives in the same package | 38 |
No need to import a type that lives in the same package | 39 |
net/sourceforge/domian/repository/AbstractXStreamXmlFileRepository.java
Violation | Line |
---|
Too many static imports may lead to messy code | 16 - 314 |
No need to import a type that lives in the same package | 31 |
No need to import a type that lives in the same package | 32 |
No need to import a type that lives in the same package | 33 |
No need to import a type that lives in the same package | 34 |
net/sourceforge/domian/repository/InMemoryAndXStreamXmlFileRepository.java
Violation | Line |
---|
Avoid unused imports such as 'org.apache.commons.lang.NotImplementedException' | 25 |
No need to import a type that lives in the same package | 28 |
No need to import a type that lives in the same package | 29 |
No need to import a type that lives in the same package | 30 |
net/sourceforge/domian/repository/XStreamXmlFilePerEntityRepository.java
Violation | Line |
---|
Avoid unused imports such as 'net.sourceforge.domian.repository.EntityPersistenceMetaData' | 29 |
No need to import a type that lives in the same package | 29 |
No need to import a type that lives in the same package | 30 |
No need to import a type that lives in the same package | 32 |