You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2007/07/25 08:49:31 UTC

[jira] Updated: (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 ]

Regis Xu updated HARMONY-4530:
------------------------------

    Patch Info: [Patch Available]

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