| Package | Description |
|---|---|
| edu.umd.cs.findbugs.ba.obl |
Implementation of dataflow analysis for checking whether obligations to close streams and other resources
(e.g., database objects) are satisfied.
|
| 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) |
SpotBugs is licensed under the LGPL.