Replies: 2 comments 3 replies
-
Maybe we can add the missing thing?
Just because JDT do not do this does not mean nobody is doing that. e.g. in rest of platform I see only a few references left and deprecation also serves the purpose of preventing new code from using it. |
Beta Was this translation helpful? Give feedback.
-
Mind if i offer an ProgressMonitor.split(int, Enum ... flags) API which does NOT require to manually construct a SubMonitor - similar to ProgressMonitor.slice(int) for non-concurrent use-case? |
Beta Was this translation helpful? Give feedback.
-
I gave it a try to refactor jdt to SubMonitor but there seems to be no easy adaptation of the constructors where
org.eclipse.core.runtime.SubProgressMonitor.SUPPRESS_SUBTASK_LABEL / PREPEND_MAIN_LABEL_TO_SUBTASK
is used.
I suggest to de-deprecate SubMonitor , as nobody seems to truly convert the calls and the plenty deprecation warnings do not help.
Beta Was this translation helpful? Give feedback.
All reactions