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

2016-09-25 Thread Maleven (JIRA)
Maleven created COLLECTIONS-595: --- Summary: ListOrderedSet remove() Key: COLLECTIONS-595 URL: https://issues.apache.org/jira/browse/COLLECTIONS-595 Project: Commons Collections Issue Type: Bug

[jira] [Commented] (CSV-197) CSVParser doesn't close the underlying handle after iteration

2016-09-25 Thread Prateek Rungta (JIRA)
[ https://issues.apache.org/jira/browse/CSV-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15521968#comment-15521968 ] Prateek Rungta commented on CSV-197: Yep, that's what I did once I found the leak. I didn't initially,

[jira] [Commented] (IO-447) Possible NPE in FileSystemUtils.freeSpaceWindows; FilenameUtils.normalize can return null

2016-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IO-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15521342#comment-15521342 ] ASF GitHub Bot commented on IO-447: --- GitHub user MengshiZhang opened a pull request:

[jira] [Commented] (EL-1) [el] Memory Leak: EL Cache entries never removed.

2016-09-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/EL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15520407#comment-15520407 ] Benedikt Ritter commented on EL-1: -- [~jarcec] please have a look at

[jira] [Created] (RNG-19) System generator (/dev/random)

2016-09-25 Thread Emmanuel Bourg (JIRA)
Emmanuel Bourg created RNG-19: - Summary: System generator (/dev/random) Key: RNG-19 URL: https://issues.apache.org/jira/browse/RNG-19 Project: Commons RNG Issue Type: Wish Reporter:

[jira] [Commented] (EL-1) [el] Memory Leak: EL Cache entries never removed.

2016-09-25 Thread Jarek Jarcec Cecho (JIRA)
[ https://issues.apache.org/jira/browse/EL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15520962#comment-15520962 ] Jarek Jarcec Cecho commented on EL-1: - Thanks for the follow up [~britter], appreciated! I'll certainly take

[jira] [Updated] (LANG-1023) Add WordUtils.wrap overload with customizable breakable character

2016-09-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1023: -- Summary: Add WordUtils.wrap overload with customizable breakable character (was:

[jira] [Updated] (LANG-1248) FastDatePrinter Memory allocation regression

2016-09-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1248: -- Affects Version/s: (was: 3.5) 3.4 > FastDatePrinter Memory allocation

[jira] [Updated] (LANG-1248) FastDatePrinter Memory allocation regression

2016-09-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1248: -- Fix Version/s: 3.5 > FastDatePrinter Memory allocation regression >

[jira] [Updated] (LANG-1247) FastDatePrinter generates Date objects wastefully

2016-09-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1247: -- Fix Version/s: 3.5 > FastDatePrinter generates Date objects wastefully >

[GitHub] commons-lang pull request #179: LANG-1023

2016-09-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/179 --- 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-1023) Add WordUtils.wrap overload with customizable breakable character

2016-09-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15521142#comment-15521142 ] Benedikt Ritter commented on LANG-1023: --- Fixed in commit a3b74d9c230a85df8ebeef3169fc1cd0439c9a87 >

[jira] [Commented] (LANG-1023) Add WordUtils.wrap overload with customizable breakable character

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

[jira] [Resolved] (LANG-1023) Add WordUtils.wrap overload with customizable breakable character

2016-09-25 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved LANG-1023. --- Resolution: Fixed Assignee: Benedikt Ritter Fix Version/s: (was: Review

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387206 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387223 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387200 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387208 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387226 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387175 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang issue #191: ToStringExcludeNullValue

2016-09-25 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/191 @amaral7 do you really want to configure this on a per field basis or would it be enough to add a configuration option to `ToStringBuilder` to configure the general behavior for all fields?

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387976 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80388001 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80388046 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80388060 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80388061 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar() { //

[GitHub] commons-lang issue #192: Lang 1255: Add DateUtils.toCalendar(Date, TimeZone)...

2016-09-25 Thread kaiyuanw
Github user kaiyuanw commented on the issue: https://github.com/apache/commons-lang/pull/192 @britter Fixed. --- 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

[GitHub] commons-lang issue #192: Lang 1255: Add DateUtils.toCalendar(Date, TimeZone)...

2016-09-25 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/192 [![Coverage Status](https://coveralls.io/builds/8041353/badge)](https://coveralls.io/builds/8041353) Coverage increased (+0.02%) to 93.547% when pulling