|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObligationPolicyDatabaseAction | |
---|---|
edu.umd.cs.findbugs.ba.obl | Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g. |
Uses of ObligationPolicyDatabaseAction in edu.umd.cs.findbugs.ba.obl |
---|
Fields in edu.umd.cs.findbugs.ba.obl declared as ObligationPolicyDatabaseAction | |
---|---|
static ObligationPolicyDatabaseAction |
ObligationPolicyDatabaseAction.CLEAR
|
Methods in edu.umd.cs.findbugs.ba.obl that return types with arguments of type ObligationPolicyDatabaseAction | |
---|---|
java.util.Collection<ObligationPolicyDatabaseAction> |
InstructionActionCache.getActions(org.apache.bcel.generic.InstructionHandle handle,
org.apache.bcel.generic.ConstantPoolGen cpg)
|
Method parameters in edu.umd.cs.findbugs.ba.obl with type arguments of type ObligationPolicyDatabaseAction | |
---|---|
boolean |
ObligationPolicyDatabaseEntry.getActions(org.apache.bcel.generic.ReferenceType receiverType,
java.lang.String methodName,
java.lang.String signature,
boolean isStatic,
java.util.Collection<ObligationPolicyDatabaseAction> actionList)
Get the ObligationPolicyDatabaseActions that should be applied when the method described by the parameters is called. |
void |
ObligationPolicyDatabase.getActions(org.apache.bcel.generic.ReferenceType receiverType,
java.lang.String methodName,
java.lang.String signature,
boolean isStatic,
java.util.Collection<ObligationPolicyDatabaseAction> actionList)
|
boolean |
MatchMethodEntry.getActions(org.apache.bcel.generic.ReferenceType receiverType,
java.lang.String methodName,
java.lang.String signature,
boolean isStatic,
java.util.Collection<ObligationPolicyDatabaseAction> actionList)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |