Parent Project
Foundation

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
129 18 0 0

org.apache.myfaces.tobago.example.reference.DynamicController

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.apache.myfaces.tobago.example.reference.DynamicController.createTag() STYLE REC_CATCH_EXCEPTION 64 Low

org.apache.myfaces.tobago.example.reference.DynamicTag

Bug Category Details Line Priority
org.apache.myfaces.tobago.example.reference.DynamicTag is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 26-58 Low

org.apache.myfaces.tobago.example.test.SessionController

Bug Category Details Line Priority
org.apache.myfaces.tobago.example.test.SessionController.getDate() may expose internal representation by returning SessionController.date MALICIOUS_CODE EI_EXPOSE_REP 87 Medium
org.apache.myfaces.tobago.example.test.SessionController.getValidityEnd() may expose internal representation by returning SessionController.validityEnd MALICIOUS_CODE EI_EXPOSE_REP 190 Medium
org.apache.myfaces.tobago.example.test.SessionController.getValidityStart() may expose internal representation by returning SessionController.validityStart MALICIOUS_CODE EI_EXPOSE_REP 182 Medium
org.apache.myfaces.tobago.example.test.SessionController.setDate(Date) may expose internal representation by storing an externally mutable object into SessionController.date MALICIOUS_CODE EI_EXPOSE_REP2 91 Medium
org.apache.myfaces.tobago.example.test.SessionController.setValidityEnd(Date) may expose internal representation by storing an externally mutable object into SessionController.validityEnd MALICIOUS_CODE EI_EXPOSE_REP2 194 Medium
org.apache.myfaces.tobago.example.test.SessionController.setValidityStart(Date) may expose internal representation by storing an externally mutable object into SessionController.validityStart MALICIOUS_CODE EI_EXPOSE_REP2 186 Medium

org.apache.myfaces.tobago.example.test.SolarServlet

Bug Category Details Line Priority
org.apache.myfaces.tobago.example.test.SolarServlet is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 27-38 Low

org.apache.myfaces.tobago.example.test.TestBean

Bug Category Details Line Priority
Empty database password in new org.apache.myfaces.tobago.example.test.TestBean() SECURITY DMI_EMPTY_DB_PASSWORD 159 Medium
org.apache.myfaces.tobago.example.test.TestBean.getDate() may expose internal representation by returning TestBean.date MALICIOUS_CODE EI_EXPOSE_REP 114 Medium
org.apache.myfaces.tobago.example.test.TestBean.getDate1() may expose internal representation by returning TestBean.date1 MALICIOUS_CODE EI_EXPOSE_REP 122 Medium
org.apache.myfaces.tobago.example.test.TestBean.setDate(Date) may expose internal representation by storing an externally mutable object into TestBean.date MALICIOUS_CODE EI_EXPOSE_REP2 118 Medium
org.apache.myfaces.tobago.example.test.TestBean.setDate1(Date) may expose internal representation by storing an externally mutable object into TestBean.date1 MALICIOUS_CODE EI_EXPOSE_REP2 126 Medium
Method new org.apache.myfaces.tobago.example.test.TestBean() may fail to clean up stream or resource of type java.sql.Statement EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 165 Medium
new org.apache.myfaces.tobago.example.test.TestBean() may fail to close PreparedStatement BAD_PRACTICE ODR_OPEN_DATABASE_RESOURCE 171 Medium
new org.apache.myfaces.tobago.example.test.TestBean() may fail to close Statement BAD_PRACTICE ODR_OPEN_DATABASE_RESOURCE 165 Medium
Exception is caught when Exception is not thrown in new org.apache.myfaces.tobago.example.test.TestBean() STYLE REC_CATCH_EXCEPTION 197 Medium