[weld-issues] [JBoss JIRA] Resolved: (WELD-477) Do not take private final methods into consideration when assessing proxyability of a class
Marius Bogoevici (JIRA)
jira-events at lists.jboss.org
Tue Apr 13 13:56:26 EDT 2010
[ https://jira.jboss.org/jira/browse/WELD-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marius Bogoevici resolved WELD-477.
-----------------------------------
Resolution: Done
Fixed.
vetinari:core marius$ svn ci -m "WELD-477 private final methods are ignored when checking proxiability"
Sending impl/src/main/java/org/jboss/weld/util/Proxies.java
Sending impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
Sending tests/src/test/java/org/jboss/weld/tests/proxy/weld477/ProxiabilityTest.java
Transmitting file data ...
Committed revision 6110.
> Do not take private final methods into consideration when assessing proxyability of a class
> -------------------------------------------------------------------------------------------
>
> Key: WELD-477
> URL: https://jira.jboss.org/jira/browse/WELD-477
> Project: Weld
> Issue Type: Feature Request
> Affects Versions: 1.0.1.Final
> Reporter: Marius Bogoevici
> Assignee: Marius Bogoevici
> Fix For: 1.0.2.CR1
>
>
> Section 5.4.1 of the specification states that classes with final methods are not proxyable. Private final methods aren't affected by proxification, so Weld should make an exception in that case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list