|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceSinkInfo | |
---|---|
edu.umd.cs.findbugs.ba.jsr305 | Support for analyzing code containing JSR-305 type qualifier annotations. |
Uses of SourceSinkInfo in edu.umd.cs.findbugs.ba.jsr305 |
---|
Methods in edu.umd.cs.findbugs.ba.jsr305 that return types with arguments of type SourceSinkInfo | |
---|---|
java.util.Set<SourceSinkInfo> |
TypeQualifierDataflowAnalysis.getSourceSinkInfoSet(Location location)
Get the set of SourceSinkInfo objects representing sources/sinks at a given Location. |
java.util.Set<SourceSinkInfo> |
TypeQualifierValueSet.getWhereAlways(ValueNumber vn)
|
java.util.Set<SourceSinkInfo> |
TypeQualifierValueSet.getWhereNever(ValueNumber vn)
|
Methods in edu.umd.cs.findbugs.ba.jsr305 with parameters of type SourceSinkInfo | |
---|---|
static boolean |
FlowValue.backwardsValueConflictsWithSource(FlowValue backwardsFlowValue,
SourceSinkInfo source,
TypeQualifierValue typeQualifierValue)
Determine whether given backwards FlowValue conflicts with given source. |
int |
SourceSinkInfo.compareTo(SourceSinkInfo o)
|
void |
TypeQualifierValueSet.modelSourceSink(SourceSinkInfo sourceSinkInfo)
|
protected void |
TypeQualifierDataflowAnalysis.registerSourceSink(SourceSinkInfo sourceSinkInfo)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |