You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2010/04/29 20:02:04 UTC

[jira] Resolved: (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 ]

Donald Woods resolved BVAL-29.
------------------------------

    Fix Version/s: 0.1-incubating
       Resolution: Fixed

Committed as r939404.

Carlos, don't forget to add the ASL 2.0 header on new files.  Also, you can use "svn add" for new files (and Subclipse will allow you to do the same) and then the diff will contain the added files too.


> 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
>            Assignee: Donald Woods
>             Fix For: 0.1-incubating
>
>         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.