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

[jira] Created: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature

[classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature
---------------------------------------------------------------------------------------

                 Key: HARMONY-4547
                 URL: https://issues.apache.org/jira/browse/HARMONY-4547
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Jia Liang


Remove exceptions throws declaration from methods' signature in java.nio.charset.Charset.java

Remove  IllegalCharsetNameException throws declaration from 
 protected Charset(String canonicalName, String[] aliases)

Remove  IllegalCharsetNameException, UnsupportedCharsetException throws declaration from
 public static Charset forName(String charsetName)

Remove  IllegalCharsetNameException throws declaration from 
 public static boolean isSupported(String charsetName)

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


[jira] Updated: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature

Posted by "Jia Liang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jia Liang updated HARMONY-4547:
-------------------------------

    Attachment: HARMONY-4547.txt

> [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4547
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4547
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>         Attachments: HARMONY-4547.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.Charset.java
> Remove  IllegalCharsetNameException throws declaration from 
>  protected Charset(String canonicalName, String[] aliases)
> Remove  IllegalCharsetNameException, UnsupportedCharsetException throws declaration from
>  public static Charset forName(String charsetName)
> Remove  IllegalCharsetNameException throws declaration from 
>  public static boolean isSupported(String charsetName)

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


[jira] Resolved: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-4547.
----------------------------------

    Resolution: Fixed

Thanks Jia Lang.

I fixed the problem in NIO_CHAR (not actually using your patch) in repo revision r561783.

Please check that the problem is now resolved.


> [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4547
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4547
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4547.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.Charset.java
> Remove  IllegalCharsetNameException throws declaration from 
>  protected Charset(String canonicalName, String[] aliases)
> Remove  IllegalCharsetNameException, UnsupportedCharsetException throws declaration from
>  public static Charset forName(String charsetName)
> Remove  IllegalCharsetNameException throws declaration from 
>  public static boolean isSupported(String charsetName)

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


[jira] Closed: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison closed HARMONY-4547.
--------------------------------


Verified by Jia Liang

> [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4547
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4547
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4547.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.Charset.java
> Remove  IllegalCharsetNameException throws declaration from 
>  protected Charset(String canonicalName, String[] aliases)
> Remove  IllegalCharsetNameException, UnsupportedCharsetException throws declaration from
>  public static Charset forName(String charsetName)
> Remove  IllegalCharsetNameException throws declaration from 
>  public static boolean isSupported(String charsetName)

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


[jira] Updated: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison updated HARMONY-4547:
---------------------------------

    Assignee: Tim Ellison

> [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4547
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4547
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4547.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.Charset.java
> Remove  IllegalCharsetNameException throws declaration from 
>  protected Charset(String canonicalName, String[] aliases)
> Remove  IllegalCharsetNameException, UnsupportedCharsetException throws declaration from
>  public static Charset forName(String charsetName)
> Remove  IllegalCharsetNameException throws declaration from 
>  public static boolean isSupported(String charsetName)

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


[jira] Commented: (HARMONY-4547) [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature

Posted by "Jia Liang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517148 ] 

Jia Liang commented on HARMONY-4547:
------------------------------------

Verified, thanks Tim.

> [classlib][nio_char][java6]Remove exceptions throws declaration from methods' signature
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4547
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4547
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4547.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.Charset.java
> Remove  IllegalCharsetNameException throws declaration from 
>  protected Charset(String canonicalName, String[] aliases)
> Remove  IllegalCharsetNameException, UnsupportedCharsetException throws declaration from
>  public static Charset forName(String charsetName)
> Remove  IllegalCharsetNameException throws declaration from 
>  public static boolean isSupported(String charsetName)

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