|
|
The following document contains the results of
PMD.
| Violation | Line |
| Avoid unused private fields such as 'log' |
36
|
| Private field could be made final. It is only initialized in the declaration or constructor. |
36
|
| Avoid if (x != y) ..; else ..; |
66
|
| Violation | Line |
| Private field could be made final. It is only initialized in the declaration or constructor. |
38
|
| Violation | Line |
| Avoid unused private fields such as 'log' |
37
|
| Private field could be made final. It is only initialized in the declaration or constructor. |
37
|
| Violation | Line |
| Private field could be made final. It is only initialized in the declaration or constructor. |
38
|
| Violation | Line |
| Private field could be made final. It is only initialized in the declaration or constructor. |
40
|
| Avoid if (x != y) ..; else ..; |
111
|
| Violation | Line |
| Private field could be made final. It is only initialized in the declaration or constructor. |
39
|
| Violation | Line |
| Private field could be made final. It is only initialized in the declaration or constructor. |
30
|
| Private field could be made final. It is only initialized in the declaration or constructor. |
31
|
| Violation | Line |
| Avoid unused private fields such as 'log' |
47
|
| Violation | Line |
| All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
38
|
|