You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2008/04/10 19:44:05 UTC

[jira] Created: (SANDBOX-234) (Algorithms|Generator).until() behavior doesn't make sense with its name

(Algorithms|Generator).until() behavior doesn't make sense with its name
------------------------------------------------------------------------

                 Key: SANDBOX-234
                 URL: https://issues.apache.org/jira/browse/SANDBOX-234
             Project: Commons Sandbox
          Issue Type: Improvement
          Components: Functor
            Reporter: Matt Benson


until() is documented as, and implemented as, a workalike for reject().  That is, they return/process only those objects that fail to match a specified Predicate.  I can't understand any e.g. fluent use for this duplication; the behavior doesn't seem consistent with the name and am in favor of these methods' removal.

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