PMD Results
The following document contains the results of PMD 4.3.
Files
com/clickconcepts/exception/CustomExceptionAssert.java
Violation | Line |
---|
Private field 'info' could be made final; it is only initialized in the declaration or constructor. | 11 |
Private field 'exceptionHelper' could be made final; it is only initialized in the declaration or constructor. | 13 |
com/clickconcepts/exception/CustomExceptionAssertContainer.java
Violation | Line |
---|
Private field 'failures' could be made final; it is only initialized in the declaration or constructor. | 22 |
com/clickconcepts/fest/assertsion/AbstractExpectedException.java
Violation | Line |
---|
Avoid instantiation through private constructors from outside of the constructor's class. | 23 |