Skip to content

Fixes #539.

Amenel Voglozin requested to merge bitbucket/merged-pr-59 into branch/2.5.0

Was already merged in Bitbucket before import, marked as merged by the import user

  • Sort entries in ui.commands in alphabetical order.

  • Sort entries in ui.handlers in alphabetical order.

  • Fixed deprecation notice on ViewerSorter.

  • Fixed deprecation notice on IDE.getEditorDescriptor.

  • Fixed deprecation notice on Plugin.savePluginPreferences().

  • Fixed deprecation notice on ContextChangeSet.getComment() in the Mylyn API.

  • Fixed some warnings about using deprecated methods.

  • Code cleaning: made some methods static.

  • Removed implementation of an org.eclipse.core.resources v3.12 method after setting the API baseline to Neon.R (v3.11).

Merge request reports