You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2010/02/07 07:22:27 UTC

[jira] Created: (LANG-590) Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)

Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)
---------------------------------------------------------------------------

                 Key: LANG-590
                 URL: https://issues.apache.org/jira/browse/LANG-590
             Project: Commons Lang
          Issue Type: Task
            Reporter: Henri Yandell
             Fix For: 3.0


The mentioned method has a bit of code to handle a bug in earlier JVMs. No longer needed.

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


[jira] Commented: (LANG-590) Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830674#action_12830674 ] 

Henri Yandell commented on LANG-590:
------------------------------------

svn ci -m "Removing JDK 1.2/1.3 protecting bugfix. We're now on JDK 1.5. LANG-590"
Sending        src/main/java/org/apache/commons/lang3/StringUtils.java
Transmitting file data .
Committed revision 907384.


> Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)
> ---------------------------------------------------------------------------
>
>                 Key: LANG-590
>                 URL: https://issues.apache.org/jira/browse/LANG-590
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> The mentioned method has a bit of code to handle a bug in earlier JVMs. No longer needed.

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


[jira] Closed: (LANG-590) Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)

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

Henri Yandell closed LANG-590.
------------------------------

    Resolution: Fixed

svn ci -m "Moving the indexOf(String, String, int) method above the ordinalIndexOf methods to put it with its overloaded peers. LANG-590"
Sending        src/main/java/org/apache/commons/lang3/StringUtils.java
Transmitting file data .
Committed revision 907385.


> Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)
> ---------------------------------------------------------------------------
>
>                 Key: LANG-590
>                 URL: https://issues.apache.org/jira/browse/LANG-590
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> The mentioned method has a bit of code to handle a bug in earlier JVMs. No longer needed.

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


[jira] Commented: (LANG-590) Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830666#action_12830666 ] 

Henri Yandell commented on LANG-590:
------------------------------------

At the same time, move the method to be above the ordinal methods and near its overload peers.

> Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int)
> ---------------------------------------------------------------------------
>
>                 Key: LANG-590
>                 URL: https://issues.apache.org/jira/browse/LANG-590
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> The mentioned method has a bit of code to handle a bug in earlier JVMs. No longer needed.

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