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 2006/10/30 07:25:16 UTC

[jira] Created: (HARMONY-2001) [classlib]different behavior with RI in method Introspector.decapitalize

[classlib]different behavior with RI in method Introspector.decapitalize
------------------------------------------------------------------------

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


this testcase passed on RI but failed on Harmony

public class TestBeans extends TestCase {
   public void test() {
       String expected = "a1";
       String actual = java.beans.Introspector.decapitalize("A1");
       assertEquals(expected, actual);
   }
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2001) [classlib]different behavior with RI in method Introspector.decapitalize

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2001?page=all ]

Alexei Zakharov resolved HARMONY-2001.
--------------------------------------

    Resolution: Fixed

> [classlib]different behavior with RI in method Introspector.decapitalize
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2001
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2001
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexei Zakharov
>
> this testcase passed on RI but failed on Harmony
> public class TestBeans extends TestCase {
>    public void test() {
>        String expected = "a1";
>        String actual = java.beans.Introspector.decapitalize("A1");
>        assertEquals(expected, actual);
>    }
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2001) [classlib]different behavior with RI in method Introspector.decapitalize

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2001?page=all ]

Alexei Zakharov reassigned HARMONY-2001:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib]different behavior with RI in method Introspector.decapitalize
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2001
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2001
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexei Zakharov
>
> this testcase passed on RI but failed on Harmony
> public class TestBeans extends TestCase {
>    public void test() {
>        String expected = "a1";
>        String actual = java.beans.Introspector.decapitalize("A1");
>        assertEquals(expected, actual);
>    }
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2001) [classlib]different behavior with RI in method Introspector.decapitalize

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2001?page=comments#action_12448106 ] 
            
Alexei Zakharov commented on HARMONY-2001:
------------------------------------------

Tony, thanks for reporting this issue. Your test case was added to IntrospectorTest#testDecapitalize() and corresponding fix to the classlib code was applied at r472454. Please verify that it solves the problem.

> [classlib]different behavior with RI in method Introspector.decapitalize
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2001
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2001
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Alexei Zakharov
>
> this testcase passed on RI but failed on Harmony
> public class TestBeans extends TestCase {
>    public void test() {
>        String expected = "a1";
>        String actual = java.beans.Introspector.decapitalize("A1");
>        assertEquals(expected, actual);
>    }
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira