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/11 08:36:20 UTC

[jira] Created: (HARMONY-326) Java 5 Enhancement: several new exceptions in java.util package

Java 5 Enhancement: several new exceptions in java.util package
---------------------------------------------------------------

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

  Components: Classlib  
    Reporter: Paulex Yang


There are several new exceptions in java.util package introduced by Java 5:

IllegalFormatException
FormatFlagsConversionMismatchException
DuplicateFormatFlagsException
FormatterClosedException
IllegalFormatCodePointException
IllegalFormatConversionException
IllegalFormatFlagsException

while they are not implemented in Harmony.

-- 
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-326) Java 5 Enhancement: several new exceptions in java.util package

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

Paulex Yang commented on HARMONY-326:
-------------------------------------

looks fine, thank you, Tim.

> Java 5 Enhancement: several new exceptions in java.util package
> ---------------------------------------------------------------
>
>          Key: HARMONY-326
>          URL: http://issues.apache.org/jira/browse/HARMONY-326
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony326.zip
>
> There are several new exceptions in java.util package introduced by Java 5:
> IllegalFormatException
> FormatFlagsConversionMismatchException
> DuplicateFormatFlagsException
> FormatterClosedException
> IllegalFormatCodePointException
> IllegalFormatConversionException
> IllegalFormatFlagsException
> while they are not implemented in Harmony.

-- 
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-326) Java 5 Enhancement: several new exceptions in java.util package

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


Verified by Paulex.


> Java 5 Enhancement: several new exceptions in java.util package
> ---------------------------------------------------------------
>
>          Key: HARMONY-326
>          URL: http://issues.apache.org/jira/browse/HARMONY-326
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony326.zip
>
> There are several new exceptions in java.util package introduced by Java 5:
> IllegalFormatException
> FormatFlagsConversionMismatchException
> DuplicateFormatFlagsException
> FormatterClosedException
> IllegalFormatCodePointException
> IllegalFormatConversionException
> IllegalFormatFlagsException
> while they are not implemented in Harmony.

-- 
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-326) Java 5 Enhancement: several new exceptions in java.util package

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

    Resolution: Fixed

Thanks Paulex,

Patch applied to LUNI module at repo revision 396023.

Please check that the patch is applied as you expected.


> Java 5 Enhancement: several new exceptions in java.util package
> ---------------------------------------------------------------
>
>          Key: HARMONY-326
>          URL: http://issues.apache.org/jira/browse/HARMONY-326
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony326.zip
>
> There are several new exceptions in java.util package introduced by Java 5:
> IllegalFormatException
> FormatFlagsConversionMismatchException
> DuplicateFormatFlagsException
> FormatterClosedException
> IllegalFormatCodePointException
> IllegalFormatConversionException
> IllegalFormatFlagsException
> while they are not implemented in Harmony.

-- 
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-326) Java 5 Enhancement: several new exceptions in java.util package

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

Paulex Yang updated HARMONY-326:
--------------------------------

    Attachment: Harmony326.zip

Pls. try this patch. The IllegalFormatException has no test because it doesn't has methods, even without public/protected constructor, but the it is extended by many other exceptions, so that the test case for the subclasses should be enough for coverage.

> Java 5 Enhancement: several new exceptions in java.util package
> ---------------------------------------------------------------
>
>          Key: HARMONY-326
>          URL: http://issues.apache.org/jira/browse/HARMONY-326
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>  Attachments: Harmony326.zip
>
> There are several new exceptions in java.util package introduced by Java 5:
> IllegalFormatException
> FormatFlagsConversionMismatchException
> DuplicateFormatFlagsException
> FormatterClosedException
> IllegalFormatCodePointException
> IllegalFormatConversionException
> IllegalFormatFlagsException
> while they are not implemented in Harmony.

-- 
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-326) Java 5 Enhancement: several new exceptions in java.util package

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

Tim Ellison reassigned HARMONY-326:
-----------------------------------

    Assign To: Tim Ellison

> Java 5 Enhancement: several new exceptions in java.util package
> ---------------------------------------------------------------
>
>          Key: HARMONY-326
>          URL: http://issues.apache.org/jira/browse/HARMONY-326
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: Harmony326.zip
>
> There are several new exceptions in java.util package introduced by Java 5:
> IllegalFormatException
> FormatFlagsConversionMismatchException
> DuplicateFormatFlagsException
> FormatterClosedException
> IllegalFormatCodePointException
> IllegalFormatConversionException
> IllegalFormatFlagsException
> while they are not implemented in Harmony.

-- 
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