Uses of Class
edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
Packages that use SourceSinkInfo
Package
Description
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 SourceSinkInfoModifier and TypeMethodDescriptionTypeQualifierDataflowAnalysis.getSourceSinkInfoSet
(Location location) Get the set of SourceSinkInfo objects representing sources/sinks at a given Location.Set<? extends SourceSinkInfo>
TypeQualifierValueSet.getWhere
(ValueNumber vn) Set<? extends SourceSinkInfo>
TypeQualifierValueSet.getWhereAlways
(ValueNumber vn) Set<? extends SourceSinkInfo>
TypeQualifierValueSet.getWhereNever
(ValueNumber vn) Methods in edu.umd.cs.findbugs.ba.jsr305 with parameters of type SourceSinkInfoModifier and TypeMethodDescriptionstatic boolean
FlowValue.backwardsValueConflictsWithSource
(FlowValue backwardsFlowValue, SourceSinkInfo source, TypeQualifierValue typeQualifierValue, boolean isIdentity) 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)