Violation | Line |
---|
Avoid duplicate imports such as 'java.io.File' | 91 |
Avoid duplicate imports such as 'java.io.FileNotFoundException' | 92 |
Avoid duplicate imports such as 'java.io.FileReader' | 93 |
Avoid duplicate imports such as 'java.io.IOException' | 94 |
Avoid duplicate imports such as 'java.util.ArrayList' | 95 |
Avoid duplicate imports such as 'java.util.List' | 96 |
Avoid duplicate imports such as 'javax.servlet.http.HttpServletResponse' | 97 |
These nested if statements could be combined | 261 - 339 |
These nested if statements could be combined | 518 - 525 |
Avoid unused method parameters such as 'request'. | 595 - 644 |
Avoid empty catch blocks | 633 - 636 |
Avoid empty catch blocks | 719 - 722 |
Avoid empty catch blocks | 723 - 726 |
Avoid empty catch blocks | 727 - 730 |