You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by MarkDacek <gi...@git.apache.org> on 2018/11/26 16:42:37 UTC

[GitHub] commons-lang issue #362: Add a check to StringUtils.repeat() for large lengt...

Github user MarkDacek commented on the issue:

    https://github.com/apache/commons-lang/pull/362
  
    I'm somewhat wary of simply comparing the values, as it's not always intuitive and doesn't save us much in the way of performance. Perhaps comparing it to Integer.MAX_VALUE is a bit more appropriate?


---