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
Currently, installing the GWT Eclipse plugin disables non-blocking proposal computation in Eclipse because (according to the UI message) com.gwtplugins.gwt.eclipse.core.jsniCompletionProposalComputer does currently not set the flag that was introduced in Eclipse 4.14: https://eclipse.dev/eclipse/news/4.14/jdt.php#completion-ext-flag-uithread
It's possible that further adjustments with regards to thread safety could be needed in code.
The text was updated successfully, but these errors were encountered:
Currently, installing the GWT Eclipse plugin disables non-blocking proposal computation in Eclipse because (according to the UI message)
com.gwtplugins.gwt.eclipse.core.jsniCompletionProposalComputer
does currently not set the flag that was introduced in Eclipse 4.14:https://eclipse.dev/eclipse/news/4.14/jdt.php#completion-ext-flag-uithread
It's possible that further adjustments with regards to thread safety could be needed in code.
The text was updated successfully, but these errors were encountered: