[jira] [Commented] (CSV-196) Store the information of raw data read by lexer

2018-08-08 Thread Serge P. Nekoval (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16574019#comment-16574019 ] Serge P. Nekoval commented on CSV-196: -- FYI I've submitted a patch CSV-229 with similar feature. Not

[jira] [Commented] (VFS-360) Migrate to HttpComponent HttpClient from the old Commons HttpClient

2018-08-08 Thread Woonsan Ko (JIRA)
[ https://issues.apache.org/jira/browse/VFS-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573266#comment-16573266 ] Woonsan Ko commented on VFS-360: While contributing with JCR-4354 (and JCR-3975), I've bumped on this. :-)

[jira] [Created] (POOL-348) The commons-pool-evictor-thread should run as a Deamon

2018-08-08 Thread Thomas Neerup (JIRA)
Thomas Neerup created POOL-348: -- Summary: The commons-pool-evictor-thread should run as a Deamon Key: POOL-348 URL: https://issues.apache.org/jira/browse/POOL-348 Project: Commons Pool Issue

[jira] [Updated] (TEXT-131) JaroWinklerDistance: Calculation deviates from definition

2018-08-08 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Tompkins updated TEXT-131: -- Assignee: Rob Tompkins > JaroWinklerDistance: Calculation deviates from definition >

[jira] [Updated] (TEXT-130) JaroWinklerDistance: Wrong results due to precision of transpositions

2018-08-08 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Tompkins updated TEXT-130: -- Assignee: Rob Tompkins > JaroWinklerDistance: Wrong results due to precision of transpositions >

[jira] [Commented] (TEXT-130) JaroWinklerDistance: Wrong results due to precision of transpositions

2018-08-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573487#comment-16573487 ] ASF GitHub Bot commented on TEXT-130: - Github user asfgit closed the pull request at:

[jira] [Created] (LANG-1408) NumberUtils: Rounding utilities for BigDecimal to primitive double avoiding NPEs.

2018-08-08 Thread Rob Tompkins (JIRA)
Rob Tompkins created LANG-1408: -- Summary: NumberUtils: Rounding utilities for BigDecimal to primitive double avoiding NPEs. Key: LANG-1408 URL: https://issues.apache.org/jira/browse/LANG-1408 Project:

[jira] [Comment Edited] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-08 Thread HiuFung Kwok (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573108#comment-16573108 ] HiuFung Kwok edited comment on LANG-1406 at 8/8/18 12:04 PM: - Hi all, After a

[jira] [Comment Edited] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-08 Thread HiuFung Kwok (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573108#comment-16573108 ] HiuFung Kwok edited comment on LANG-1406 at 8/8/18 12:04 PM: - Hi all, After a

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573123#comment-16573123 ] ASF GitHub Bot commented on LANG-1406: -- GitHub user HiuKwok opened a pull request:

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-08 Thread HiuKwok
GitHub user HiuKwok opened a pull request: https://github.com/apache/commons-lang/pull/340 [LANG-1406] StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase Fix for Lang-1406 to avoid any exception while performing String.UTils.replaceIgnoreCase() against uniCode

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573137#comment-16573137 ] ASF GitHub Bot commented on LANG-1406: -- Github user coveralls commented on the issue:

[jira] [Comment Edited] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-08 Thread HiuFung Kwok (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573108#comment-16573108 ] HiuFung Kwok edited comment on LANG-1406 at 8/8/18 12:15 PM: - Hi all, After a

[GitHub] commons-lang issue #340: [LANG-1406] StringIndexOutOfBoundsException in Stri...

2018-08-08 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/340 [![Coverage Status](https://coveralls.io/builds/18383289/badge)](https://coveralls.io/builds/18383289) Coverage decreased (-0.04%) to 95.243% when pulling

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-08 Thread HiuFung Kwok (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573108#comment-16573108 ] HiuFung Kwok commented on LANG-1406: Hi all, After a bit of research, it seem to be a known issue 

[jira] [Resolved] (RNG-50) PoissonSampler single use speed improvements

2018-08-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved RNG-50. --- Resolution: Implemented Fix Version/s: 1.1 Improvement implemented as of commit

[GitHub] commons-lang issue #340: [LANG-1406] StringIndexOutOfBoundsException in Stri...

2018-08-08 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/340 I'm surprised by this bug. Had no idea something like this could happen. Will debug later and see if I can understand why that happens (might have to train my brain to default to always use

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573168#comment-16573168 ] ASF GitHub Bot commented on LANG-1406: -- Github user kinow commented on the issue:

[jira] [Commented] (POOL-348) The commons-pool-evictor-thread should run as a Deamon

2018-08-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573179#comment-16573179 ] Gary Gregory commented on POOL-348: --- Thank you for your report. Feel free to provide a patch. Please make

[jira] [Comment Edited] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-08-08 Thread adrian (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573591#comment-16573591 ] adrian edited comment on MATH-1459 at 8/8/18 5:55 PM: -- Hey [~erans] I also made a

[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-08-08 Thread adrian (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573591#comment-16573591 ] adrian commented on MATH-1459: -- Hey [~erans] I also made a cleanup pull request (deleting a file that was