edu.umd.cs.findbugs.ba.obl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotbugs Show documentation
Show all versions of spotbugs Show documentation
SpotBugs: Because it's easy!
The newest version!
/**
* Implementation of dataflow analysis for checking whether obligations to close streams and other resources
* (e.g., database objects) are satisfied.
*
* See Weimer and Necula, Finding and preventing run-time error
* handling mistakes.
*/
@javax.annotation.ParametersAreNonnullByDefault
@edu.umd.cs.findbugs.internalAnnotations.AnalysisContextContained
package edu.umd.cs.findbugs.ba.obl;