Uses of Class
edu.umd.cs.findbugs.detect.FindSqlInjection.StringAppendState
-
Packages that use FindSqlInjection.StringAppendState Package Description edu.umd.cs.findbugs.detect -
-
Uses of FindSqlInjection.StringAppendState in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect that return FindSqlInjection.StringAppendState Modifier and Type Method Description private FindSqlInjection.StringAppendState
FindSqlInjection. getStringAppendState(ClassContext ctx, CFG cfg, org.apache.bcel.generic.ConstantPoolGen cpg)
private FindSqlInjection.StringAppendState
FindSqlInjection. updateJava9AndAboveStringAppendState(ClassContext ctx, Location location, org.apache.bcel.generic.ConstantPoolGen cpg, FindSqlInjection.StringAppendState stringAppendState)
private FindSqlInjection.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.StringAppendState Modifier and Type Method Description private 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)
private FindSqlInjection.StringAppendState
FindSqlInjection. updateJava9AndAboveStringAppendState(ClassContext ctx, Location location, org.apache.bcel.generic.ConstantPoolGen cpg, FindSqlInjection.StringAppendState stringAppendState)
private FindSqlInjection.StringAppendState
FindSqlInjection. updateStringAppendState(Location location, org.apache.bcel.generic.ConstantPoolGen cpg, FindSqlInjection.StringAppendState stringAppendState)
-