You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tharindu Mathew (JIRA)" <ji...@apache.org> on 2008/08/08 13:47:44 UTC

[jira] Created: (HARMONY-5940) Fixes problems in TextUtils

Fixes problems in TextUtils
---------------------------

                 Key: HARMONY-5940
                 URL: https://issues.apache.org/jira/browse/HARMONY-5940
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tharindu Mathew




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


[jira] Updated: (HARMONY-5940) Fixes problems in TextUtils

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

Tharindu Mathew updated HARMONY-5940:
-------------------------------------

    Attachment: TextUtilsFix.patch

Fixes issues that caused 4 tests in View_VisualPosition_PartTest and 4 tests in View_VisualPositionTest to fail.

> Fixes problems in TextUtils
> ---------------------------
>
>                 Key: HARMONY-5940
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5940
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tharindu Mathew
>         Attachments: TextUtilsFix.patch
>
>


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


[jira] Assigned: (HARMONY-5940) Fixes problems in TextUtils

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

Mark Hindess reassigned HARMONY-5940:
-------------------------------------

    Assignee: Mark Hindess  (was: Alexei Zakharov)

> Fixes problems in TextUtils
> ---------------------------
>
>                 Key: HARMONY-5940
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5940
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tharindu Mathew
>            Assignee: Mark Hindess
>         Attachments: TextUtilsFix.patch
>
>


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


[jira] Commented: (HARMONY-5940) Fixes problems in TextUtils

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

Mark Hindess commented on HARMONY-5940:
---------------------------------------

This patch looks reasonable but commenting out the if is certainly the wrong thing to do.  Either remove the if completely or, as I suspect from just reading the patch, fix the if test to be (abs(pos) > length) since only the (pos < 0) part looks relevant to the second change in the patch.



> Fixes problems in TextUtils
> ---------------------------
>
>                 Key: HARMONY-5940
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5940
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tharindu Mathew
>            Assignee: Alexei Zakharov
>         Attachments: TextUtilsFix.patch
>
>


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


[jira] Assigned: (HARMONY-5940) Fixes problems in TextUtils

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

Alexei Zakharov reassigned HARMONY-5940:
----------------------------------------

    Assignee: Alexei Zakharov

> Fixes problems in TextUtils
> ---------------------------
>
>                 Key: HARMONY-5940
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5940
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tharindu Mathew
>            Assignee: Alexei Zakharov
>         Attachments: TextUtilsFix.patch
>
>


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