Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-2130 Migrate to Ganymede
  3. JBIDE-2133

[Ganymede] Cannot reduce the visibility of the inherited method from MenuManager

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Critical Critical
    • 3.0.0.alpha
    • None
    • None
    • None

      Eclipse 3.3:
      private boolean menuExist()

      { return menu != null && !menu.isDisposed(); }

      We had to add it in subcloass for our logic.

      Eclipse 3.3:
      protected boolean menuExist() { return menu != null && !menu.isDisposed(); }

      Used in a couple of MenuProvider's.
      private boolean menuExist()

      { return getMenu() != null && !getMenu().isDisposed(); }

      Solution:
      remove our implementation.

              Unassigned Unassigned
              manderse@redhat.com Max Andersen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: