The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 128 | 4 | 2 | 5 |
| Class | Bugs |
|---|---|
| org.apache.shale.examples.mailreader.ApplicationListener | 2 |
| org.apache.shale.examples.mailreader.Registration | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.shale.examples.mailreader.ApplicationListener.calculatePath() may fail to close stream on exception | BAD_PRACTICE | OS_OPEN_STREAM_EXCEPTION_PATH | 211 |
| org.apache.shale.examples.mailreader.ApplicationListener.calculatePath() may fail to close stream on exception | BAD_PRACTICE | 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 |