Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGit/Planning/4.0

< EGit‎ | Planning

Ideas for cleanups

  • Move classes from org.eclipse.egit.ui that should be internal to internal package (e.g. UIUtils)
  • Rename Activator (from core/ui) so that they can be imported at the same time (maybe CorePlugin, UIPlugin?)
  • Fix inconsistent naming convention of utility classes (*Util vs *Utils)

Back to the top