| Violation | Line |
|---|
| Avoid unused imports such as 'java.io.OutputStream' | 20 |
| Avoid unused imports such as 'java.util.Locale' | 23 |
| Avoid unused imports such as 'javax.servlet.ServletRequest' | 24 |
| Avoid unused imports such as 'javax.servlet.ServletResponse' | 25 |
| Avoid unused imports such as 'javax.servlet.ServletException' | 26 |
| Avoid duplicate imports such as 'javax.servlet.ServletResponse' | 28 |
| Avoid unused imports such as 'javax.servlet.ServletResponseWrapper' | 29 |
| Avoid empty catch blocks | 169 - 170 |
| Avoid unused private methods such as 'getCharsetFromContentType(String)' | 257 |