[weld-issues] [JBoss JIRA] (WELD-1077) java.lang.VerifyError when applying an interceptor on a method in a class with final equals
Sebastian Graca (JIRA)
jira-events at lists.jboss.org
Tue Mar 6 16:06:36 EST 2012
Sebastian Graca created WELD-1077:
-------------------------------------
Summary: java.lang.VerifyError when applying an interceptor on a method in a class with final equals
Key: WELD-1077
URL: https://issues.jboss.org/browse/WELD-1077
Project: Weld
Issue Type: Bug
Components: Proxies
Affects Versions: 1.1.5.Final
Reporter: Sebastian Graca
When an interceptor is applied for a method in a class with final equals method the generated proxy class could not be loaded by JVM due to java.lang.VerifyError: class org.jboss.weld.tests.interceptors.finalEquals.2050313848$Proxy$_$$_WeldSubclass overrides final method equals.(Ljava/lang/Object;)Z
I creted a pull request for Arquillain test case demonstrating this issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list