Package com.h3xstream.findsecbugs.common
Class JspUtils
- java.lang.Object
-
- com.h3xstream.findsecbugs.common.JspUtils
-
public class JspUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JspUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetContanstBooleanAsString(LinkedList<org.apache.bcel.generic.Instruction> precedingInstructions, org.apache.bcel.generic.ConstantPoolGen cpg)
-
-
-
Method Detail
-
getContanstBooleanAsString
public static String getContanstBooleanAsString(LinkedList<org.apache.bcel.generic.Instruction> precedingInstructions, org.apache.bcel.generic.ConstantPoolGen cpg)
- Parameters:
precedingInstructions- Instructions preceding the call.cpg- Constant Pool Gen (need to get constant value such as strings and class names)- Returns:
- The string value found or null
-
-