PMD Results
The following document contains the results of PMD
4.1.
Files
org/apache/commons/id/Hex.java
Violation |
Line |
No need to import a type that lives in the same package |
20
|
No need to import a type that lives in the same package |
21
|
org/apache/commons/id/uuid/clock/ThreadClockImpl.java
Violation |
Line |
Avoid unused constructor parameters such as 'isWorkerThread'. |
91
- 97
|
org/apache/commons/id/uuid/NodeManagerImpl.java
Violation |
Line |
Avoid empty catch blocks |
102
- 104
|
org/apache/commons/id/uuid/state/InMemoryStateImpl.java
Violation |
Line |
Avoid unnecessary return statements |
60
|
Avoid unnecessary return statements |
69
|
org/apache/commons/id/uuid/state/ReadOnlyResourceStateImpl.java
Violation |
Line |
Avoid empty catch blocks |
118
- 120
|
Avoid unnecessary return statements |
145
|
Avoid unnecessary return statements |
153
|
org/apache/commons/id/uuid/state/ReadWriteFileStateImpl.java
Violation |
Line |
Avoid unused private methods such as 'genXML(Set,long)'. |
82
|
Avoid empty catch blocks |
121
- 123
|
An empty statement (semicolon) not part of a loop |
127
|
org/apache/commons/id/uuid/state/StateHelper.java
Violation |
Line |
Avoid empty catch blocks |
182
- 184
|
Avoid empty catch blocks |
200
- 202
|