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

make BaseSubApp typed to not have to override getters

    XMLWordPrintable

Details

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

    Description

      This would eliminate casts like:

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

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoD