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 2007/07/26 02:58:31 UTC

[jira] Assigned: (HARMONY-4530) [classlib][sql][java6] some methods' signature is different which spec in java.sql.Timestamp

     [ https://issues.apache.org/jira/browse/HARMONY-4530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu reassigned HARMONY-4530:
--------------------------------

    Assignee: Tony Wu

> [classlib][sql][java6] some methods' signature is different which spec in java.sql.Timestamp
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4530
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4530
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Regis Xu
>            Assignee: Tony Wu
>         Attachments: Harmony-4530.diff
>
>
> in java.sql.Timestamp:
> public Timestamp(int year, int month, int date, int hour, int minute, int second, int nano) should not throw IllegalArgumentException
> public int compareTo(Date o) should not throws ClassCastException
> public void setNanos(int n) should not throws IllegalArgumentException
> public static Timestamp valueOf(String s) should not throws IllegalArgumentException

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.