You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/05/09 08:05:00 UTC

[jira] [Created] (MPIR-436) Don't use DecimalFormat which is identical with String.valueOf(long)

Michael Osipov created MPIR-436:
-----------------------------------

             Summary: Don't use DecimalFormat which is identical with String.valueOf(long)
                 Key: MPIR-436
                 URL: https://issues.apache.org/jira/browse/MPIR-436
             Project: Maven Project Info Reports Plugin
          Issue Type: Task
          Components: dependencies
    Affects Versions: 3.4.3
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 3.4.4


The convoluted solution with a {{DecimalFormat}} merely prints out the same as {{String.valueOf()}}, therefore it has very little use here, rather overhead.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)