[ 
https://issues.apache.org/jira/browse/LANG-1631?focusedWorklogId=527677&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-527677
 ]

ASF GitHub Bot logged work on LANG-1631:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Dec/20 15:27
            Start Date: 23/Dec/20 15:27
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on a change in pull request #682:
URL: https://github.com/apache/commons-lang/pull/682#discussion_r548012329



##########
File path: 
src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java
##########
@@ -48,6 +49,8 @@
 
     private static final String[] FOOBAR_SUB_ARRAY = new String[] {"ob", "ba"};
 
+    private static final int NOT_FOUND = -1;

Review comment:
       This is already defined in `ArrayUtils`, please reuse.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 527677)
    Time Spent: 2h 50m  (was: 2h 40m)

> Check if the char to be searched is defined
> -------------------------------------------
>
>                 Key: LANG-1631
>                 URL: https://issues.apache.org/jira/browse/LANG-1631
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>            Reporter: Arturo Bernal
>            Priority: Major
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
>  
> Crash when the the char to be searched value it's out of range >=  '\u0000' 
> <= '\uFFFF'
>  Getting the next error -->
>  
> {code:java}
> java.lang.IllegalArgumentException: Not a valid Unicode code point: 
> 0xFFFFF936{code}
>  
>  
> Basically the problem is that when it is verified that the character to 
> search is less than MIN_SUPPLEMENTARY_CODE_POINT, the search is not exited of 
> the loop. It continues searching but this time values less than or equal to 
> Character.MAX_CODE_POINT
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to