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

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

Michael Osipov created LANG-1003:
------------------------------------

             Summary: 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
            Priority: Critical


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}

I should throw an {{IllegalArgumentException}} if duration is < 0 or period diff is < 0.



--
This message was sent by Atlassian JIRA
(v6.2#6252)