[jira] [Commented] (POOL-203) GenericKeyedObjectPool.ObjectDeque could be better encapsulated

2011-12-19 Thread Phil Steitz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/POOL-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172084#comment-13172084 ] Phil Steitz commented on POOL-203: -- I tend to agree with Mark on this. It may be a matter

[jira] [Created] (DAEMON-233) Heap corruption in apxMultiSzToArrayW for windows procrun

2011-12-19 Thread Andy Cooper (Created) (JIRA)
Heap corruption in apxMultiSzToArrayW for windows procrun - Key: DAEMON-233 URL: https://issues.apache.org/jira/browse/DAEMON-233 Project: Commons Daemon Issue Type: Bug

[jira] [Commented] (DAEMON-233) Heap corruption in apxMultiSzToArrayW for windows procrun

2011-12-19 Thread Mladen Turk (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172555#comment-13172555 ] Mladen Turk commented on DAEMON-233: Sure, good catch. Heap

[jira] [Updated] (SANDBOX-346) DotExporter only exports weights that extend Number

2011-12-19 Thread Claudio Squarcella (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claudio Squarcella updated SANDBOX-346: --- Attachment: DotExporterOnlyExportsWeightsExtendingNumber.patch patch for

[jira] [Created] (SANDBOX-346) DotExporter only exports weights that extend Number

2011-12-19 Thread Claudio Squarcella (Created) (JIRA)
DotExporter only exports weights that extend Number --- Key: SANDBOX-346 URL: https://issues.apache.org/jira/browse/SANDBOX-346 Project: Commons Sandbox Issue Type: Improvement

[jira] [Updated] (MATH-692) Cumulative probability and inverse cumulative probability inconsistencies

2011-12-19 Thread Christian Winter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Winter updated MATH-692: -- Attachment: MATH-692_integerDomain_patch1.patch This is the patch which adjusts the integer

[jira] [Created] (MATH-728) Errors in BOBYQAOptimizer when numberOfInterpolationPoints is greater than 2*dim+1

2011-12-19 Thread Bruce A Johnson (Created) (JIRA)
Errors in BOBYQAOptimizer when numberOfInterpolationPoints is greater than 2*dim+1 -- Key: MATH-728 URL: https://issues.apache.org/jira/browse/MATH-728 Project: Commons

[jira] [Created] (POOL-207) GenericKeyedObjectPool.clear() has unnecessary null check of objectDequeue

2011-12-19 Thread Sebb (Created) (JIRA)
GenericKeyedObjectPool.clear() has unnecessary null check of objectDequeue -- Key: POOL-207 URL: https://issues.apache.org/jira/browse/POOL-207 Project: Commons Pool

[jira] [Commented] (MATH-728) Errors in BOBYQAOptimizer when numberOfInterpolationPoints is greater than 2*dim+1

2011-12-19 Thread Bruce A Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172888#comment-13172888 ] Bruce A Johnson commented on MATH-728: -- Making this change fixes the problem and seems