FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.2

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
107 3 0 0

org.restafarian.approval.servlets.RequestForApprovalSelectorServlet

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 74 Low

org.restafarian.approval.servlets.RequestForApprovalServlet

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