Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalStateException logged after creating new API baseline #767

Open
iloveeclipse opened this issue Sep 23, 2023 · 1 comment
Open

IllegalStateException logged after creating new API baseline #767

iloveeclipse opened this issue Sep 23, 2023 · 1 comment
Labels
bug Something isn't working regression Regression defect

Comments

@iloveeclipse
Copy link
Member

Regression from eclipse-platform/eclipse.platform.ui#1115

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
@iloveeclipse iloveeclipse added bug Something isn't working regression Regression defect labels Sep 23, 2023
@opcoach
Copy link
Contributor

opcoach commented Sep 25, 2024

Could not reproduce it in 2024-09.
What was your configuration ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Regression defect
Projects
None yet
Development

No branches or pull requests

2 participants