You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ivan Bilenjkij (JIRA)" <ji...@apache.org> on 2009/09/07 19:12:57 UTC

[jira] Updated: (LANG-528) Mutable classes should implement an appropriately typed Mutable interface

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

Ivan Bilenjkij updated LANG-528:
--------------------------------

    Attachment: mutable-patch.txt

Patch root is set to the commons-lang project root.

> Mutable classes should implement an appropriately typed Mutable interface
> -------------------------------------------------------------------------
>
>                 Key: LANG-528
>                 URL: https://issues.apache.org/jira/browse/LANG-528
>             Project: Commons Lang
>          Issue Type: Improvement
>    Affects Versions: 3.0
>            Reporter: Ivan Bilenjkij
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: mutable-patch.txt
>
>
> Classes in the org.apache.commons.lang.mutable package, implementing the Mutable interface should do so with an appropriately typed Mutable interface. For example: the MutableInt class it should implement the Mutable<Number>, as any other mutable number class. 

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