Class SQLParameterizerWithCleanup
java.lang.Object
io.codemodder.remediation.sqlinjection.SQLParameterizerWithCleanup
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkAndFix
(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr) static void
cleanup
(com.github.javaparser.ast.expr.MethodCallExpr pstmtCall)
-
Method Details
-
checkAndFix
public static boolean checkAndFix(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr) -
cleanup
public static void cleanup(com.github.javaparser.ast.expr.MethodCallExpr pstmtCall)
-