You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I call org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.run(boolean, boolean, IRunnableWithProgress) and pass false as the first parameter (fork) then the progress indicator never shows up in the bottom area of the dialog.
If I call
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.run(boolean, boolean, IRunnableWithProgress)
and passfalse
as the first parameter (fork
) then the progress indicator never shows up in the bottom area of the dialog.This was discovered while working on PR #674 (eclipse-pde)
How to reproduce
A small hack to help reproduce the error
Change the method
org.eclipse.jdt.internal.junit.util.TestSearchEngine.findTestMethods(IRunnableContext, IJavaProject, IType, TestKind)
:fork
parameter at the end tofalse
In the end. it should look like this:
The text was updated successfully, but these errors were encountered: