The following document contains the results of FindBugs Report
FindBugs Version is 1.0.0
Threshold is Low
Effort is Default
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.examples.mailreader.ApplicationListener.calculatePath() may fail to close stream on exception | CORRECTNESS | OS_OPEN_STREAM_EXCEPTION_PATH | 211 |
org.apache.shale.examples.mailreader.ApplicationListener.calculatePath() may fail to close stream on exception | CORRECTNESS | OS_OPEN_STREAM_EXCEPTION_PATH | 214 |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.examples.mailreader.Registration.getSubscriptions() may expose internal representation by returning org.apache.shale.examples.mailreader.Registration.subscriptions | MALICIOUS_CODE | EI_EXPOSE_REP | 166 |
org.apache.shale.examples.mailreader.Registration.setSubscriptions(org.apache.struts.apps.mailreader.dao.Subscription[]) may expose internal representation by storing an externally mutable object into org.apache.shale.examples.mailreader.Registration.subscriptions | MALICIOUS_CODE | EI_EXPOSE_REP2 | 180 |