[jira] [Commented] (CSV-127) Ignore Empty Lines doesn't ignore empty first line

2015-01-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CSV-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14289666#comment-14289666 ] Sebb commented on CSV-127: -- This seems out of scope to me, especially since there is a simple

[jira] [Created] (POOL-283) 'Object has already been retured to this pool or is invalid' for collections

2015-01-23 Thread Valentin Mayamsin (JIRA)
Valentin Mayamsin created POOL-283: -- Summary: 'Object has already been retured to this pool or is invalid' for collections Key: POOL-283 URL: https://issues.apache.org/jira/browse/POOL-283 Project:

[jira] [Commented] (CSV-127) Ignore Empty Lines doesn't ignore empty first line

2015-01-23 Thread Brian (JIRA)
[ https://issues.apache.org/jira/browse/CSV-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14289742#comment-14289742 ] Brian commented on CSV-127: --- Then why have it skip comments and blank lines at all? Why just use

[jira] [Updated] (POOL-283) 'Object has already been retured to this pool or is invalid' for collections

2015-01-23 Thread Valentin Mayamsin (JIRA)
[ https://issues.apache.org/jira/browse/POOL-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Mayamsin updated POOL-283: --- Description: This test throws exception: {code} GenericObjectPoolConfig config = new

[jira] [Closed] (POOL-283) 'Object has already been retured to this pool or is invalid' for collections

2015-01-23 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz closed POOL-283. Resolution: Not a Problem The two empty sets created by your factory are equal. Distinct instances managed

[jira] [Reopened] (POOL-283) 'Object has already been retured to this pool or is invalid' for collections

2015-01-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened POOL-283: --- Perhaps I'm blind, but I could not find this requirement documented anywhere in the Javadoc. There is a brief mention on

[jira] [Updated] (NET-537) when transferring data the using the org.apache.commons.net.ftp.FTP.noop() method, it always throw SoketSocketTimeoutException

2015-01-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-537: - Fix Version/s: (was: 3.4) when transferring data the using the org.apache.commons.net.ftp.FTP.noop() method, it

[jira] [Updated] (LANG-1055) StrSubstitutor.replaceSystemProperties does not work consistently

2015-01-23 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1055: -- Summary: StrSubstitutor.replaceSystemProperties does not work consistently (was:

[jira] [Commented] (LANG-1081) DiffBuilder.append(String, Object left, Object right) does not do a left.equals(right) check

2015-01-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14289142#comment-14289142 ] ASF GitHub Bot commented on LANG-1081: -- Github user asfgit closed the pull request at:

[jira] [Closed] (COMPRESS-296) Support parallel compression of zip files

2015-01-23 Thread Kristian Rosenvold (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Rosenvold closed COMPRESS-296. --- Resolution: Fixed Support parallel compression of zip files

[jira] [Reopened] (COMPRESS-296) Support parallel compression of zip files

2015-01-23 Thread Kristian Rosenvold (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Rosenvold reopened COMPRESS-296: - Assignee: Kristian Rosenvold Support parallel compression of zip files

[jira] [Resolved] (LANG-1055) StrSubstitutor.replaceSystemProperties does not work consistently

2015-01-23 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved LANG-1055. --- Resolution: Fixed Fix Version/s: (was: Review Patch) 3.4 {code}

[jira] [Resolved] (LANG-1081) DiffBuilder.append(String, Object left, Object right) does not do a left.equals(right) check

2015-01-23 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved LANG-1081. --- Resolution: Fixed Fix Version/s: (was: Review Patch) 3.4 Fixed

[jira] [Resolved] (COLLECTIONS-545) Undocumented performance issue in the removeAll method in CollectionUtils

2015-01-23 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-545. - Resolution: Fixed Fix Version/s: 4.1 Fixed in r1654156. Thanks for

[jira] [Commented] (COLLECTIONS-520) Add a CopyOnWrite implementation of Map

2015-01-23 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14289033#comment-14289033 ] Thomas Neidhart commented on COLLECTIONS-520: - An existing CopyOnWrite

[jira] [Commented] (LANG-1055) StrSubstitutor.replaceSystemProperties does not work consistently

2015-01-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288951#comment-14288951 ] ASF GitHub Bot commented on LANG-1055: -- Github user asfgit closed the pull request at:

[jira] [Commented] (LANG-1082) Add option to disable the objectsTriviallyEqual test in DiffBuilder

2015-01-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288952#comment-14288952 ] ASF GitHub Bot commented on LANG-1082: -- Github user asfgit closed the pull request at:

[jira] [Updated] (LANG-1081) DiffBuilder.append(String, Object left, Object right) does not do a left.equals(right) check

2015-01-23 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1081: -- Summary: DiffBuilder.append(String, Object left, Object right) does not do a left.equals(right)

[jira] [Commented] (CSV-127) Ignore Empty Lines doesn't ignore empty first line

2015-01-23 Thread Brian (JIRA)
[ https://issues.apache.org/jira/browse/CSV-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14289463#comment-14289463 ] Brian commented on CSV-127: --- I would still like the option of skipping lines of all white space.

[jira] [Created] (MATH-1199) Quadratic mean

2015-01-23 Thread Gilles (JIRA)
Gilles created MATH-1199: Summary: Quadratic mean Key: MATH-1199 URL: https://issues.apache.org/jira/browse/MATH-1199 Project: Commons Math Issue Type: New Feature Reporter: Gilles