PMD Results
The following document contains the results of PMD 3.9.
Files
org/abstracthorizon/proximity/access/RepositoryPermission.java
| Violation | Line |
|---|
| Ensure you override both equals() and hashCode() | 76 |
org/abstracthorizon/proximity/events/ItemMoveEvent.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'target'. | 39 - 43 |
org/abstracthorizon/proximity/impl/AbstractRepository.java
| Violation | Line |
|---|
| These nested if statements could be combined | 546 - 560 |
org/abstracthorizon/proximity/impl/LogicDrivenRepositoryImpl.java
| Violation | Line |
|---|
| These nested if statements could be combined | 81 - 102 |
| These nested if statements could be combined | 119 - 137 |
org/abstracthorizon/proximity/indexer/Indexer.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.abstracthorizon.proximity.ItemNotFoundException' | 22 |
org/abstracthorizon/proximity/storage/local/ReadOnlyFileSystemStorage.java
| Violation | Line |
|---|
| These nested if statements could be combined | 80 - 83 |
| These nested if statements could be combined | 114 - 117 |