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 01:34:04 UTC

[jira] Created: (SANDBOX-228) Composite utility class has inconsistent method signatures

Composite utility class has inconsistent method signatures
----------------------------------------------------------

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


The unary methods return CompositeUnary* while the binary methods return Binary*.  For this all-static methods utility class, it seems appropriate that they all be more generic for greatest flexibility/polymorphism.

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


[jira] Resolved: (SANDBOX-228) Composite utility class has inconsistent method signatures

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDBOX-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson resolved SANDBOX-228.
---------------------------------

    Resolution: Fixed

svn rev 646590

> Composite utility class has inconsistent method signatures
> ----------------------------------------------------------
>
>                 Key: SANDBOX-228
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-228
>             Project: Commons Sandbox
>          Issue Type: Improvement
>            Reporter: Matt Benson
>
> The unary methods return CompositeUnary* while the binary methods return Binary*.  For this all-static methods utility class, it seems appropriate that they all be more generic for greatest flexibility/polymorphism.

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