PMD Results
The following document contains the results of PMD 4.2.2.
Files
project/gluebooster/jsf/ViewPrefixHandler.java
| Violation |
Line |
| Avoid unused imports such as 'java.util.Locale' |
4 |
| Avoid unused private fields such as 'prefix'. |
29 |
project/gluebooster/jsf/WebApplicationContextViewHandler.java
| Violation |
Line |
| Avoid unused imports such as 'javax.faces.FactoryFinder' |
3 |
| Avoid unused imports such as 'javax.faces.context.FacesContextFactory' |
6 |
project/gluebooster/net/demo/SimpleHttpServerTest.java
| Violation |
Line |
| Avoid empty try blocks |
10 - 13 |
project/gluebooster/net/OneRequestPerConnectionHttpServer.java
| Violation |
Line |
| Avoid unused imports such as 'java.io.IOException' |
3 |
| Avoid empty while statements |
50 - 80 |