[
https://jira.jboss.org/jira/browse/WELD-409?page=com.atlassian.jira.plugi...
]
Stuart Douglas commented on WELD-409:
-------------------------------------
Removing the equals and hashCode errors results in the following failures:
testConstructorInjectionPoint(org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest)
testFieldInjectionPoint(org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest)
testMethodInjectionPoint(org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest)
testNewBeanHasSameConstructorAsWrappedBean(org.jboss.weld.tests.managed.newBean.NewSimpleBeanTest)
All of these seem to be related to the fact that .equals for InjectionPoint was delegating
to .equals for WeldAnnotated
Remove custom equality for AnnotatedType and rely on cache/object
equality
--------------------------------------------------------------------------
Key: WELD-409
URL:
https://jira.jboss.org/jira/browse/WELD-409
Project: Weld
Issue Type: Bug
Components: Reflection layer
Reporter: Pete Muir
Assignee: Stuart Douglas
Fix For: 1.0.1.CR2
Currently we use the underlying class to perform equality, this is wrong.
--
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