PMD Results

The following document contains the results of PMD 4.3.

Files

com/clickconcepts/exception/CustomExceptionAssert.java

ViolationLine
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

ViolationLine
Private field 'failures' could be made final; it is only initialized in the declaration or constructor.22

com/clickconcepts/fest/assertsion/AbstractExpectedException.java

ViolationLine
Avoid instantiation through private constructors from outside of the constructor's class.23