public interface DiffCriteria
Modifier and Type | Method and Description |
---|---|
boolean |
differs(ClassInfo infoA,
ClassInfo infoB)
Check if the differences between the class described by infoA and
the class described by infoB are interesting.
|
boolean |
differs(FieldInfo fieldinfo,
FieldInfo fieldinfo_2_)
Check if the differences between the field described by infoA and the
field described by infoB are interesting.
|
boolean |
differs(MethodInfo methodinfo,
MethodInfo methodinfo_1_)
Check if the differences between the method described by infoA and
the method described by infoB are interesting.
|
boolean |
validClass(ClassInfo classinfo)
Check if the class described by classinfo is interesting.
|
boolean |
validField(FieldInfo fieldinfo)
Check if the method described by fieldinfo is interesting.
|
boolean |
validMethod(MethodInfo methodinfo)
Check if the method described by methodinfo is interesting.
|
boolean validClass(ClassInfo classinfo)
boolean validMethod(MethodInfo methodinfo)
boolean validField(FieldInfo fieldinfo)
boolean differs(ClassInfo infoA, ClassInfo infoB)
boolean differs(MethodInfo methodinfo, MethodInfo methodinfo_1_)