PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/identityconnectors/test/common/PropertyBag.java

ViolationLine
A method should have only one exit point, and that should be the last statement in the method52
A method should have only one exit point, and that should be the last statement in the method75
Use explicit scoping instead of the default package private level98 - 100

org/identityconnectors/test/common/TestHelpers.java

ViolationLine
Use explicit scoping instead of the default package private level226 - 239
Use explicit scoping instead of the default package private level241 - 250
Use explicit scoping instead of the default package private level252 - 280
Use explicit scoping instead of the default package private level282 - 294

org/identityconnectors/test/common/spi/TestHelpersSpi.java

ViolationLine
Avoid modifiers which are implied by the context43 - 44
Avoid modifiers which are implied by the context46
Avoid modifiers which are implied by the context48 - 50
Avoid modifiers which are implied by the context52