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
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.