ConstraintViolations set should not have duplicates and should store 
ElementType and use it in equals()
-------------------------------------------------------------------------------------------------------

                 Key: BVAL-21
                 URL: https://issues.apache.org/jira/browse/BVAL-21
             Project: BeanValidation
          Issue Type: Bug
          Components: jsr303
    Affects Versions: 0.1-incubating
            Reporter: Carlos Vara


The returning set of ConstraintViolations should not have duplicate entries, so 
equals must be defined in ConstraintViolationImpl.
Also, two ConstraintViolations with all equal fields except the way they access 
the property should be considered different, so ConstraintViolationImpl should 
store the ElementType and compare it in the equals() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to