You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michael Frankerl (JIRA)" <ji...@apache.org> on 2012/06/08 13:09:23 UTC

[jira] [Created] (WICKET-4597) bug in Duration.toString(Locale locale)

Michael Frankerl created WICKET-4597:
----------------------------------------

             Summary: bug in Duration.toString(Locale locale)
                 Key: WICKET-4597
                 URL: https://issues.apache.org/jira/browse/WICKET-4597
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.6
            Reporter: Michael Frankerl


Duration.toString(Locale locale) misses milliseconds in line 529

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4597) bug in Duration.toString(Locale locale)

Posted by "Andrea Del Bene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292348#comment-13292348 ] 

Andrea Del Bene commented on WICKET-4597:
-----------------------------------------

In that line we should replace seconds() with getMilliseconds(). The attached patch contains a test method for Duration.toString(Locale locale)
                
> bug in Duration.toString(Locale locale)
> ---------------------------------------
>
>                 Key: WICKET-4597
>                 URL: https://issues.apache.org/jira/browse/WICKET-4597
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.6
>            Reporter: Michael Frankerl
>         Attachments: WICKET4597.patch
>
>
> Duration.toString(Locale locale) misses milliseconds in line 529

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4597) bug in Duration.toString(Locale locale)

Posted by "Andrea Del Bene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Del Bene updated WICKET-4597:
------------------------------------

    Attachment:     (was: WICKET4597.patch)
    
> bug in Duration.toString(Locale locale)
> ---------------------------------------
>
>                 Key: WICKET-4597
>                 URL: https://issues.apache.org/jira/browse/WICKET-4597
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.6
>            Reporter: Michael Frankerl
>         Attachments: WICKET4597.patch
>
>
> Duration.toString(Locale locale) misses milliseconds in line 529

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4597) bug in Duration.toString(Locale locale)

Posted by "Andrea Del Bene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Del Bene updated WICKET-4597:
------------------------------------

    Attachment: WICKET4597.patch
    
> bug in Duration.toString(Locale locale)
> ---------------------------------------
>
>                 Key: WICKET-4597
>                 URL: https://issues.apache.org/jira/browse/WICKET-4597
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.6
>            Reporter: Michael Frankerl
>         Attachments: WICKET4597.patch
>
>
> Duration.toString(Locale locale) misses milliseconds in line 529

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4597) bug in Duration.toString(Locale locale)

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4597.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.8
                   6.0.0-RC1
         Assignee: Martin Grigorov

Thank you, Andrea!
                
> bug in Duration.toString(Locale locale)
> ---------------------------------------
>
>                 Key: WICKET-4597
>                 URL: https://issues.apache.org/jira/browse/WICKET-4597
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.6
>            Reporter: Michael Frankerl
>            Assignee: Martin Grigorov
>             Fix For: 6.0.0-RC1, 1.5.8
>
>         Attachments: WICKET4597.patch
>
>
> Duration.toString(Locale locale) misses milliseconds in line 529

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4597) bug in Duration.toString(Locale locale)

Posted by "Andrea Del Bene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Del Bene updated WICKET-4597:
------------------------------------

    Attachment: WICKET4597.patch
    
> bug in Duration.toString(Locale locale)
> ---------------------------------------
>
>                 Key: WICKET-4597
>                 URL: https://issues.apache.org/jira/browse/WICKET-4597
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.6
>            Reporter: Michael Frankerl
>         Attachments: WICKET4597.patch
>
>
> Duration.toString(Locale locale) misses milliseconds in line 529

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira