Uses of Class
edu.umd.cs.findbugs.detect.FindSqlInjection.StringAppendState
Packages that use FindSqlInjection.StringAppendState
-
Uses of FindSqlInjection.StringAppendState in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect that return FindSqlInjection.StringAppendStateModifier and TypeMethodDescriptionFindSqlInjection.getStringAppendState
(ClassContext ctx, CFG cfg, org.apache.bcel.generic.ConstantPoolGen cpg) FindSqlInjection.updateJava9AndAboveStringAppendState
(ClassContext ctx, Location location, org.apache.bcel.generic.ConstantPoolGen cpg, FindSqlInjection.StringAppendState stringAppendState) FindSqlInjection.updateStringAppendState
(Location location, org.apache.bcel.generic.ConstantPoolGen cpg, FindSqlInjection.StringAppendState stringAppendState) Methods in edu.umd.cs.findbugs.detect with parameters of type FindSqlInjection.StringAppendStateModifier and TypeMethodDescriptionprivate BugInstance
FindSqlInjection.generateBugInstance
(org.apache.bcel.classfile.JavaClass javaClass, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle, FindSqlInjection.StringAppendState stringAppendState, boolean isExecute) FindSqlInjection.updateJava9AndAboveStringAppendState
(ClassContext ctx, Location location, org.apache.bcel.generic.ConstantPoolGen cpg, FindSqlInjection.StringAppendState stringAppendState) FindSqlInjection.updateStringAppendState
(Location location, org.apache.bcel.generic.ConstantPoolGen cpg, FindSqlInjection.StringAppendState stringAppendState)