Skip to content

Commit aaddfd6

Browse files
committed
Remove done() call on SubMonitor in Refactoring
done() call not necessary here See https://www.eclipse.org/articles/Article-Progress-Monitors/article.html
1 parent a1fd060 commit aaddfd6

File tree

1 file changed

+0
-1
lines changed
  • bundles/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring

1 file changed

+0
-1
lines changed

bundles/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/Refactoring.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ public RefactoringStatus checkAllConditions(IProgressMonitor pm) throws CoreExce
162162
if (!result.hasFatalError()) {
163163
result.merge(checkFinalConditions(subMon.split(refactoringTickProvider.getCheckFinalConditionsTicks())));
164164
}
165-
subMon.done();
166165
return result;
167166
}
168167

0 commit comments

Comments
 (0)