| java.lang.Object com.jeantessier.diff.RemovableDifferences
All known Subclasses: com.jeantessier.diff.FeatureDifferences, com.jeantessier.diff.PackageDifferences, com.jeantessier.diff.ClassDifferences,
RemovableDifferences | abstract public class RemovableDifferences implements Differences,Comparable(Code) | | Documents the difference, if any, for a given programming
element that can be absent in either the old or the new
codebase. This includes classes, interfaces, fields,
constructors, and methods.
|
RemovableDifferences | protected RemovableDifferences(String name)(Code) | | |
isModified | public boolean isModified()(Code) | | |
isNew | public boolean isNew()(Code) | | |
isRemoved | public boolean isRemoved()(Code) | | |
setNewDeclaration | public void setNewDeclaration(String newDeclaration)(Code) | | |
setOldDeclaration | public void setOldDeclaration(String oldDeclaration)(Code) | | |
|
|