google-cloud-eclipse
google-cloud-eclipse copied to clipboard
ErrorDialog --> StatusUtil
There are currently four places in the repo where we use ErrorDialog:
https://github.com/GoogleCloudPlatform/google-cloud-eclipse/search?utf8=%E2%9C%93&q=ErrorDialog&type=
We should replace these with StatusUtil.setErrorStatus instead
One difference to check for is that StatusManager is non-blocking.