Issue Type: Bug Bug
Affects Versions: 2.1.0.Final
Assignee: Jozef Hartinger
Created: 08/Nov/13 8:46 AM
Description:

Compiler may add bridge methods to make methods of package-private base class visible:

// Note package-private visibility
abstract Bar {
   @Inject
   public void init(Qux qux) {
     ...
   }
}
public Foo extends Bar {
}

Weld assumes these methods override the original methods -> Foo has no injection points.

Project: Weld
Priority: Major Major
Reporter: Martin Kouba
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to