Replace SubProgressMonitor with SubMonitor in org.eclipse.core.resources#2661
Replace SubProgressMonitor with SubMonitor in org.eclipse.core.resources#2661vogella wants to merge 1 commit into
Conversation
1c5f702 to
2df6085
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Test Results 45 files + 9 45 suites +9 55m 14s ⏱️ + 20m 34s For more details on these failures and errors, see this check. Results for commit d2c5f40. ± Comparison against base commit c385363. This pull request removes 154 tests.♻️ This comment has been updated with latest results. |
Replaces the deprecated SubProgressMonitor in the internal subMonitorFor helper with SubMonitor.convert, which is the modern equivalent.
2df6085 to
d2c5f40
Compare
Planned for 4.41
Replaces the deprecated
SubProgressMonitorin the internalsubMonitorForhelper inorg.eclipse.core.resourceswithSubMonitor.convert, which is the modern equivalent. One-line change.