Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1111

Inheritance of member-level metadata for generic types - missing substitution of actual type arguments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 1.1.8.Final, 2.0.0.Alpha3
    • None
    • None
    • None

      See the spec 4.2. Inheritance of member-level metadata.

      class Bar<T> {
          @Inject Baz<T> baz;
      }
      class Foo extends Bar<String> {}
      

      The required type of inherited injection point on Foo is Baz<T> but should be Baz<String>.

            marko.luksa@gmail.com Marko Luksa (Inactive)
            mkouba@redhat.com Martin Kouba
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: