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/07 11:31:24 UTC

[jira] Created: (HARMONY-3320) [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly

[classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly
------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-3320
                 URL: https://issues.apache.org/jira/browse/HARMONY-3320
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tony Wu


Assume that we have a oldprop.
Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperties will modify the oldprop directly. 

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


[jira] Resolved: (HARMONY-3320) [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly

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

Richard Liang resolved HARMONY-3320.
------------------------------------

    Resolution: Fixed

This problem is fixed by Paulex.

> [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3320
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3320
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3320.diff
>
>
> Assume that we have a oldprop.
> Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperty will modify the oldprop directly. 
> the incorrect use in this testcase leads to failure while we try to roll back the properties.

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


[jira] Updated: (HARMONY-3320) [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly

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

Tony Wu updated HARMONY-3320:
-----------------------------

    Attachment: harmony-3320.diff

would you please try my patch? thanks a lot!

> [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3320
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3320
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3320.diff
>
>
> Assume that we have a oldprop.
> Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperties will modify the oldprop directly. 

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


[jira] Commented: (HARMONY-3320) [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly

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

Oliver Deakin commented on HARMONY-3320:
----------------------------------------

Has this JIRA been verified as fixed? Is it ok to close it now?

> [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3320
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3320
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3320.diff
>
>
> Assume that we have a oldprop.
> Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperty will modify the oldprop directly. 
> the incorrect use in this testcase leads to failure while we try to roll back the properties.

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


[jira] Updated: (HARMONY-3320) [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly

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

Tony Wu updated HARMONY-3320:
-----------------------------

    Description: 
Assume that we have a oldprop.
Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperty will modify the oldprop directly. 

the incorrect use in this testcase leads to failure while we try to roll back the properties.

  was:
Assume that we have a oldprop.
Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperties will modify the oldprop directly. 

the incorrect use in this testcase leads to failure while we try to roll back the properties.


> [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3320
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3320
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3320.diff
>
>
> Assume that we have a oldprop.
> Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperty will modify the oldprop directly. 
> the incorrect use in this testcase leads to failure while we try to roll back the properties.

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


[jira] Commented: (HARMONY-3320) [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly

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

Tony Wu commented on HARMONY-3320:
----------------------------------

verified, Thanks.

> [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3320
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3320
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3320.diff
>
>
> Assume that we have a oldprop.
> Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperty will modify the oldprop directly. 
> the incorrect use in this testcase leads to failure while we try to roll back the properties.

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


[jira] Updated: (HARMONY-3320) [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly

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

Tony Wu updated HARMONY-3320:
-----------------------------

    Description: 
Assume that we have a oldprop.
Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperties will modify the oldprop directly. 

the incorrect use in this testcase leads to failure while we try to roll back the properties.

  was:
Assume that we have a oldprop.
Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperties will modify the oldprop directly. 


> [classlib][nio_char]org/apache/harmony/nio_char/tests/java/nio/charset/CharsetTest used System.setProperties incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3320
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3320
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3320.diff
>
>
> Assume that we have a oldprop.
> Once set the oldprop by System.setProperties, the internal properties will be replaced with it, so that next operation of System.setProperties will modify the oldprop directly. 
> the incorrect use in this testcase leads to failure while we try to roll back the properties.

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