[GitHub] [commons-rng] coveralls edited a comment on issue #66: RNG-114: Update ListSampler to detect RandomAccess lists

2019-09-08 Thread GitBox
coveralls edited a comment on issue #66: RNG-114: Update ListSampler to detect RandomAccess lists URL: https://github.com/apache/commons-rng/pull/66#issuecomment-529242104 [![Coverage Status](https://coveralls.io/builds/25595673/badge)](https://coveralls.io/builds/25595673)

[jira] [Commented] (RNG-114) Improve ListSampler shuffle algorithm to detect instances of RandomAccess

2019-09-08 Thread Alex D Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925254#comment-16925254 ] Alex D Herbert commented on RNG-114: I've built a benchmark to investigate the shuffle of a List. The

[GitHub] [commons-rng] coveralls commented on issue #66: RNG-114: Update ListSampler to detect RandomAccess lists

2019-09-08 Thread GitBox
coveralls commented on issue #66: RNG-114: Update ListSampler to detect RandomAccess lists URL: https://github.com/apache/commons-rng/pull/66#issuecomment-529242104 [![Coverage Status](https://coveralls.io/builds/25595571/badge)](https://coveralls.io/builds/25595571) Coverage

[GitHub] [commons-rng] aherbert opened a new pull request #66: RNG-114: Update ListSampler to detect RandomAccess lists

2019-09-08 Thread GitBox
aherbert opened a new pull request #66: RNG-114: Update ListSampler to detect RandomAccess lists URL: https://github.com/apache/commons-rng/pull/66 This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (RNG-114) Improve ListSampler shuffle algorithm to detect instances of RandomAccess

2019-09-08 Thread Alex D Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex D Herbert updated RNG-114: --- Attachment: LinkedListShufflePerformance.png > Improve ListSampler shuffle algorithm to detect 

[GitHub] [commons-lang] garydgregory commented on issue #454: Make diff result extends pair

2019-09-08 Thread GitBox
garydgregory commented on issue #454: Make diff result extends pair URL: https://github.com/apache/commons-lang/pull/454#issuecomment-529227925 My only concern here is what JApiCmp reports: ``` mvn install -P japicmp japicmp:cmp ``` Yields: ``` MODIFIED (Serializable

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308538=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308538 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory merged pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
garydgregory merged pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95 This is an

[jira] [Resolved] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved IO-625. - Fix Version/s: 2.7 Resolution: Fixed In git master. > FileUtils.copyDirectoryToDirectory does not

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308536=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308536 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] coveralls edited a comment on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
coveralls edited a comment on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#issuecomment-529201594 [![Coverage

[jira] [Updated] (IO-621) Updating source incompatible issue

2019-09-08 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated IO-621: Summary: Updating source incompatible issue (was: Updating incompatible issue) > Updating source

[jira] [Resolved] (IO-621) Updating incompatible issue

2019-09-08 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved IO-621. - Resolution: Won't Fix [~lingchao], Ah, I see. This is a _source_ incompatible change but it _is_ *binary

[jira] [Commented] (IO-621) Updating incompatible issue

2019-09-08 Thread Silence Tai (Jira)
[ https://issues.apache.org/jira/browse/IO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925196#comment-16925196 ] Silence Tai commented on IO-621: The *close* method in the *LineIterator* class throws an

[jira] [Commented] (IO-621) Updating incompatible issue

2019-09-08 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925192#comment-16925192 ] Gary Gregory commented on IO-621: - How so? > Updating incompatible issue > --- > >

[jira] [Commented] (IO-621) Updating incompatible issue

2019-09-08 Thread Silence Tai (Jira)
[ https://issues.apache.org/jira/browse/IO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925189#comment-16925189 ] Silence Tai commented on IO-621: [~ggregory] *LineIterator* class has made incompatible changes in *c1d92d87*

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308514=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308514 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory commented on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
garydgregory commented on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#issuecomment-529212211 Looks good :-) One more thing, (sorry) please add an

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308513=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308513 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] coveralls edited a comment on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
coveralls edited a comment on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#issuecomment-529201594 [![Coverage

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308512=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308512 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] mikkomaunu commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
mikkomaunu commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#discussion_r322014085 ## File path:

[GitHub] [commons-io] mikkomaunu commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
mikkomaunu commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#discussion_r322014097 ## File path:

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308511=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308511 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308510=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308510 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] mikkomaunu commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
mikkomaunu commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#discussion_r322014038 ## File path:

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308500=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308500 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308501=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308501 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308499=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308499 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
garydgregory commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#discussion_r322011334 ## File path:

[GitHub] [commons-io] garydgregory commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
garydgregory commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#discussion_r322011316 ## File path:

[GitHub] [commons-io] garydgregory commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
garydgregory commented on a change in pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#discussion_r322011278 ## File path:

[jira] [Commented] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread Silence Tai (Jira)
[ https://issues.apache.org/jira/browse/IO-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925173#comment-16925173 ] Silence Tai commented on IO-625: Change *destDir* in the ( ??When destDir parameter to

[GitHub] [commons-io] coveralls commented on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
coveralls commented on issue #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95#issuecomment-529201594 [![Coverage

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308494=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308494 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-625?focusedWorklogId=308493=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308493 ] ASF GitHub Bot logged work on IO-625: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] mikkomaunu opened a new pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread GitBox
mikkomaunu opened a new pull request #95: [IO-625] FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory URL: https://github.com/apache/commons-io/pull/95 Fix and unit tests for https://issues.apache.org/jira/browse/IO-625.

[jira] [Updated] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread Mikko Maunu (Jira)
[ https://issues.apache.org/jira/browse/IO-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Maunu updated IO-625: --- Priority: Trivial (was: Major) > FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception >

[jira] [Updated] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread Mikko Maunu (Jira)
[ https://issues.apache.org/jira/browse/IO-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Maunu updated IO-625: --- Attachment: FileUtilsCopyDirectoryToDirectoryTestCase.java > FileUtils.copyDirectoryToDirectory does not reflect

[jira] [Created] (IO-625) FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory

2019-09-08 Thread Mikko Maunu (Jira)
Mikko Maunu created IO-625: -- Summary: FileUtils.copyDirectoryToDirectory does not reflect srcDir in exception message when srcDir is not a directory Key: IO-625 URL: https://issues.apache.org/jira/browse/IO-625

[GitHub] [commons-text] coveralls edited a comment on issue #120: Move "doclint=all" from Github workflow to pom.xml.

2019-09-08 Thread GitBox
coveralls edited a comment on issue #120: Move "doclint=all" from Github workflow to pom.xml. URL: https://github.com/apache/commons-text/pull/120#issuecomment-529178467 [![Coverage Status](https://coveralls.io/builds/25590259/badge)](https://coveralls.io/builds/25590259)

[GitHub] [commons-text] PascalSchumacher closed pull request #120: Move "doclint=all" from Github workflow to pom.xml.

2019-09-08 Thread GitBox
PascalSchumacher closed pull request #120: Move "doclint=all" from Github workflow to pom.xml. URL: https://github.com/apache/commons-text/pull/120 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-text] coveralls commented on issue #120: Move "doclint=all" from Github workflow to pom.xml.

2019-09-08 Thread GitBox
coveralls commented on issue #120: Move "doclint=all" from Github workflow to pom.xml. URL: https://github.com/apache/commons-text/pull/120#issuecomment-529178467 [![Coverage Status](https://coveralls.io/builds/25590225/badge)](https://coveralls.io/builds/25590225) Coverage

[GitHub] [commons-text] PascalSchumacher opened a new pull request #120: Move "doclint=all" from Github workflow to pom.xml.

2019-09-08 Thread GitBox
PascalSchumacher opened a new pull request #120: Move "doclint=all" from Github workflow to pom.xml. URL: https://github.com/apache/commons-text/pull/120 Use maven default goals "clean verify apache-rat:check clirr:check checkstyle:check spotbugs:check javadoc:javadoc" for Github