You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/04/24 05:44:05 UTC

[jira] Created: (HARMONY-395) Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.

Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.
-----------------------------------------------------------------------------

         Key: HARMONY-395
         URL: http://issues.apache.org/jira/browse/HARMONY-395
     Project: Harmony
        Type: Bug

  Components: Classlib  
    Reporter: Paulex Yang


There are new classes java.util.Formattable and java.util.Formatter in Java 5 spec, but they are not implemented in Harmony(luni)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-395) Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-395?page=comments#action_12383189 ] 

Paulex Yang commented on HARMONY-395:
-------------------------------------

looks fine, thank you, Tim.

> Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.
> -----------------------------------------------------------------------------
>
>          Key: HARMONY-395
>          URL: http://issues.apache.org/jira/browse/HARMONY-395
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony395.zip
>
> There are new classes java.util.Formattable and java.util.Formatter in Java 5 spec, but they are not implemented in Harmony(luni)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-395) Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-395?page=all ]

Tim Ellison reassigned HARMONY-395:
-----------------------------------

    Assign To: Tim Ellison

> Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.
> -----------------------------------------------------------------------------
>
>          Key: HARMONY-395
>          URL: http://issues.apache.org/jira/browse/HARMONY-395
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony395.zip
>
> There are new classes java.util.Formattable and java.util.Formatter in Java 5 spec, but they are not implemented in Harmony(luni)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-395) Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-395?page=all ]
     
Tim Ellison closed HARMONY-395:
-------------------------------


Verified by Paulex.


> Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.
> -----------------------------------------------------------------------------
>
>          Key: HARMONY-395
>          URL: http://issues.apache.org/jira/browse/HARMONY-395
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony395.zip
>
> There are new classes java.util.Formattable and java.util.Formatter in Java 5 spec, but they are not implemented in Harmony(luni)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-395) Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-395?page=all ]
     
Tim Ellison resolved HARMONY-395:
---------------------------------

    Resolution: Fixed

Thanks Paulex,

New types added to LUNI module at repo revision 399263.

Please check that the patch was applied as you expected.


> Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.
> -----------------------------------------------------------------------------
>
>          Key: HARMONY-395
>          URL: http://issues.apache.org/jira/browse/HARMONY-395
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony395.zip
>
> There are new classes java.util.Formattable and java.util.Formatter in Java 5 spec, but they are not implemented in Harmony(luni)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-395) Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-395?page=all ]

Paulex Yang updated HARMONY-395:
--------------------------------

    Attachment: Harmony395.zip

Here goes part of fix of this patch, leaving format() method is not implemented. I'm working the format() method, now, and it is long and complex, so I consider it will be easier for commiter to review by separating that method to another JIRA. 

> Java 5 Enhancement:new classes java.util.Formattable and java.util.Formatter.
> -----------------------------------------------------------------------------
>
>          Key: HARMONY-395
>          URL: http://issues.apache.org/jira/browse/HARMONY-395
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>  Attachments: Harmony395.zip
>
> There are new classes java.util.Formattable and java.util.Formatter in Java 5 spec, but they are not implemented in Harmony(luni)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira