The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.deegree.client.wpsprinter.Configuration | 1 |
org.deegree.client.wpsprinter.ExecuteBean | 2 |
org.deegree.client.wpsprinter.WpsPrinterBean | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.deegree.client.wpsprinter.Configuration.<static initializer>() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 64 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in org.deegree.client.wpsprinter.ExecuteBean.print() | STYLE | REC_CATCH_EXCEPTION | 132 | Medium |
Class org.deegree.client.wpsprinter.ExecuteBean defines non-transient non-serializable instance field template | BAD_PRACTICE | SE_BAD_FIELD | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of wpsClient, which is known to be non-null in org.deegree.client.wpsprinter.WpsPrinterBean.initTemplates() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 139 | Medium |
Exception is caught when Exception is not thrown in org.deegree.client.wpsprinter.WpsPrinterBean.renderMetaInfo(ComponentSystemEvent) | STYLE | REC_CATCH_EXCEPTION | 314 | Medium |
Class org.deegree.client.wpsprinter.WpsPrinterBean defines non-transient non-serializable instance field metaInfoGrp | BAD_PRACTICE | SE_BAD_FIELD | High | |
Class org.deegree.client.wpsprinter.WpsPrinterBean defines non-transient non-serializable instance field template | BAD_PRACTICE | SE_BAD_FIELD | High |