You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2010/09/21 20:37:32 UTC

[jira] Created: (FELIX-2611) [Utils] Doesn't work on Java 1.4 due to use of String.contains()

[Utils] Doesn't work on Java 1.4 due to use of String.contains()
----------------------------------------------------------------

                 Key: FELIX-2611
                 URL: https://issues.apache.org/jira/browse/FELIX-2611
             Project: Felix
          Issue Type: Bug
          Components: Utils
    Affects Versions: utils-1.0.0
            Reporter: Richard S. Hall
             Fix For: utils-1.0.2


Should use indexOf() instead.

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


[jira] Closed: (FELIX-2611) [Utils] Doesn't work on Java 1.4 due to use of String.contains()

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

Richard S. Hall closed FELIX-2611.
----------------------------------

      Assignee: Richard S. Hall
    Resolution: Fixed

Fixed in trunk.

> [Utils] Doesn't work on Java 1.4 due to use of String.contains()
> ----------------------------------------------------------------
>
>                 Key: FELIX-2611
>                 URL: https://issues.apache.org/jira/browse/FELIX-2611
>             Project: Felix
>          Issue Type: Bug
>          Components: Utils
>    Affects Versions: utils-1.0.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: utils-1.0.2
>
>
> Should use indexOf() instead.

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