FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
69400

Files

ClassBugs
org.apache.shale.examples.mailreader.ApplicationListener2
org.apache.shale.examples.mailreader.Registration2

org.apache.shale.examples.mailreader.ApplicationListener

BugCategoryDetailsLine
org.apache.shale.examples.mailreader.ApplicationListener.calculatePath() may fail to close stream on exceptionBAD_PRACTICEOS_OPEN_STREAM_EXCEPTION_PATH211
org.apache.shale.examples.mailreader.ApplicationListener.calculatePath() may fail to close stream on exceptionBAD_PRACTICEOS_OPEN_STREAM_EXCEPTION_PATH214

org.apache.shale.examples.mailreader.Registration

BugCategoryDetailsLine
org.apache.shale.examples.mailreader.Registration.getSubscriptions() may expose internal representation by returning Registration.subscriptionsMALICIOUS_CODEEI_EXPOSE_REP166
org.apache.shale.examples.mailreader.Registration.setSubscriptions(Subscription[]) may expose internal representation by storing an externally mutable object into Registration.subscriptionsMALICIOUS_CODEEI_EXPOSE_REP2180