You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2006/10/25 11:07:16 UTC

[jira] Created: (HARMONY-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

[classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
------------------------------------------------------------------------------------------------

                 Key: HARMONY-1958
                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tony Wu


A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
[1]
org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

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

Tony, I thought we have had text module i18ned, so that the exception message should not be hardcoded anymore?

> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Paulex Yang
>         Attachments: harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

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

Paulex Yang reassigned HARMONY-1958:
------------------------------------

    Assignee: Paulex Yang

> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Paulex Yang
>         Attachments: harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

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

Tony Wu updated HARMONY-1958:
-----------------------------

    Attachment: harmony-1958.diff

new patch

> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Paulex Yang
>         Attachments: harmony-1958.diff, harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

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

Paulex Yang resolved HARMONY-1958.
----------------------------------

    Resolution: Fixed

Tony, patch applied at revision r469130, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Paulex Yang
>         Attachments: harmony-1958.diff, harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

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

Tony Wu updated HARMONY-1958:
-----------------------------

    Attachment: harmony-1958.diff

patch&test

> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

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

Paulex Yang closed HARMONY-1958.
--------------------------------


Verified by Tony.

> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Paulex Yang
>         Attachments: harmony-1958.diff, harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1958?page=comments#action_12445757 ] 
            
Tony Wu commented on HARMONY-1958:
----------------------------------

verfied at r469230, thanks.

> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Paulex Yang
>         Attachments: harmony-1958.diff, harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

-- 
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-1958) [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1958?page=comments#action_12445070 ] 
            
Tony Wu commented on HARMONY-1958:
----------------------------------

Oops, It should not be, I will post another patch soon

> [classlib][text]ParseException thrown from java.text.DateFormat#parse(String) has a null message
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1958
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1958
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Paulex Yang
>         Attachments: harmony-1958.diff
>
>
> A testcase[1] of Apache ant failed on harmony because the ParseException thrown from java.text.DateFormat#parse(String) has a null message
> [1]
> org.apache.tools.ant.taskdefs.touchTest

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