|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.rice.cs.cunit.instrumentors.threadCheck.BadPredicateAnnotationWarning
public class BadPredicateAnnotationWarning
Storage class for bad predicate annotation warnings.
Field Summary | |
---|---|
java.lang.String |
desc
Description of what was bad. |
Constructor Summary | |
---|---|
BadPredicateAnnotationWarning(java.lang.String desc)
Create a new bad predicate annotation warning. |
Method Summary | |
---|---|
int |
compareTo(BadPredicateAnnotationWarning o)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object o)
Return true if this object is equal to the other object. |
java.lang.String |
getPropertyName()
Return the name of the property that was scanned for. |
int |
hashCode()
Return a hash code for this object. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.String desc
Constructor Detail |
---|
public BadPredicateAnnotationWarning(java.lang.String desc)
desc
- description of what was badMethod Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- other object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(BadPredicateAnnotationWarning o)
compareTo
in interface java.lang.Comparable<BadPredicateAnnotationWarning>
o
- the Object to be compared.
java.lang.ClassCastException
- if the specified object's type prevents it from being compared to this Object.public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.String getPropertyName()
getPropertyName
in interface IScannerStrategy.IScanResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |