Apache MyFaces
Documentation
Foundation

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is low

Effort is min

Summary

ClassesBugsErrorsMissing Classes
151100

org.apache.myfaces.commons.examples.DateTimeBean

BugCategoryDetailsLinePriority
org.apache.myfaces.commons.examples.DateTimeBean.getDate1() may expose internal representation by returning DateTimeBean.date1MALICIOUS_CODEEI_EXPOSE_REP53Medium
org.apache.myfaces.commons.examples.DateTimeBean.getDate2() may expose internal representation by returning DateTimeBean.date2MALICIOUS_CODEEI_EXPOSE_REP63Medium
org.apache.myfaces.commons.examples.DateTimeBean.setDate1(Date) may expose internal representation by storing an externally mutable object into DateTimeBean.date1MALICIOUS_CODEEI_EXPOSE_REP258Medium
org.apache.myfaces.commons.examples.DateTimeBean.setDate2(Date) may expose internal representation by storing an externally mutable object into DateTimeBean.date2MALICIOUS_CODEEI_EXPOSE_REP268Medium
DateTimeBean.typeSelect not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORLow

org.apache.myfaces.commons.examples.NumberBean

BugCategoryDetailsLinePriority
NumberBean.typeSelect not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORLow

org.apache.myfaces.commons.examples.validate.ValidateCreditCard

BugCategoryDetailsLinePriority
ValidateCreditCard.creditCardTypeSelect not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORLow

org.apache.myfaces.commons.exporter.ExporterBean

BugCategoryDetailsLinePriority
org.apache.myfaces.commons.exporter.ExporterBean is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID29Low

org.apache.myfaces.commons.renderone.RenderOneBean

BugCategoryDetailsLinePriority
org.apache.myfaces.commons.renderone.RenderOneBean is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID27Low

org.apache.myfaces.commons.servlet.SourceCodeServlet

BugCategoryDetailsLinePriority
Exception is caught when Exception is not thrown in org.apache.myfaces.commons.servlet.SourceCodeServlet.doGet(HttpServletRequest, HttpServletResponse)STYLEREC_CATCH_EXCEPTION94Low
org.apache.myfaces.commons.servlet.SourceCodeServlet is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID33Low