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 booleanFlowValue.backwardsValueConflictsWithSource(FlowValue backwardsFlowValue, SourceSinkInfo source, TypeQualifierValue typeQualifierValue, boolean isIdentity) Determine whether given backwards FlowValue conflicts with given source.intSourceSinkInfo.compareTo(SourceSinkInfo o) voidTypeQualifierValueSet.modelSourceSink(SourceSinkInfo sourceSinkInfo) protected voidTypeQualifierDataflowAnalysis.registerSourceSink(SourceSinkInfo sourceSinkInfo)