You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/04/06 19:29:25 UTC

[jira] [Closed] (LANG-1003) DurationFormatUtils are not able to handle negative durations/periods

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

Benedikt Ritter closed LANG-1003.
---------------------------------

> DurationFormatUtils are not able to handle negative durations/periods
> ---------------------------------------------------------------------
>
>                 Key: LANG-1003
>                 URL: https://issues.apache.org/jira/browse/LANG-1003
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.text.*
>    Affects Versions: 3.3.2
>            Reporter: Michael Osipov
>            Assignee: Benedikt Ritter
>            Priority: Critical
>             Fix For: 3.4
>
>
> It spits out complete garbage.
> {code}
> System.out.println(DurationFormatUtils.formatDurationHMS(-3454));
> System.out.println(DurationFormatUtils.formatPeriodISO(4000, 3000));
> {code}
> {noformat}
> 0:00:-3.-454
> P-1Y11M30DT23H59M59.000S
> {noformat}
> It should throw an {{IllegalArgumentException}} if duration is < 0 or period diff is < 0.



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