PMD Results
The following document contains the results of PMD 4.2.2.
Files
WSAG4J: Client - org/ogf/graap/wsag/client/remote/Axis2SoapClient.java
Violation | Line |
---|
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 449 |
WSAG4J: Integration Tests - org/ogf/graap/wsag/it/AbstractIntegrationTest.java
Violation | Line |
---|
Overriding method merely calls super | 178 - 181 |
WSAG4J: Samples - org/ogf/graap/wsag/samples/actions/SampleAgreement.java
Violation | Line |
---|
These nested if statements could be combined | 88 - 91 |
WSAG4J: Samples - org/ogf/graap/wsag/samples/SampleAgreement.java
Violation | Line |
---|
These nested if statements could be combined | 97 - 100 |
WSAG4J: Samples - org/ogf/graap/wsag/samples/SampleMonitoredAgreement.java
Violation | Line |
---|
These nested if statements could be combined | 88 - 91 |
WSAG4J: Samples - org/ogf/graap/wsag/samples/site/ExampleAgreement.java
Violation | Line |
---|
These nested if statements could be combined | 93 - 96 |
WSAG4J: Security Module - org/ogf/graap/wsag/security/core/client/Merlin.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'loader'. | 94 - 98 |
Avoid unused constructor parameters such as 'properties'. | 94 - 98 |
WSAG4J: Server - org/ogf/graap/wsag/server/engine/GenericNegotiation.java
Violation | Line |
---|
These nested if statements could be combined | 372 - 378 |
WSAG4J: Server - org/ogf/graap/wsag/server/monitoring/MonitorableAgreement.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'persistentAgreementContainer'. | 211 - 215 |
WSAG4J: Server - org/ogf/graap/wsag/server/persistence/impl/DatabasePersistentAgreement.java
Violation | Line |
---|
Avoid unused method parameters such as 'pContext'. | 464 - 499 |
WSAG4J: WS-Stack Integration - org/ogf/graap/wsag/wsrf/bootstrap/Bootstrap.java
Violation | Line |
---|
These nested if statements could be combined | 572 - 576 |
WSAG4J: WS-Stack Integration - org/ogf/graap/wsag/wsrf/faults/AbstractAgreementFault.java
Violation | Line |
---|
Avoid empty catch blocks | 184 - 187 |