You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/07/23 17:36:04 UTC

[jira] [Resolved] (JEXL-165) Support for descending iterators for inversed ranges like 10..1

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

Henri Biestro resolved JEXL-165.
--------------------------------
       Resolution: Fixed
         Assignee: Henri Biestro
    Fix Version/s: 3.0

Committed revision 1692406.
Ranges specified from low to high are ascending and iterate incrementally from low to high,
ranges specified from high to low are descending and iterate decrementally from high to low

> Support for descending iterators for inversed ranges like 10..1
> ---------------------------------------------------------------
>
>                 Key: JEXL-165
>                 URL: https://issues.apache.org/jira/browse/JEXL-165
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 3.0
>            Reporter: Dmitri Blinov
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 3.0
>
>
> Since JEXL does not forbid creation of inversed ranges it whould be more natural to honor the order of high/low values



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)