Package | Description |
---|---|
org.osjava.jardiff |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleDiffCriteria.differs(MethodInfo oldInfo,
MethodInfo newInfo)
Check if there is a change between two versions of a method.
|
boolean |
DiffCriteria.differs(MethodInfo methodinfo,
MethodInfo methodinfo_1_)
Check if the differences between the method described by infoA and
the method described by infoB are interesting.
|
void |
DOMDiffHandler.methodAdded(MethodInfo info)
Write out info about a added method.
|
void |
StreamDiffHandler.methodAdded(MethodInfo info)
Write out info about a added method.
|
void |
DiffHandler.methodAdded(MethodInfo methodinfo)
The method was added for the current class that has changed.
|
void |
DOMDiffHandler.methodChanged(MethodInfo oldInfo,
MethodInfo newInfo)
Write out info aboout a changed method.
|
void |
StreamDiffHandler.methodChanged(MethodInfo oldInfo,
MethodInfo newInfo)
Write out info aboout a changed method.
|
void |
DiffHandler.methodChanged(MethodInfo oldMethodInfo,
MethodInfo newMethodInfo)
A method on the current class has changed.
|
void |
DOMDiffHandler.methodRemoved(MethodInfo info)
Write out info about a removed method.
|
void |
StreamDiffHandler.methodRemoved(MethodInfo info)
Write out info about a removed method.
|
void |
DiffHandler.methodRemoved(MethodInfo methodinfo)
The method was removed for the current class that has changed.
|
boolean |
SimpleDiffCriteria.validMethod(MethodInfo info)
Check if a method is valid.
|
boolean |
DiffCriteria.validMethod(MethodInfo methodinfo)
Check if the method described by methodinfo is interesting.
|
protected void |
DOMDiffHandler.writeMethodInfo(MethodInfo info)
Write out information about a method.
|
protected void |
StreamDiffHandler.writeMethodInfo(MethodInfo info)
Write out information about a method.
|