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
java.lang.IllegalStateException: beginTask should only be called once per instance. At least call done() before further invocations
at org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask(AccumulatingProgressMonitor.java:148)
at org.eclipse.core.runtime.SubMonitor.convert(SubMonitor.java:483)
at org.eclipse.pde.api.tools.internal.model.ApiModelFactory.addComponents(ApiModelFactory.java:247)
at org.eclipse.pde.api.tools.ui.internal.wizards.DirectoryBasedApiBaselineWizardPage$ReloadOperation.run(DirectoryBasedApiBaselineWizardPage.java:90)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: java.lang.IllegalStateException: beginTask(Reading API Baseline..., 10) was called here previously
at org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask(AccumulatingProgressMonitor.java:155)
at org.eclipse.pde.api.tools.ui.internal.wizards.DirectoryBasedApiBaselineWizardPage$ReloadOperation.run(DirectoryBasedApiBaselineWizardPage.java:87)
... 1 more
The text was updated successfully, but these errors were encountered:
Regression from eclipse-platform/eclipse.platform.ui#1115
The text was updated successfully, but these errors were encountered: