Package com.ibm.wala.analysis.reflection
Class AbstractReflectionInterpreter.ManySubtypesWarning
- java.lang.Object
-
- com.ibm.wala.util.warnings.Warning
-
- com.ibm.wala.analysis.reflection.AbstractReflectionInterpreter.ManySubtypesWarning
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- AbstractReflectionInterpreter
protected static class AbstractReflectionInterpreter.ManySubtypesWarning extends Warning
A warning when we expect excessive pollution from a factory method
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.util.warnings.Warning
CLIENT_MILD, CLIENT_MODERATE, CLIENT_SEVERE, MILD, MODERATE, N_LEVELS, SEVERE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AbstractReflectionInterpreter.ManySubtypesWarning
create(TypeAbstraction T, int n)
String
getMsg()
Must return the same String always -- this is required by the implementation of hashCode.
-
-
-
Method Detail
-
getMsg
public String getMsg()
Description copied from class:Warning
Must return the same String always -- this is required by the implementation of hashCode.
-
create
public static AbstractReflectionInterpreter.ManySubtypesWarning create(TypeAbstraction T, int n)
-
-