{@link Distiller} decides according to the {@link StructureDiffNode} whether the corresponding{@link SourceCodeChange} may be refactoring candidate. That is, when the change is either a attribute/class/methodinsert or delete.
Concrete refactoring helper use these candidate to find related insert and delete operations of attributes, classes, or methods. @author fluri @see Distiller @see AbstractRefactoringHelper
|
|