You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Carlos Vara (JIRA)" <ji...@apache.org> on 2010/04/28 21:33:49 UTC

[jira] Updated: (BVAL-29) Defer node creation in implementation of ConstraintViolationBuilder API

     [ https://issues.apache.org/jira/browse/BVAL-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Vara updated BVAL-29:
----------------------------

    Attachment: bval-jsr303.patch
                ConstraintValidatorContextTest.java

Patch and test.

> Defer node creation in implementation of ConstraintViolationBuilder API
> -----------------------------------------------------------------------
>
>                 Key: BVAL-29
>                 URL: https://issues.apache.org/jira/browse/BVAL-29
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Carlos Vara
>         Attachments: bval-jsr303.patch, ConstraintValidatorContextTest.java
>
>
> Call to inIterable() should modify the previous sibling node instead of the "current" node, and in case a null named non iterable node is left in the leaf of the path, it should never be added.
> This behavior is not documented in the JSR-303 spec document, but ConstraintValidatorContext Javadoc gives information on how it should work.
> Patch includes some tests that serve also as examples of this API usage.
> 1 more test passes.

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