Clean Code for bundles/org.eclipse.ui.browser#3305
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Test Results 2 904 files ±0 2 904 suites ±0 1h 57m 54s ⏱️ - 1m 55s For more details on these failures, see this check. Results for commit 9874cbb. ± Comparison against base commit 2f6a390. ♻️ This comment has been updated with latest results. |
| if (IUriSchemeProcessor.INSTANCE.canHandle(uri)) { | ||
| IUriSchemeProcessor.INSTANCE.handleUri(uri); | ||
| event.doit = false; | ||
| } | ||
| } catch (CoreException e) { | ||
| WebBrowserUIPlugin.logError(e.getMessage(), e); | ||
| WebBrowserUIPlugin.logError(e.getMessage(), e); | ||
| } |
There was a problem hiding this comment.
Formatting gets broken because surrounding code is wrongly formatted.
There was a problem hiding this comment.
c25601f to
d79fc9a
Compare
f6c6260 to
93bb340
Compare
a0595ac to
9874cbb
Compare
|
Failing test is unrelated: #370 |
The following cleanups were applied: