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

I don't think this is a bug in Weld. More specifically I cannot see a reason why those two arrays would be of different sizes. I checked the Javadoc of those methods and it seems to be very clear about the contract definition.
Furthermore, I did a quick test with the classes you provided and I am not able to reproduce. Both arrays look the same: [interface java.io.Serializable] which seems right as the class does not implement Cloneable.