AttributeMapper type parameter should be bounded by Attribute

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 24
    • Affects Version/s: 24
    • Component/s: core-libs
    • None

      Currently AttributeMapper's type parameter declaration is `<A>`, and it should be `<A extends Attribute<A>>`. This way, we can also remove an extra cast in BoundAttribute::readAttributes.

      Courtesy to [~dlsmith] for reporting.

            Assignee:
            Chen Liang
            Reporter:
            Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: