Bug 552426 - Replace usage of AbstractUIPlugin.getWorkbench()
Summary: Replace usage of AbstractUIPlugin.getWorkbench()
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-25 08:43 EDT by Karsten Thoms CLA
Modified: 2019-10-25 09:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Thoms CLA 2019-10-25 08:43:40 EDT
Method org.eclipse.ui.plugin.AbstractUIPlugin.getWorkbench() is deprecated. It is recommended to use PlatformUI.getWorkbench() directly.
Comment 1 Eclipse Genie CLA 2019-10-25 08:45:31 EDT
New Gerrit change created: https://git.eclipse.org/r/151622
Comment 2 Eclipse Genie CLA 2019-10-25 09:50:21 EDT
Gerrit change https://git.eclipse.org/r/151622 was merged to [master].
Commit: http://git.eclipse.org/c/egit/egit.git/commit/?id=6f2fa83e92025dcc690799b472956caa8b56a327
Comment 3 Thomas Wolf CLA 2019-10-25 09:50:50 EDT
Yup. Thanks, Karsten!