com.ibm.wala.ipa.callgraph.impl
Class UnresolvedReflectionWarning

java.lang.Object
  extended by com.ibm.wala.util.warnings.Warning
      extended by com.ibm.wala.util.warnings.MethodWarning
          extended by com.ibm.wala.ipa.callgraph.impl.UnresolvedReflectionWarning
All Implemented Interfaces:
java.lang.Comparable

public class UnresolvedReflectionWarning
extends MethodWarning


Field Summary
 
Fields inherited from class com.ibm.wala.util.warnings.Warning
CLIENT_MILD, CLIENT_MODERATE, CLIENT_SEVERE, MILD, MODERATE, N_LEVELS, SEVERE
 
Constructor Summary
UnresolvedReflectionWarning(CGNode node)
           
 
Method Summary
 java.lang.String getMsg()
          Must return the same String always -- this is required by the implementation of hashCode.
 
Methods inherited from class com.ibm.wala.util.warnings.MethodWarning
getMethod
 
Methods inherited from class com.ibm.wala.util.warnings.Warning
compareTo, equals, getLevel, hashCode, setLevel, severityString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnresolvedReflectionWarning

public UnresolvedReflectionWarning(CGNode node)
                            throws java.lang.NullPointerException
Throws:
java.lang.NullPointerException
Method Detail

getMsg

public java.lang.String getMsg()
Description copied from class: Warning
Must return the same String always -- this is required by the implementation of hashCode.

Specified by:
getMsg in class Warning