Searched refs:computeChanges (Results 1 – 13 of 13) sorted by relevance
55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
128 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
147 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
210 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); in checkRefactoring()
166 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in UnwrapRefactoring
150 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ChangeViewRefactoring
175 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in WrapInRefactoring
319 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ExtractStyleRefactoring
234 protected abstract List<Change> computeChanges(IProgressMonitor monitor); in computeChanges() method in VisualRefactoring248 List<Change> changes = computeChanges(monitor); in checkFinalConditions()
218 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ChangeLayoutRefactoring
219 protected List<Change> computeChanges(IProgressMonitor monitor) { in computeChanges() method in ExtractIncludeRefactoring