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: call to beginTask() missing in the Help view #1002

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. IllegalStateException: call to beginTask() missing in the Help view

    This patch fixes following warning reported to the error log while
    navigating between help topics in the Help view after
    eclipse-platform/eclipse.platform.ui#1077:
    
    java.lang.IllegalStateException: call to beginTask() missing
    	at org.eclipse.jface.action.StatusLineManager$1.worked(StatusLineManager.java:221)
    	at org.eclipse.help.ui.internal.views.BrowserPart$2.changed(BrowserPart.java:148)
    	at org.eclipse.swt.browser.WebKit.lambda$15(WebKit.java:2492)
    	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
    
    To avoid errors reported by the different monitor instances returned by
    `IStatusLineManager.getProgressMonitor()`, browser listener has to keep
    a single local monitor instance.
    
    See eclipse-platform/eclipse.platform.ui#1398
    iloveeclipse committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3b70113 View commit details
    Browse the repository at this point in the history