You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by Turan91 <gi...@git.apache.org> on 2018/10/01 23:11:14 UTC

[GitHub] commons-lang pull request #361: Add check to StringUtils.repeat() for large ...

GitHub user Turan91 opened a pull request:

    https://github.com/apache/commons-lang/pull/361

    Add check to StringUtils.repeat() for large length results

    I have added a check to ensure that the resultant String is not larger than the maximum allowed length.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Turan91/commons-lang master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/361.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #361
    
----
commit 4b8f68422040115b70e90f1fe40ba7962fc25664
Author: Turan Suleyman <tu...@...>
Date:   2018-10-01T23:07:32Z

    Added changes for StringUtils.repeat()

commit fa9c8b76dbe4264d0474c09288539e2e8c31f40f
Author: Turan Suleyman <tu...@...>
Date:   2018-10-01T23:08:42Z

    Added changes for StringUtils.repeat()

----


---

[GitHub] commons-lang issue #361: Add check to StringUtils.repeat() for large length ...

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/361
  
    
    [![Coverage Status](https://coveralls.io/builds/19293138/badge)](https://coveralls.io/builds/19293138)
    
    Coverage increased (+0.0009%) to 95.253% when pulling **b8291fb11bf0d4a541a46abfc25af60850f316f2 on Turan91:master** into **69e843890c09861a168c6fe77d63fc72f0c73195 on apache:master**.



---

[GitHub] commons-lang pull request #361: Add check to StringUtils.repeat() for large ...

Posted by Turan91 <gi...@git.apache.org>.
Github user Turan91 closed the pull request at:

    https://github.com/apache/commons-lang/pull/361


---