Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-2339

make BaseSubApp typed to not have to override getters

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2
    • 5.1
    • None
    • None
    • 5.2-rc1

      This would eliminate casts like:

      public class RandomSubApp extends BaseSubApp {
          @Override
          public RandomSubAppView getView() {
              return (RandomSubAppView)super.getView();
          }
      }
      

        Acceptance criteria

              ejervidalo Espen Jervidalo
              ejervidalo Espen Jervidalo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD