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/03/22 11:21:32 UTC

[jira] Created: (HARMONY-3468) [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized

[classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized
-----------------------------------------------------------------------------------

                 Key: HARMONY-3468
                 URL: https://issues.apache.org/jira/browse/HARMONY-3468
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Tony Wu
         Attachments: harmony-3468.diff

according to spec, the parameter of its constructor could only be "read" and "write"

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


[jira] Resolved: (HARMONY-3468) [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized

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

Alexey Petrenko resolved HARMONY-3468.
--------------------------------------

    Resolution: Fixed

The patch has been applied.
Please verify.

> [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3468
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3468
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexey Petrenko
>         Attachments: harmony-3468.diff
>
>
> according to spec, the parameter of its constructor could only be "read" and "write"

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


[jira] Commented: (HARMONY-3468) [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized

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

Tony Wu commented on HARMONY-3468:
----------------------------------

Verified at r521558. Thanks Alexey. 

> [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3468
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3468
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexey Petrenko
>         Attachments: harmony-3468.diff
>
>
> according to spec, the parameter of its constructor could only be "read" and "write"

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


[jira] Assigned: (HARMONY-3468) [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized

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

Alexey Petrenko reassigned HARMONY-3468:
----------------------------------------

    Assignee: Alexey Petrenko

> [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3468
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3468
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexey Petrenko
>         Attachments: harmony-3468.diff
>
>
> according to spec, the parameter of its constructor could only be "read" and "write"

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


[jira] Updated: (HARMONY-3468) [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized

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

Tony Wu updated HARMONY-3468:
-----------------------------

    Attachment: harmony-3468.diff

would you pls try this patch, thanks a lot!

> [classlib][luni]toLowerCase in Constructor of PropertyPermission could be optimized
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3468
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3468
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3468.diff
>
>
> according to spec, the parameter of its constructor could only be "read" and "write"

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