You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/05 13:54:11 UTC

[jira] [Commented] (LANG-1247) FastDatePrinter generates Date objects wastefully

    [ https://issues.apache.org/jira/browse/LANG-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362515#comment-15362515 ] 

ASF GitHub Bot commented on LANG-1247:
--------------------------------------

GitHub user benbenw opened a pull request:

    https://github.com/apache/commons-lang/pull/168

    LANG-1247 FastDatePrinter generates Date objects wastefully

    This a follow up of LANG-849.
    Fastdateprinter allocate unneeded Date from long.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benbenw/commons-lang LANG-1247

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/168.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #168
    
----
commit a2853128288dd8c19f72b43c5e93f5fac520cda6
Author: benoit <b....@ubik-ingenierie.com>
Date:   2016-07-05T13:53:11Z

    LANG-1247 FastDatePrinter generates Date objects wastefully

----


> FastDatePrinter generates Date objects wastefully
> -------------------------------------------------
>
>                 Key: LANG-1247
>                 URL: https://issues.apache.org/jira/browse/LANG-1247
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.time.*
>    Affects Versions: 3.4
>            Reporter: Benoit Wiart
>
> This a follow up of LANG-849.
> Fastdateprinter allocate unneeded Date from long.
> PR : 



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