[GitHub] [commons-lang] aherbert commented on a change in pull request #565: [LANG-1576] refine StringUtils.chomp

2020-07-29 Thread GitBox
aherbert commented on a change in pull request #565: URL: https://github.com/apache/commons-lang/pull/565#discussion_r461511023 ## File path: src/test/java/org/apache/commons/lang3/StringUtilsChompTest.java ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache Software

[jira] [Work logged] (LANG-1576) refine StringUtils.chomp

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1576?focusedWorklogId=463738=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463738 ] ASF GitHub Bot logged work on LANG-1576: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1576) refine StringUtils.chomp

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1576?focusedWorklogId=463818=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463818 ] ASF GitHub Bot logged work on LANG-1576: Author: ASF GitHub Bot

[GitHub] [commons-lang] XenoAmess removed a comment on pull request #565: [LANG-1576] refine StringUtils.chomp

2020-07-29 Thread GitBox
XenoAmess removed a comment on pull request #565: URL: https://github.com/apache/commons-lang/pull/565#issuecomment-664013772 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Work logged] (LANG-1587) refine StringUtils.strip

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1587?focusedWorklogId=463713=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463713 ] ASF GitHub Bot logged work on LANG-1587: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #576: [LANG-1587] refine StringUtils.strip

2020-07-29 Thread GitBox
coveralls edited a comment on pull request #576: URL: https://github.com/apache/commons-lang/pull/576#issuecomment-651296961 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Work logged] (IO-670) IOUtils.contentEquals is of low performance. I will refine it.

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-670?focusedWorklogId=463710=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463710 ] ASF GitHub Bot logged work on IO-670: - Author: ASF GitHub Bot Created

[GitHub] [commons-lang] coveralls edited a comment on pull request #574: [LANG-1585] refine performance of StringUtils.normalizeSpace

2020-07-29 Thread GitBox
coveralls edited a comment on pull request #574: URL: https://github.com/apache/commons-lang/pull/574#issuecomment-651258084 [![Coverage Status](https://coveralls.io/builds/32386755/badge)](https://coveralls.io/builds/32386755) Coverage decreased (-0.005%) to 94.66% when pulling

[jira] [Work logged] (LANG-1576) refine StringUtils.chomp

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1576?focusedWorklogId=463605=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463605 ] ASF GitHub Bot logged work on LANG-1576: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #572: [LANG-1583] refine StringUtils.isMixedCase

2020-07-29 Thread GitBox
coveralls edited a comment on pull request #572: URL: https://github.com/apache/commons-lang/pull/572#issuecomment-651049585 [![Coverage Status](https://coveralls.io/builds/32387845/badge)](https://coveralls.io/builds/32387845) Coverage increased (+0.004%) to 94.669% when

[GitHub] [commons-io] garydgregory merged pull request #128: Bump mockito-core from 3.3.3 to 3.4.4

2020-07-29 Thread GitBox
garydgregory merged pull request #128: URL: https://github.com/apache/commons-io/pull/128 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

[GitHub] [commons-io] garydgregory commented on a change in pull request #131: new test copyFileWrongPermissions

2020-07-29 Thread GitBox
garydgregory commented on a change in pull request #131: URL: https://github.com/apache/commons-io/pull/131#discussion_r461675952 ## File path: src/test/java/org/apache/commons/io/FileUtilsCopyDirectoryToDirectoryTestCase.java ## @@ -73,6 +83,48 @@ public void

[jira] [Work logged] (LANG-1583) refine StringUtils.isMixedCase

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1583?focusedWorklogId=463654=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463654 ] ASF GitHub Bot logged work on LANG-1583: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1585) refine performance of StringUtils.normalizeSpace

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1585?focusedWorklogId=463670=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463670 ] ASF GitHub Bot logged work on LANG-1585: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1584) refine StringUtils.isNumericSpace

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1584?focusedWorklogId=463622=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463622 ] ASF GitHub Bot logged work on LANG-1584: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1587) refine StringUtils.strip

2020-07-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1587?focusedWorklogId=463614=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463614 ] ASF GitHub Bot logged work on LANG-1587: Author: ASF GitHub Bot

[GitHub] [commons-lang] XenoAmess commented on pull request #573: [LANG-1584] refine StringUtils.isNumericSpace

2020-07-29 Thread GitBox
XenoAmess commented on pull request #573: URL: https://github.com/apache/commons-lang/pull/573#issuecomment-665158114 Hi. I think this pr does not need jmh test. If you still need it, I will do it, but I will just not do it until someone tell me to.

[GitHub] [commons-lang] XenoAmess commented on pull request #576: [LANG-1587] refine StringUtils.strip

2020-07-29 Thread GitBox
XenoAmess commented on pull request #576: URL: https://github.com/apache/commons-lang/pull/576#issuecomment-665110947 full performance test at https://pastebin.ubuntu.com/p/xpZVrHpDXG/ In short, ``` StringUtilsStripTest.test00Newavgt5 2.308 ? 0.046 ns/op

[GitHub] [commons-io] garydgregory merged pull request #127: Bump junit-pioneer from 0.6.0 to 0.7.0

2020-07-29 Thread GitBox
garydgregory merged pull request #127: URL: https://github.com/apache/commons-io/pull/127 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

[GitHub] [commons-lang] XenoAmess edited a comment on pull request #565: [LANG-1576] refine StringUtils.chomp

2020-07-29 Thread GitBox
XenoAmess edited a comment on pull request #565: URL: https://github.com/apache/commons-lang/pull/565#issuecomment-664970394 This is an automated message from the Apache Git Service. To respond to the message, please log on

<    1   2