PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/identityconnectors/test/common/PropertyBag.java
| Violation | Line |
|---|
| A method should have only one exit point, and that should be the last statement in the method | 52 |
| A method should have only one exit point, and that should be the last statement in the method | 75 |
| Use explicit scoping instead of the default package private level | 98 - 100 |
org/identityconnectors/test/common/TestHelpers.java
| Violation | Line |
|---|
| Use explicit scoping instead of the default package private level | 226 - 239 |
| Use explicit scoping instead of the default package private level | 241 - 250 |
| Use explicit scoping instead of the default package private level | 252 - 280 |
| Use explicit scoping instead of the default package private level | 282 - 294 |
org/identityconnectors/test/common/spi/TestHelpersSpi.java
| Violation | Line |
|---|
| Avoid modifiers which are implied by the context | 43 - 44 |
| Avoid modifiers which are implied by the context | 46 |
| Avoid modifiers which are implied by the context | 48 - 50 |
| Avoid modifiers which are implied by the context | 52 |