[jira] [Commented] (MATH-659) Remove solve(double[][]) from DecompositionSolver

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100096#comment-13100096 ] Sébastien Brisard commented on MATH-659: In rev1166533, I removed the call to this

[jira] [Updated] (CONFIGURATION-342) DatabaseConfiguration.copy() loses list/array values

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-342: --- Fix Version/s: (was: 1.7) 1.8

[jira] [Updated] (CONFIGURATION-343) JNDIConfiguration::recursiveGetKeys goes out of stack (2)

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-343: --- Fix Version/s: (was: 1.7) 1.8

[jira] [Updated] (CONFIGURATION-457) Escape only unicode characters not supported by the file encoding

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-457: --- Fix Version/s: (was: 1.7) 1.8 Escape only unicode

[jira] [Updated] (CONFIGURATION-381) Support automatic reloading for configuration files in JBoss VFS

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-381: --- Fix Version/s: (was: 1.7) 1.8 Support automatic

[jira] [Updated] (CONFIGURATION-204) Observable configurations

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-204: --- Fix Version/s: (was: 1.7) 1.8 Observable

[jira] [Updated] (CONFIGURATION-211) CommandLineConfiguration

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-211: --- Fix Version/s: (was: 1.7) 1.8

[jira] [Updated] (CONFIGURATION-390) AbstractHierarchicalFileConfiguration is not thread safe

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-390: --- Fix Version/s: (was: 1.7) 1.8

[jira] [Updated] (CONFIGURATION-427) XMLPropertyListConfiguration cannot save arrays in the correct plist form

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-427: --- Fix Version/s: (was: 1.7) 1.8

[jira] [Updated] (CONFIGURATION-406) Multi-tenant Configurations Sample is not working

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-406: --- Fix Version/s: (was: 1.7) 1.8 Multi-tenant

[jira] [Commented] (COLLECTIONS-219) The CollectionUtils.removeAll method calls the ListUtils.retainAll method instead of the ListUtils.removeAll method.

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/COLLECTIONS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100202#comment-13100202 ] Maciej Józiewicz commented on COLLECTIONS-219: -- Is there any hope for a

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100221#comment-13100221 ] Gilles commented on MATH-650: - {quote} In my tests, I found that pre-calculating the data is

[jira] [Commented] (MATH-663) Remove getData in RealVector (package o.a.c.m.linear)

2011-09-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100232#comment-13100232 ] Gilles commented on MATH-663: - getData() removed in revision 1166629. Note: The same change

[jira] [Resolved] (MATH-631) RegulaFalsiSolver failure

2011-09-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-631. - Resolution: Fixed No objection raised; setting to Resolved. RegulaFalsiSolver failure

[jira] [Commented] (MATH-663) Remove getData in RealVector (package o.a.c.m.linear)

2011-09-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100288#comment-13100288 ] Gilles commented on MATH-663: - Maybe, maybe not. Keeping toArray (in preference to getData) was

[jira] [Resolved] (LANG-751) Include the actual type in the Validate.isInstance and isAssignableFrom exception messages.

2011-09-08 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-751. -- Resolution: Fixed In SVN. Include the actual type in the Validate.isInstance and

[jira] [Commented] (MATH-664) Replace LUDecompostionImpl with QRDecompositionImpl in AbstractLeastSquaresOptimizer

2011-09-08 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100318#comment-13100318 ] Phil Steitz commented on MATH-664: -- At the expense of returning nonsense if the problem is

[jira] [Created] (MATH-665) QRDecomposition does not have a singularity threshold

2011-09-08 Thread Phil Steitz (JIRA)
QRDecomposition does not have a singularity threshold - Key: MATH-665 URL: https://issues.apache.org/jira/browse/MATH-665 Project: Commons Math Issue Type: Bug Reporter: Phil

[jira] [Commented] (MATH-665) QRDecomposition does not have a singularity threshold

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100350#comment-13100350 ] Sébastien Brisard commented on MATH-665: I've looked into NR and

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100397#comment-13100397 ] Sebb commented on MATH-658: --- The body format (3rd line onwards) is OK, but the header lines are

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Yannick TANGUY (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100405#comment-13100405 ] Yannick TANGUY commented on MATH-658: - Ok, thanks for the tip. I'll do it next time.

[jira] [Resolved] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved MATH-658. --- Resolution: Fixed Patches applied. Dead code in FastMath.pow(double, double) and some improvement in test coverage

[jira] [Commented] (CONFIGURATION-454) Malformed pom uploaded to repositories

2011-09-08 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100467#comment-13100467 ] Oliver Heger commented on CONFIGURATION-454: As far as I know, it is

[jira] [Updated] (LANG-747) NumberUtils does not handle Long Hex numbers

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-747: -- Component/s: lang.math.* NumberUtils does not handle Long Hex numbers

[jira] [Created] (LANG-752) Fix createLong() so it behaves like createInteger()

2011-09-08 Thread Sebb (JIRA)
Fix createLong() so it behaves like createInteger() --- Key: LANG-752 URL: https://issues.apache.org/jira/browse/LANG-752 Project: Commons Lang Issue Type: Sub-task Reporter: Sebb

[jira] [Resolved] (LANG-752) Fix createLong() so it behaves like createInteger()

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-752. --- Resolution: Fixed Fix Version/s: 3.0.2 Fix createLong() so it behaves like createInteger()

[jira] [Commented] (CONFIGURATION-454) Malformed pom uploaded to repositories

2011-09-08 Thread Kevin Meyer (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100486#comment-13100486 ] Kevin Meyer commented on CONFIGURATION-454: --- Sure - I'll try 1.7. Thanks

[jira] [Commented] (CONFIGURATION-454) Malformed pom uploaded to repositories

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100497#comment-13100497 ] Sebb commented on CONFIGURATION-454: Maven Central won't allow updates to jars

[jira] [Created] (CHAIN-57) Chain 2.0 does not build on older JDKs

2011-09-08 Thread Elijah Zupancic (JIRA)
Chain 2.0 does not build on older JDKs -- Key: CHAIN-57 URL: https://issues.apache.org/jira/browse/CHAIN-57 Project: Commons Chain Issue Type: Bug Affects Versions: 2.0 Environment: OS name:

[jira] [Commented] (MATH-659) Remove solve(double[][]) from DecompositionSolver

2011-09-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100603#comment-13100603 ] Luc Maisonobe commented on MATH-659: ODE code is one of the places where a lot of medium

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100617#comment-13100617 ] Luc Maisonobe commented on MATH-650: It's not that unlikely. At least it is a problem

[jira] [Commented] (MATH-665) QRDecomposition does not have a singularity threshold

2011-09-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100620#comment-13100620 ] Luc Maisonobe commented on MATH-665: I guess MathUtils.SAFE_MIN would be an appropriate

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100627#comment-13100627 ] Luc Maisonobe commented on MATH-658: Also try to avoid static imports (and even more

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100733#comment-13100733 ] Sebb commented on MATH-650: --- bq. As far as I understand, only the tables that are used are loaded.

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100734#comment-13100734 ] Sebb commented on MATH-658: --- Thanks - I did see the wildcard import, but left it as it is test

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-09-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100743#comment-13100743 ] Gilles commented on MATH-650: - I just want to understand where time is lost. As I said already,

[jira] [Commented] (MATH-658) Dead code in FastMath.pow(double, double) and some improvement in test coverage

2011-09-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100746#comment-13100746 ] Sebb commented on MATH-658: --- Also, just noticed some tab characters in the test class patch which

[jira] [Commented] (MATH-659) Remove solve(double[][]) from DecompositionSolver

2011-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100871#comment-13100871 ] Sébastien Brisard commented on MATH-659: Removed {{double[] solve(double[][])}} from

[jira] [Updated] (MATH-649) SimpleRegression needs the ability to suppress the intercept

2011-09-08 Thread greg sterijevski (JIRA)
[ https://issues.apache.org/jira/browse/MATH-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] greg sterijevski updated MATH-649: -- Attachment: simplereg2 Now without all the formatting changes! SimpleRegression needs the

[jira] [Commented] (MATH-649) SimpleRegression needs the ability to suppress the intercept

2011-09-08 Thread greg sterijevski (JIRA)
[ https://issues.apache.org/jira/browse/MATH-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100936#comment-13100936 ] greg sterijevski commented on MATH-649: --- I will check both the source changes and test

[jira] [Commented] (OGNL-20) Performance - Replace synchronized blocks with ReentrantReadWriteLock

2011-09-08 Thread Daniel Pitts (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101002#comment-13101002 ] Daniel Pitts commented on OGNL-20: -- Simone, I never meant to imply it was Ognl by anyone