The following document contains the results of FindBugs Report
FindBugs Version is 1.3.2
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 107 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.restafarian.approval.servlets.RequestForApprovalSelectorServlet | 1 |
| org.restafarian.approval.servlets.RequestForApprovalServlet | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 74 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Call to equals() comparing different types in org.restafarian.approval.servlets.RequestForApprovalServlet.sendRequestForApproval(int, HttpServletRequest, HttpServletResponse) | CORRECTNESS | EC_UNRELATED_TYPES | 165 | High |
| Exception is caught when Exception is not thrown in org.restafarian.approval.servlets.RequestForApprovalServlet.buildRequestForApprovalFromInput(HttpServletRequest, HttpServletResponse) | STYLE | REC_CATCH_EXCEPTION | 291 | Low |