|
||||||||
|
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

Javassist causes DuplicateMemberException not to be thrown any longer if a class already contains a bridge method and another method with the same signature is added. Instead, the bridge method is overriden.