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 20:09:12 UTC

[jira] [Created] (LANG-1111) Fix FindBugs warnings in DurationFormatUtils

Benedikt Ritter created LANG-1111:
-------------------------------------

             Summary: Fix FindBugs warnings in DurationFormatUtils
                 Key: LANG-1111
                 URL: https://issues.apache.org/jira/browse/LANG-1111
             Project: Commons Lang
          Issue Type: Improvement
            Reporter: Benedikt Ritter
             Fix For: Patch Needed, 3.5


There are some FindBugs warnings in DurationFormatUtils: 

bq. Comparison of String objects using == or != in org.apache.commons.lang3.time.DurationFormatUtils.format(DurationFormatUtils$Token[], long, long, long, long, long, long, long, boolean)

We should either fix them or define a FindBugs exclude rule.



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