FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is low
Effort is max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|
| 9 | 4 | 0 | 0 |
com.manorrock.jsf.fop.FopPhaseListener
| Bug | Category | Details | Line | Priority |
|---|
| Exception is caught when Exception is not thrown in com.manorrock.jsf.fop.FopPhaseListener.afterPhase(PhaseEvent) | STYLE | REC_CATCH_EXCEPTION | 102 | Low |
com.manorrock.jsf.fop.FopResponseWriter
| Bug | Category | Details | Line | Priority |
|---|
| Unread field: com.manorrock.jsf.fop.FopResponseWriter.characterEncoding | PERFORMANCE | URF_UNREAD_FIELD | 80 | Medium |
| Unread field: com.manorrock.jsf.fop.FopResponseWriter.contentTypeList | PERFORMANCE | URF_UNREAD_FIELD | 81 | Medium |
com.manorrock.jsf.fop.FopTableRenderer
| Bug | Category | Details | Line | Priority |
|---|
| Unchecked/unconfirmed cast from javax.faces.component.UIComponent to javax.faces.component.UIData in com.manorrock.jsf.fop.FopTableRenderer.encodeChildren(FacesContext, UIComponent) | STYLE | BC_UNCONFIRMED_CAST | 98 | Low |