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
Replaces the deprecated SubProgressMonitor in the internal subMonitorFor helper with SubMonitor.convert, which is the modern equivalent.
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 33m 53s ⏱️ - 3m 40s For more details on these failures and errors, see this check. Results for commit 2df6085. ± Comparison against base commit 8bfe3ed. This pull request removes 154 tests. |
Planned for 4.41
Replaces the deprecated
SubProgressMonitorin the internalsubMonitorForhelper inorg.eclipse.core.resourceswithSubMonitor.convert, which is the modern equivalent. One-line change.