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/27 04:00:05 UTC

[jira] Created: (HARMONY-4559) [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java

[classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java
----------------------------------------------------------------------------------------------------

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


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

Remove  IllegalArgumentException throws declaration from
 public static synchronized CoderResult malformedForLength(int length)

Remove  IllegalArgumentException throws declaration from
 public static synchronized CoderResult unmappableForLength(int length)

Remove  UnsupportedOperationException throws declaration from
  public int length()

Remove BufferUnderflowException, BufferOverflowException, UnmappableCharacterException, MalformedInputException throws declaration from
 public void throwException()
 

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


[jira] Updated: (HARMONY-4559) [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java

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

Jia Liang updated HARMONY-4559:
-------------------------------

    Attachment: HARMONY-4559.txt

> [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4559
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>         Attachments: HARMONY-4559.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.CoderResult.java
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult malformedForLength(int length)
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult unmappableForLength(int length)
> Remove  UnsupportedOperationException throws declaration from
>   public int length()
> Remove BufferUnderflowException, BufferOverflowException, UnmappableCharacterException, MalformedInputException throws declaration from
>  public void throwException()
>  

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


[jira] Assigned: (HARMONY-4559) [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java

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

Tim Ellison reassigned HARMONY-4559:
------------------------------------

    Assignee: Tim Ellison

> [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4559
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4559.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.CoderResult.java
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult malformedForLength(int length)
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult unmappableForLength(int length)
> Remove  UnsupportedOperationException throws declaration from
>   public int length()
> Remove BufferUnderflowException, BufferOverflowException, UnmappableCharacterException, MalformedInputException throws declaration from
>  public void throwException()
>  

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


[jira] Resolved: (HARMONY-4559) [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java

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

Tim Ellison resolved HARMONY-4559.
----------------------------------

    Resolution: Fixed

Thanks Jia.

Fixed in NIO_CHAR module at repo revision r570814.

Please check it was fixed as you expected.


> [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4559
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4559.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.CoderResult.java
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult malformedForLength(int length)
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult unmappableForLength(int length)
> Remove  UnsupportedOperationException throws declaration from
>   public int length()
> Remove BufferUnderflowException, BufferOverflowException, UnmappableCharacterException, MalformedInputException throws declaration from
>  public void throwException()
>  

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


[jira] Closed: (HARMONY-4559) [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java

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

Tim Ellison closed HARMONY-4559.
--------------------------------


No response, assuming it is ok.

> [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4559
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4559.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.CoderResult.java
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult malformedForLength(int length)
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult unmappableForLength(int length)
> Remove  UnsupportedOperationException throws declaration from
>   public int length()
> Remove BufferUnderflowException, BufferOverflowException, UnmappableCharacterException, MalformedInputException throws declaration from
>  public void throwException()
>  

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