PMD Results
The following document contains the results of PMD
3.9.
Files
org/whatsitcalled/webflange/service/TestService.java
| Violation |
Line |
| Avoid unused imports such as 'javax.jws.WebParam.Mode' |
4
|
| Avoid unused imports such as 'javax.jws.soap.SOAPBinding.Style' |
7
|
| Avoid unused imports such as 'javax.jws.soap.SOAPBinding' |
8
|
org/whatsitcalled/webflange/service/TestService_TestServicePort_Client.java
| Violation |
Line |
| Avoid unused imports such as 'javax.jws.WebMethod' |
13
|
| Avoid unused imports such as 'javax.jws.WebResult' |
14
|
| Avoid unused imports such as 'javax.xml.ws.RequestWrapper' |
15
|
| Avoid unused imports such as 'javax.xml.ws.ResponseWrapper' |
16
|
org/whatsitcalled/webflange/service/TestServiceService.java
| Violation |
Line |
| No need to import a type that lives in the same package |
10
|