FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1307010

Files

ClassBugs
org.apache.myfaces.tobago.example.reference.Controller7

org.apache.myfaces.tobago.example.reference.Controller

BugCategoryDetailsLine
Method org.apache.myfaces.tobago.example.reference.Controller.Controller() invokes inefficient Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR70
Method org.apache.myfaces.tobago.example.reference.Controller.Controller() invokes inefficient Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR73
Method org.apache.myfaces.tobago.example.reference.Controller.Controller() invokes inefficient Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR77
org.apache.myfaces.tobago.example.reference.Controller.getManufacturerSelectItems() may expose internal representation by returning org.apache.myfaces.tobago.example.reference.Controller.carOptionItemsMALICIOUS_CODEEI_EXPOSE_REP111
org.apache.myfaces.tobago.example.reference.Controller.getManufacturerSelectItems() may expose internal representation by returning org.apache.myfaces.tobago.example.reference.Controller.motorbikeOptionItemsMALICIOUS_CODEEI_EXPOSE_REP113
org.apache.myfaces.tobago.example.reference.Controller.getSelectItems() may expose internal representation by returning org.apache.myfaces.tobago.example.reference.Controller.vehicleOptionItemsMALICIOUS_CODEEI_EXPOSE_REP93
Method org.apache.myfaces.tobago.example.reference.Controller.createTag() catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION130