You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Catherine Hope (JIRA)" <ji...@apache.org> on 2010/06/01 12:58:37 UTC

[jira] Created: (HARMONY-6534) [classlib][luni] construct UnsupportedEncodingException with name of encoding

[classlib][luni] construct UnsupportedEncodingException with name of encoding
-----------------------------------------------------------------------------

                 Key: HARMONY-6534
                 URL: https://issues.apache.org/jira/browse/HARMONY-6534
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Catherine Hope
            Priority: Trivial


In InputStreamReader and PrintStream classes UnsupportedEncodingExceptions are created with the no-args constructor instead of passing the name of the encoding in, which is the behaviour or the RI.

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


[jira] Resolved: (HARMONY-6534) [classlib][luni] construct UnsupportedEncodingException with name of encoding

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

Tim Ellison resolved HARMONY-6534.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Catherine,

Patch applied to LUNI module at repo revision r953412 plus some regression test assertions.

Please check it was applied as you expected.



> [classlib][luni] construct UnsupportedEncodingException with name of encoding
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-6534
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6534
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Catherine Hope
>            Priority: Trivial
>             Fix For: 5.0M15
>
>         Attachments: 6534.patch
>
>
> In InputStreamReader and PrintStream classes UnsupportedEncodingExceptions are created with the no-args constructor instead of passing the name of the encoding in, which is the behaviour or the RI.

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


[jira] Updated: (HARMONY-6534) [classlib][luni] construct UnsupportedEncodingException with name of encoding

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

Catherine Hope updated HARMONY-6534:
------------------------------------

    Attachment: 6534.patch

Include name of encoding when throwing UnsupportedEncodingException

> [classlib][luni] construct UnsupportedEncodingException with name of encoding
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-6534
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6534
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Catherine Hope
>            Priority: Trivial
>         Attachments: 6534.patch
>
>
> In InputStreamReader and PrintStream classes UnsupportedEncodingExceptions are created with the no-args constructor instead of passing the name of the encoding in, which is the behaviour or the RI.

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


[jira] Commented: (HARMONY-6534) [classlib][luni] construct UnsupportedEncodingException with name of encoding

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877527#action_12877527 ] 

Hudson commented on HARMONY-6534:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #842 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/842/])
    Applied patch and created tests for HARMONY-6534 ([classlib][luni] construct UnsupportedEncodingException with name of encoding)


> [classlib][luni] construct UnsupportedEncodingException with name of encoding
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-6534
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6534
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Catherine Hope
>            Priority: Trivial
>             Fix For: 5.0M15
>
>         Attachments: 6534.patch
>
>
> In InputStreamReader and PrintStream classes UnsupportedEncodingExceptions are created with the no-args constructor instead of passing the name of the encoding in, which is the behaviour or the RI.

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


[jira] Closed: (HARMONY-6534) [classlib][luni] construct UnsupportedEncodingException with name of encoding

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

Catherine Hope closed HARMONY-6534.
-----------------------------------


Thanks for adding the tests

> [classlib][luni] construct UnsupportedEncodingException with name of encoding
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-6534
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6534
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Catherine Hope
>            Priority: Trivial
>             Fix For: 5.0M15
>
>         Attachments: 6534.patch
>
>
> In InputStreamReader and PrintStream classes UnsupportedEncodingExceptions are created with the no-args constructor instead of passing the name of the encoding in, which is the behaviour or the RI.

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


[jira] Commented: (HARMONY-6534) [classlib][luni] construct UnsupportedEncodingException with name of encoding

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877564#action_12877564 ] 

Hudson commented on HARMONY-6534:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #29 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/29/])
    Applied patch and created tests for HARMONY-6534 ([classlib][luni] construct UnsupportedEncodingException with name of encoding)


> [classlib][luni] construct UnsupportedEncodingException with name of encoding
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-6534
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6534
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Catherine Hope
>            Priority: Trivial
>             Fix For: 5.0M15
>
>         Attachments: 6534.patch
>
>
> In InputStreamReader and PrintStream classes UnsupportedEncodingExceptions are created with the no-args constructor instead of passing the name of the encoding in, which is the behaviour or the RI.

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