Uses of Class
com.h3xstream.findsecbugs.taintanalysis.TaintMethodConfigWithArgumentsAndLocation
-
Packages that use TaintMethodConfigWithArgumentsAndLocation Package Description com.h3xstream.findsecbugs.taintanalysis -
-
Uses of TaintMethodConfigWithArgumentsAndLocation in com.h3xstream.findsecbugs.taintanalysis
Methods in com.h3xstream.findsecbugs.taintanalysis that return TaintMethodConfigWithArgumentsAndLocation Modifier and Type Method Description TaintMethodConfigWithArgumentsAndLocationTaintMethodConfigWithArgumentsAndLocation. load(String taintConfig)Loads method config from String, the method config contains a current class as the context
The method accepts syntax similar toTaintMethodConfig.load(String)with small difference.
The summary must ends with '@' character followed by class name
-