[
https://issues.apache.org/jira/browse/ARIES-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeremy Hughes updated ARIES-668:
--------------------------------
Fix Version/s: (was: 0.4)
proxy.impl-0.4
proxy uber bundle 0.4
> Proxy or weaving code should not mark added synthetic methods final
> -------------------------------------------------------------------
>
> Key: ARIES-668
> URL: https://issues.apache.org/jira/browse/ARIES-668
> Project: Aries
> Issue Type: Bug
> Components: Proxy
> Affects Versions: 0.3
> Reporter: David Jencks
> Assignee: Timothy Ward
> Fix For: proxy uber bundle 0.4, proxy.impl-0.4
>
>
> OpenWebBeans checks classes for proxyiability by among other things checking
> for final methods. The java.lang.reflect.Modifier class does not expose
> anything about synthetic methods and reports synthetic final methods as
> final. Although it's possible to get owb to work by modifying the check to
> exclude synthetic methods, this puts the responsibility in a peculiar place.
> The OWB folks also claim that since java 5 marking methods final has no
> effect on the ability of the jit to optimize method calls so there isn't
> really any reason to mark these final.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira