Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5641

Implement generics support in info.magnolia.voting (so voters can be typed)

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.3
    • None
    • core
    • None
    • 5.3 Preparation 2

      Currently, the Voter interface works with Object. Some voters are fine that way, because they're working with different types of input. Some, on the other hand, expect a specific type of input object, and have to cast. It'd be helpful for those voters to be able to implements Voter<Foo> and avoid casting altogether. It'd make code and tests clearer too.

        Acceptance criteria

              pmundt Philip Mundt
              gjoseph Magnolia International
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD