[
https://issues.apache.org/jira/browse/BVAL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859337#action_12859337
]
Simone Tripodi commented on BVAL-20:
------------------------------------
@Roman: thanks :)
BTW guys, what about using the
[LinkedHashSet|http://java.sun.com/javase/6/docs/api/java/util/LinkedHashSet.html]?
As reported in the Javadoc
{quote}
Hash table and linked list implementation of the Set interface, with
predictable iteration order.
{quote}
and
{quote}
Like HashSet, it provides constant-time performance for the basic operations
(add, contains and remove), assuming the hash function disperses elements
properly among the buckets.
{quote}
> When building a MetaBean, the full tree of subclasses/interfaces must be
> considered
> -----------------------------------------------------------------------------------
>
> Key: BVAL-20
> URL: https://issues.apache.org/jira/browse/BVAL-20
> Project: BeanValidation
> Issue Type: Bug
> Components: jsr303
> Affects Versions: 0.1-incubating
> Reporter: Carlos Vara
> Assignee: Simone Tripodi
> Attachments: FullHierarchyTraversal.patch
>
>
> Currently, only subclasses and interfaces of the original class are
> traversed. I attach a fix that traverses the full hierarchy tree.
> 3 more tests in the TCK pass with it applied.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.