[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=238983=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238983 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] cesartxt edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-07 Thread GitBox
cesartxt edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490340797 Please, review the conversation of the pull request #340 It seems that using String#toUpperCase

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=238982=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238982 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] cesartxt commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-07 Thread GitBox
cesartxt commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490340797 Please, review the conversation of the pull request #340

[GitHub] [commons-lang] coveralls edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-07 Thread GitBox
coveralls edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490303679 [![Coverage

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=238923=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238923 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=238924=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238924 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-07 Thread GitBox
coveralls edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490303679 [![Coverage

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835223#comment-16835223 ] Rob Tompkins commented on LANG-1453: There are some curiosities when dealing with Unicode characters

[GitHub] [commons-lang] coveralls commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-07 Thread GitBox
coveralls commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490303679 [![Coverage Status](https://coveralls.io/builds/23249560/badge)](https://coveralls.io/builds/23249560)

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=238912=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238912 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread Gerardo Torres Ontiveros (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835215#comment-16835215 ] Gerardo Torres Ontiveros commented on LANG-1453: I figured out the cause of this bug and

[jira] [Comment Edited] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread Gerardo Torres Ontiveros (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835215#comment-16835215 ] Gerardo Torres Ontiveros edited comment on LANG-1453 at 5/8/19 12:31 AM:

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=238908=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238908 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] geratorres opened a new pull request #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-07 Thread GitBox
geratorres opened a new pull request #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420 I changed the using of toLowerCase to toUpperCase on replace function on StringUtils. more detailed info is in a comment on

[GitHub] [commons-statistics] ericbarnhill commented on a change in pull request #4: A small Mode function

2019-05-07 Thread GitBox
ericbarnhill commented on a change in pull request #4: A small Mode function URL: https://github.com/apache/commons-statistics/pull/4#discussion_r281865803 ## File path: commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/CauchyDistribution.java

[jira] [Work logged] (MATH-1481) Update Sobol dimension

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1481?focusedWorklogId=238809=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238809 ] ASF GitHub Bot logged work on MATH-1481: Author: ASF GitHub Bot

[GitHub] [commons-math] asfgit merged pull request #105: improvement-MATH-1481 Sobol dimension extension

2019-05-07 Thread GitBox
asfgit merged pull request #105: improvement-MATH-1481 Sobol dimension extension URL: https://github.com/apache/commons-math/pull/105 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Resolved] (MATH-1481) Update Sobol dimension

2019-05-07 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-1481. -- Resolution: Done Fix Version/s: 4.0 commit 5de563e6c764add5980c63310c1df43db2bbdb38 > Update Sobol

[jira] [Commented] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr when compiling with newer Visual Studio

2019-05-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835119#comment-16835119 ] Mark Thomas commented on DAEMON-398: Assuming I am reading the Mercurial logs correctly, there were

[jira] [Commented] (COMPRESS-485) Reproducible Builds: keep entries order when gathering ParallelScatterZipCreator

2019-05-07 Thread JIRA
[ https://issues.apache.org/jira/browse/COMPRESS-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835085#comment-16835085 ] Hervé Boutemy commented on COMPRESS-485: sure, done :) > Reproducible Builds: keep entries

[jira] [Work logged] (COMPRESS-485) Reproducible Builds: keep entries order when gathering ParallelScatterZipCreator

2019-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-485?focusedWorklogId=238783=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238783 ] ASF GitHub Bot logged work on COMPRESS-485: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation

2019-05-07 Thread GitBox
coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation URL: https://github.com/apache/commons-compress/pull/78#issuecomment-489726010 [![Coverage Status](https://coveralls.io/builds/23245578/badge)](https://coveralls.io/builds/23245578)

[GitHub] [commons-rng] coveralls edited a comment on issue #40: RNG-91: Added a KempSmallMeanPoissonSampler

2019-05-07 Thread GitBox
coveralls edited a comment on issue #40: RNG-91: Added a KempSmallMeanPoissonSampler URL: https://github.com/apache/commons-rng/pull/40#issuecomment-490160810 [![Coverage Status](https://coveralls.io/builds/23241979/badge)](https://coveralls.io/builds/23241979) Coverage

[GitHub] [commons-rng] coveralls edited a comment on issue #40: RNG-91: Added a KempSmallMeanPoissonSampler

2019-05-07 Thread GitBox
coveralls edited a comment on issue #40: RNG-91: Added a KempSmallMeanPoissonSampler URL: https://github.com/apache/commons-rng/pull/40#issuecomment-490160810 [![Coverage Status](https://coveralls.io/builds/23241979/badge)](https://coveralls.io/builds/23241979) Coverage

[jira] [Closed] (VFS-713) Add FileObjectUtils.readProperties(FileObject) method to read a .properties file.

2019-05-07 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed VFS-713. Resolution: Fixed In git master. > Add FileObjectUtils.readProperties(FileObject) method to read a

[jira] [Created] (VFS-713) Add FileObjectUtils.readProperties(FileObject) method to read a .properties file.

2019-05-07 Thread Gary Gregory (JIRA)
Gary Gregory created VFS-713: Summary: Add FileObjectUtils.readProperties(FileObject) method to read a .properties file. Key: VFS-713 URL: https://issues.apache.org/jira/browse/VFS-713 Project: Commons

[GitHub] [commons-rng] coveralls commented on issue #41: RNG-101: Add MarsagliaTsangWang discrete probability sampler.

2019-05-07 Thread GitBox
coveralls commented on issue #41: RNG-101: Add MarsagliaTsangWang discrete probability sampler. URL: https://github.com/apache/commons-rng/pull/41#issuecomment-490168940 [![Coverage Status](https://coveralls.io/builds/23241219/badge)](https://coveralls.io/builds/23241219)

[jira] [Closed] (VFS-712) Add null-safe org.apache.commons.vfs2.util.FileObjectUtils.exists(FileObject)

2019-05-07 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed VFS-712. Resolution: Fixed In git master. > Add null-safe

[jira] [Created] (VFS-712) Add null-safe org.apache.commons.vfs2.util.FileObjectUtils.exists(FileObject)

2019-05-07 Thread Gary Gregory (JIRA)
Gary Gregory created VFS-712: Summary: Add null-safe org.apache.commons.vfs2.util.FileObjectUtils.exists(FileObject) Key: VFS-712 URL: https://issues.apache.org/jira/browse/VFS-712 Project: Commons VFS

[GitHub] [commons-rng] coveralls commented on issue #40: RNG-91: Added a KempSmallMeanPoissonSampler

2019-05-07 Thread GitBox
coveralls commented on issue #40: RNG-91: Added a KempSmallMeanPoissonSampler URL: https://github.com/apache/commons-rng/pull/40#issuecomment-490160810 [![Coverage Status](https://coveralls.io/builds/23240712/badge)](https://coveralls.io/builds/23240712) Coverage decreased

[GitHub] [commons-rng] aherbert opened a new pull request #41: RNG-101: Add MarsagliaTsangWang discrete probability sampler.

2019-05-07 Thread GitBox
aherbert opened a new pull request #41: RNG-101: Add MarsagliaTsangWang discrete probability sampler. URL: https://github.com/apache/commons-rng/pull/41 This adds support for a generic distribution defined by an array of probabilities and also a Poisson and Binomial distribution.

[jira] [Commented] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr when compiling with newer Visual Studio

2019-05-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834934#comment-16834934 ] Mark Thomas commented on DAEMON-398: Looking at the table, I think we have enough info already in

[jira] [Updated] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr when compiling with newer Visual Studio

2019-05-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas updated DAEMON-398: --- Description: *Steps to reproduce* # Install Java 11 # Install prunsrv.exe using jvm.dll and

[GitHub] [commons-rng] aherbert opened a new pull request #40: RNG-91: Added a KempSmallMeanPoissonSampler

2019-05-07 Thread GitBox
aherbert opened a new pull request #40: RNG-91: Added a KempSmallMeanPoissonSampler URL: https://github.com/apache/commons-rng/pull/40 Add a benchmark to the JMH examples of various methods to compute a Poisson sample. This sampler is suitable for use an alternative to the

[jira] [Commented] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr when compiling with newer Visual Studio

2019-05-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834893#comment-16834893 ] Mark Thomas commented on DAEMON-398: I was using Windows 7. I think it would be useful to add a

[jira] [Created] (MATH-1481) Update Sobol dimension

2019-05-07 Thread Charmont (JIRA)
Charmont created MATH-1481: -- Summary: Update Sobol dimension Key: MATH-1481 URL: https://issues.apache.org/jira/browse/MATH-1481 Project: Commons Math Issue Type: Improvement Affects Versions:

[GitHub] [commons-math] tcharmont commented on a change in pull request #105: Extend the Sobol generator sequence dimension

2019-05-07 Thread GitBox
tcharmont commented on a change in pull request #105: Extend the Sobol generator sequence dimension URL: https://github.com/apache/commons-math/pull/105#discussion_r281676503 ## File path: src/main/java/org/apache/commons/math4/random/SobolSequenceGenerator.java ## @@

[jira] [Commented] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr when compiling with newer Visual Studio

2019-05-07 Thread Gerwin (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834830#comment-16834830 ] Gerwin commented on DAEMON-398: --- {code:none} C:\>dumpbin /headers "c:\Program

[jira] [Commented] (DAEMON-396) LibraryPath is broken for Java 11

2019-05-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834802#comment-16834802 ] Mark Thomas commented on DAEMON-396: My testing was with AdoptOpenJDK 11.0.3+7 where this issue is

[jira] [Updated] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr when compiling with newer Visual Studio

2019-05-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas updated DAEMON-398: --- Issue Type: Improvement (was: Bug) Summary: Java 11 jvm.dll startup messages not available on

[jira] [Commented] (DAEMON-398) Java 11 jvm.dll startup error messages not available on stdout/stderr

2019-05-07 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834792#comment-16834792 ] Mark Thomas commented on DAEMON-398: My testing was with AdoptOpenJDK 11.0.3+7 where this issue is

[jira] [Commented] (DAEMON-396) LibraryPath is broken for Java 11

2019-05-07 Thread Gerwin (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834786#comment-16834786 ] Gerwin commented on DAEMON-396: --- bq. I have tested with the latest release (1.1.0) and I am unable to

[jira] [Reopened] (DAEMON-398) Java 11 jvm.dll startup error messages not available on stdout/stderr

2019-05-07 Thread Gerwin (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerwin reopened DAEMON-398: --- I tried with [AdoptOpenJDK 11.0.2+9|https://adoptopenjdk.net/archive.html?variant=openjdk11=hotspot] and there

[jira] [Commented] (IO-606) FilenameUtils.concat fails with relative path

2019-05-07 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834757#comment-16834757 ] Gary Gregory commented on IO-606: - [~matthias-ronge], Thank you for your report. Please feel free to

[jira] [Updated] (IO-606) FilenameUtils.concat fails with relative path

2019-05-07 Thread Matthias Ronge (JIRA)
[ https://issues.apache.org/jira/browse/IO-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Ronge updated IO-606: -- Description: {{FilenameUtils.concat("../../../../src/test/resources/", "filename.xml")}} returns

[jira] [Updated] (IO-606) FilenameUtils.concat fails with relative path

2019-05-07 Thread Matthias Ronge (JIRA)
[ https://issues.apache.org/jira/browse/IO-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Ronge updated IO-606: -- Description: FilenameUtils.concat("../../../../src/test/resources/", "filename.xml") returns null, where

[jira] [Created] (IO-606) FilenameUtils.concat fails with relative path

2019-05-07 Thread Matthias Ronge (JIRA)
Matthias Ronge created IO-606: - Summary: FilenameUtils.concat fails with relative path Key: IO-606 URL: https://issues.apache.org/jira/browse/IO-606 Project: Commons IO Issue Type: Bug

[jira] [Commented] (RNG-101) MarsagliaTsangWang discrete probability sampler

2019-05-07 Thread Alex D Herbert (JIRA)
[ https://issues.apache.org/jira/browse/RNG-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834563#comment-16834563 ] Alex D Herbert commented on RNG-101: The results of this sampler for generating the Poisson distribution

[jira] [Created] (RNG-101) MarsagliaTsangWang discrete probability sampler

2019-05-07 Thread Alex D Herbert (JIRA)
Alex D Herbert created RNG-101: -- Summary: MarsagliaTsangWang discrete probability sampler Key: RNG-101 URL: https://issues.apache.org/jira/browse/RNG-101 Project: Commons RNG Issue Type: New