Package | Description |
---|---|
edu.umd.cs.findbugs.ba.obl |
Implementation of dataflow analysis for checking whether
obligations to close streams and other resources (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
MatchMethodEntry
An ObligationPolicyDatabaseEntry which creates or deletes an obligation based
on a call to a specified method.
|
Modifier and Type | Method and Description |
---|---|
ObligationPolicyDatabaseEntry |
ObligationPolicyDatabase.addParameterDeletesObligationDatabaseEntry(XMethod xmethod,
Obligation obligation,
ObligationPolicyDatabaseEntryType entryType)
Add an appropriate policy database entry for parameters marked with the
WillClose annotation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ObligationPolicyDatabaseEntry> |
ObligationPolicyDatabase.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
ObligationPolicyDatabase.addEntry(ObligationPolicyDatabaseEntry entry) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.