You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "David J. M. Karlsen (JIRA)" <ji...@apache.org> on 2010/08/30 11:39:54 UTC

[jira] Created: (BVAL-80) Fails to detect empty collections when using Guava (formerly google collections) Collections2$FilteredCollections

Fails to detect empty collections when using Guava (formerly google collections) Collections2$FilteredCollections
-----------------------------------------------------------------------------------------------------------------

                 Key: BVAL-80
                 URL: https://issues.apache.org/jira/browse/BVAL-80
             Project: BeanValidation
          Issue Type: Bug
          Components: jsr303
    Affects Versions: 0.2-incubating, 0.1-incubating
         Environment: guava r06.
            Reporter: David J. M. Karlsen


When operating on Collections returned from Collections2.filter( collection, <somePredicate ) from Google guava collections BVAL fails to detect an empty collection.
This happens at MethodValidation.

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


[jira] Commented: (BVAL-80) Fails to detect empty collections when using Guava (formerly google collections) Collections2$FilteredCollections

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BVAL-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925407#action_12925407 ] 

Donald Woods commented on BVAL-80:
----------------------------------

Can you provide a testcase?

> Fails to detect empty collections when using Guava (formerly google collections) Collections2$FilteredCollections
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: BVAL-80
>                 URL: https://issues.apache.org/jira/browse/BVAL-80
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating, 0.2-incubating
>         Environment: guava r06.
>            Reporter: David J. M. Karlsen
>
> When operating on Collections returned from Collections2.filter( collection, <somePredicate ) from Google guava collections BVAL fails to detect an empty collection.
> This happens at MethodValidation.

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