[jira] [Commented] (LANG-1258) toStringArray(Object[]) method

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616507#comment-15616507 ] ASF GitHub Bot commented on LANG-1258: -- Github user Xaerxess commented on the issue:

[GitHub] commons-lang issue #199: LANG-1258: Add ArrayUtils#toStringArray(Object[]) m...

2016-10-28 Thread Xaerxess
Github user Xaerxess commented on the issue: https://github.com/apache/commons-lang/pull/199 [I added null elements handling in PR to this branch](https://github.com/PascalSchumacher/commons-lang/pull/1), because in current state NPE would be thrown in case of null in array. --- If

[jira] [Commented] (LANG-740) Add a Memoizer class

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

[GitHub] commons-lang issue #203: LANG-740: Implementation of a Memomizer

2016-10-28 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/203 [![Coverage Status](https://coveralls.io/builds/8563811/badge)](https://coveralls.io/builds/8563811) Coverage increased (+0.01%) to 93.552% when pulling

[GitHub] commons-lang pull request #203: Memomizer

2016-10-28 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-lang/pull/203 Memomizer You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/commons-lang memomizer Alternatively you can review

[jira] [Closed] (LANG-732) JDK 1.7 changes

2016-10-28 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed LANG-732. -- Resolution: Done Fix Version/s: (was: 4.0) Issue contains no content and java 7

[jira] [Closed] (LANG-922) Add isOneTrue(booleans...) to BooleanUtils to preserve old behavior of BooleanUtils.xor(booleans...)

2016-10-28 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed LANG-922. -- Resolution: Won't Fix Fix Version/s: (was: Discussion) After reading the discussion I

[jira] [Commented] (COLLECTIONS-575) Synchronized queue wrapper in QueueUtils

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616064#comment-15616064 ] ASF GitHub Bot commented on COLLECTIONS-575: GitHub user Xaerxess opened a pull request:

[jira] [Updated] (LANG-1280) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2016-10-28 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1280: Fix Version/s: (was: Review Patch) > WordUtils should use toXxxxCase(int) rather than

[jira] [Created] (LANG-1280) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2016-10-28 Thread Pascal Schumacher (JIRA)
Pascal Schumacher created LANG-1280: --- Summary: WordUtils should use toXxxxCase(int) rather than toXxxxCase(char) Key: LANG-1280 URL: https://issues.apache.org/jira/browse/LANG-1280 Project: Commons

[jira] [Resolved] (LANG-1160) StringUtils#abbreviate should support 'custom ellipses' parameter

2016-10-28 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1160. - Resolution: Fixed Assignee: Bruno P. Kinoshita Fix Version/s: 3.6 >

[jira] [Updated] (LANG-1160) StringUtils#abbreviate should support 'custom ellipses' parameter

2016-10-28 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1160: Summary: StringUtils#abbreviate should support 'custom ellipses' parameter (was:

[jira] [Commented] (LANG-1160) StringUtils.abbreviate() to support "custom ellipses" parameter

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616030#comment-15616030 ] ASF GitHub Bot commented on LANG-1160: -- Github user asfgit closed the pull request at:

[GitHub] commons-lang pull request #195: LANG-1160 StringUtils.abbreviate() to suppor...

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/195 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Updated] (LANG-1269) Wrong name or result of StringUtils::getJaroWinklerDistance

2016-10-28 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1269: Affects Version/s: 3.5 > Wrong name or result of StringUtils::getJaroWinklerDistance >

[jira] [Resolved] (LANG-1269) Wrong name or result of StringUtils::getJaroWinklerDistance

2016-10-28 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1269. - Resolution: Fixed Assignee: Pascal Schumacher (was: Bruno P. Kinoshita)

[GitHub] commons-lang pull request #198: LANG-1269: Wrong name or result of StringUti...

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/198 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (LANG-1269) Wrong name or result of StringUtils::getJaroWinklerDistance

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616005#comment-15616005 ] ASF GitHub Bot commented on LANG-1269: -- Github user asfgit closed the pull request at:

[jira] [Commented] (COLLECTIONS-595) ListOrderedSet remove()

2016-10-28 Thread JIRA
[ https://issues.apache.org/jira/browse/COLLECTIONS-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615947#comment-15615947 ] Grzegorz Rożniecki commented on COLLECTIONS-595: If I understand correctly, you

[jira] [Updated] (COMPRESS-367) ZipArchiveInputStream.getNextZipEntry() should differentiate between "invalid entry encountered" and "no more entries"

2016-10-28 Thread Michael Mole (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Mole updated COMPRESS-367: -- Attachment: 0001-COMPRESS-367-Throw-ZipException-on-invalid-entry-wit.patch Attached is fix,

[jira] [Created] (COMPRESS-367) ZipArchiveInputStream.getNextZipEntry() should differentiate between "invalid entry encountered" and "no more entries"

2016-10-28 Thread Michael Mole (JIRA)
Michael Mole created COMPRESS-367: - Summary: ZipArchiveInputStream.getNextZipEntry() should differentiate between "invalid entry encountered" and "no more entries" Key: COMPRESS-367 URL: