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
Files
org.apache.myfaces.commons.examples.DateTimeBean
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.commons.examples.DateTimeBean.getDate1() may expose internal representation by returning DateTimeBean.date1 | MALICIOUS_CODE | EI_EXPOSE_REP | 53 | Medium |
| org.apache.myfaces.commons.examples.DateTimeBean.getDate2() may expose internal representation by returning DateTimeBean.date2 | MALICIOUS_CODE | EI_EXPOSE_REP | 63 | Medium |
| org.apache.myfaces.commons.examples.DateTimeBean.setDate1(Date) may expose internal representation by storing an externally mutable object into DateTimeBean.date1 | MALICIOUS_CODE | EI_EXPOSE_REP2 | 58 | Medium |
| org.apache.myfaces.commons.examples.DateTimeBean.setDate2(Date) may expose internal representation by storing an externally mutable object into DateTimeBean.date2 | MALICIOUS_CODE | EI_EXPOSE_REP2 | 68 | Medium |
| DateTimeBean.typeSelect not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Low |
org.apache.myfaces.commons.examples.NumberBean
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| NumberBean.typeSelect not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Low |
org.apache.myfaces.commons.examples.validate.ValidateCreditCard
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| ValidateCreditCard.creditCardTypeSelect not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Low |
org.apache.myfaces.commons.exporter.ExporterBean
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.commons.exporter.ExporterBean is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 29 | Low |
org.apache.myfaces.commons.renderone.RenderOneBean
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.commons.renderone.RenderOneBean is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 27 | Low |
org.apache.myfaces.commons.servlet.SourceCodeServlet
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception is caught when Exception is not thrown in org.apache.myfaces.commons.servlet.SourceCodeServlet.doGet(HttpServletRequest, HttpServletResponse) | STYLE | REC_CATCH_EXCEPTION | 94 | Low |
| org.apache.myfaces.commons.servlet.SourceCodeServlet is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 33 | Low |