You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2009/11/05 18:45:32 UTC

[jira] Commented: (LANG-551) Replace Range classes with generic version

    [ https://issues.apache.org/jira/browse/LANG-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773996#action_12773996 ] 

Sebb commented on LANG-551:
---------------------------

Looks OK.

Minor points:
+ Private instance variables could be made final.
+ should either use this.getMinimum() or this.minimum (ditto maximum) throughout. Preferably the latter.

> Replace Range classes with generic version
> ------------------------------------------
>
>                 Key: LANG-551
>                 URL: https://issues.apache.org/jira/browse/LANG-551
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>         Attachments: Range.java
>
>
> Possible direction of deleting the math.Range classes and replacing with a Range class based on Comparators.

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