[jira] [Created] (JEXL-141) Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs

2012-11-09 Thread Harpreet Singh (JIRA)
Harpreet Singh created JEXL-141: --- Summary: Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs Key: JEXL-141 URL: https://issues.apache.org/jira/browse/JEXL-141

[jira] [Created] (MATH-893) Add new NaNStrategy: FAILED

2012-11-09 Thread Thomas Neidhart (JIRA)
Thomas Neidhart created MATH-893: Summary: Add new NaNStrategy: FAILED Key: MATH-893 URL: https://issues.apache.org/jira/browse/MATH-893 Project: Commons Math Issue Type: Improvement

[jira] [Updated] (LANG-852) Insufficient datetime pattern in FastDateParserTest

2012-11-09 Thread nguyen phuc lam (JIRA)
[ https://issues.apache.org/jira/browse/LANG-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nguyen phuc lam updated LANG-852: - Attachment: FastDateParserTest.diff Insufficient datetime pattern in FastDateParserTest

[jira] [Created] (LANG-852) Insufficient datetime pattern in FastDateParserTest

2012-11-09 Thread nguyen phuc lam (JIRA)
nguyen phuc lam created LANG-852: Summary: Insufficient datetime pattern in FastDateParserTest Key: LANG-852 URL: https://issues.apache.org/jira/browse/LANG-852 Project: Commons Lang Issue

[jira] [Updated] (LANG-852) Insufficient datetime pattern in FastDateParserTest

2012-11-09 Thread nguyen phuc lam (JIRA)
[ https://issues.apache.org/jira/browse/LANG-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nguyen phuc lam updated LANG-852: - Description: One of the test cases in FastDateParserTest is failing due to insufficient datetime

[jira] [Updated] (LANG-852) Insufficient datetime pattern in FastDateParserTest

2012-11-09 Thread nguyen phuc lam (JIRA)
[ https://issues.apache.org/jira/browse/LANG-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nguyen phuc lam updated LANG-852: - Description: One of the test cases in FastDateParserTest is failing due to insufficient datetime

[jira] [Commented] (MATH-887) AbstractLeastSquares cleanup

2012-11-09 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494022#comment-13494022 ] Gilles commented on MATH-887: - LevenbergMarquardtOptimizer updated to not use the deprecated

[jira] [Commented] (MATH-887) AbstractLeastSquares cleanup

2012-11-09 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494030#comment-13494030 ] Gilles commented on MATH-887: - Revision 1407478: * Changed method setCost from public to

[jira] [Created] (MATH-894) Spurious method call in ResizableDoubleArray (o.a.c.m.util)

2012-11-09 Thread Gilles (JIRA)
Gilles created MATH-894: --- Summary: Spurious method call in ResizableDoubleArray (o.a.c.m.util) Key: MATH-894 URL: https://issues.apache.org/jira/browse/MATH-894 Project: Commons Math Issue Type:

[jira] [Commented] (MATH-894) Spurious method call in ResizableDoubleArray (o.a.c.m.util)

2012-11-09 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494054#comment-13494054 ] Gilles commented on MATH-894: - Removed call to contract() in revision 1407485. As part of this

[jira] [Resolved] (JEXL-141) Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs

2012-11-09 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-141. Resolution: Fixed Assignee: Henri Biestro Thanks for the report. Fixed documentation, code is

[jira] [Closed] (LANG-851) StringUtils.stripEnd(commons-digester.jar, .jar) returns commons-digeste instead of commons-digester

2012-11-09 Thread Santh Balak (JIRA)
[ https://issues.apache.org/jira/browse/LANG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santh Balak closed LANG-851. Thanks for the response. I will Use StringUtils.removeEnd() instead.

[jira] [Commented] (LANG-701) StringUtils join with var args

2012-11-09 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494155#comment-13494155 ] Matt Benson commented on LANG-701: -- The current {{join}} APIs allow Objects for greatest

[jira] [Resolved] (JCS-73) concurrent cache access causes values loss

2012-11-09 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-73. --- Resolution: Fixed I added some cruel synchronization to the get method. This fixes the problem but

[jira] [Commented] (MATH-888) GammaDistribution returns infinite density when cdf = 1

2012-11-09 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494307#comment-13494307 ] Thomas Neidhart commented on MATH-888: -- Several improvements to the Gamma function have

[jira] [Commented] (JCS-73) concurrent cache access causes values loss

2012-11-09 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494309#comment-13494309 ] Thomas Vandahl commented on JCS-73: --- The given configuration probably defines the worst

[jira] [Commented] (MATH-886) SingularValueDecomposition fails to calcuate matrix rank

2012-11-09 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494311#comment-13494311 ] Thomas Neidhart commented on MATH-886: -- Tested with latest trunk: {noformat}

[jira] [Updated] (MATH-817) Multivariate Normal Mixture Model Fitting by Expectation Maximization

2012-11-09 Thread Jared Becksfort (JIRA)
[ https://issues.apache.org/jira/browse/MATH-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Becksfort updated MATH-817: - Attachment: MultivariateNormalDistribution.java.patch

[jira] [Resolved] (LANG-852) Insufficient datetime pattern in FastDateParserTest

2012-11-09 Thread Charles Honton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Honton resolved LANG-852. - Resolution: Fixed Fix Version/s: (was: 3.x) Nightly Builds svn

[jira] [Commented] (MATH-817) Multivariate Normal Mixture Model Fitting by Expectation Maximization

2012-11-09 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494552#comment-13494552 ] Gilles commented on MATH-817: - Quite a few remarks, in no particular order. In