[jira] Commented: (MATH-475) MathUtils.equals(double, double, double) does not agree with Javadoc

2011-01-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982004#action_12982004 ] Gilles commented on MATH-475: - {quote} assertTrue(MathUtils.equals(top, pen, 1.0)); // OK - impli

[jira] Updated: (MATH-479) FastMath.signum(-0.0) does not agree with Math.signum(-0.0) ; no tests for signum

2011-01-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-479: -- Affects Version/s: 3.0 2.2 > FastMath.signum(-0.0) does not agree with Math.signum(-0.0) ; no test

[jira] Updated: (MATH-479) FastMath.signum(-0.0) does not agree with Math.signum(-0.0) ; no tests for signum

2011-01-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-479: -- Attachment: Math479.patch Patch to add test case against Math.signum(double) and fix for bug (also simplifies the code)

[jira] Created: (MATH-480) "ulp" in "FastMath"

2011-01-14 Thread Gilles (JIRA)
"ulp" in "FastMath" --- Key: MATH-480 URL: https://issues.apache.org/jira/browse/MATH-480 Project: Commons Math Issue Type: Bug Reporter: Gilles Fix For: 2.2 When the argument is infinite, method "u

[jira] Created: (MATH-479) FastMath.signum(-0.0) does not agree with Math.signum(-0.0) ; no tests for signum

2011-01-14 Thread Sebb (JIRA)
FastMath.signum(-0.0) does not agree with Math.signum(-0.0) ; no tests for signum - Key: MATH-479 URL: https://issues.apache.org/jira/browse/MATH-479 Project: Commons Mat

[jira] Created: (MATH-478) FastMath is not an exact replacement for StrictMath

2011-01-14 Thread Sebb (JIRA)
FastMath is not an exact replacement for StrictMath --- Key: MATH-478 URL: https://issues.apache.org/jira/browse/MATH-478 Project: Commons Math Issue Type: Improvement Reporter: Seb

[jira] Created: (MATH-477) FastMath Javadoc should show which methods actually use java.lang.Math internally

2011-01-14 Thread Sebb (JIRA)
FastMath Javadoc should show which methods actually use java.lang.Math internally - Key: MATH-477 URL: https://issues.apache.org/jira/browse/MATH-477 Project: Commons Mat

[jira] Created: (DAEMON-194) deadloop and no return value in logger_child

2011-01-14 Thread Vitaliy Berdinskikh (JIRA)
deadloop and no return value in logger_child Key: DAEMON-194 URL: https://issues.apache.org/jira/browse/DAEMON-194 Project: Commons Daemon Issue Type: Bug Components: Jsvc Affects Ve

[jira] Resolved: (BEANUTILS-386) Maven - missing dependency on Commons Collections

2011-01-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-386. --- Resolution: Invalid BeanUtils 1.8.3 specifies commons-collections in its pom as a

[jira] Created: (MATH-476) [MATH] FastMath code contains 'magic' numbers, e.g. (-)4503599627370496.0

2011-01-14 Thread Sebb (JIRA)
[MATH] FastMath code contains 'magic' numbers, e.g. (-)4503599627370496.0 - Key: MATH-476 URL: https://issues.apache.org/jira/browse/MATH-476 Project: Commons Math Issue

[jira] Created: (MATH-475) MathUtils.equals(double, double, double) does not agree with Javadoc

2011-01-14 Thread Sebb (JIRA)
MathUtils.equals(double, double, double) does not agree with Javadoc Key: MATH-475 URL: https://issues.apache.org/jira/browse/MATH-475 Project: Commons Math Issue Type: Bug

[jira] Created: (BEANUTILS-386) Maven - missing dependency on Commons Collections

2011-01-14 Thread Enal Posi (JIRA)
Maven - missing dependency on Commons Collections - Key: BEANUTILS-386 URL: https://issues.apache.org/jira/browse/BEANUTILS-386 Project: Commons BeanUtils Issue Type: Improvement Affects Ve

[jira] Commented: (MATH-471) MathUtils.equals(double, double) does not work properly for floats

2011-01-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981807#action_12981807 ] Sebb commented on MATH-471: --- Many of the double-only methods work OK with widened float parameters.

[jira] Updated: (SANSELAN-49) Add support for PCX, DCX, WBMP, XBM and XPM images

2011-01-14 Thread Damjan Jovanovic (JIRA)
[ https://issues.apache.org/jira/browse/SANSELAN-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damjan Jovanovic updated SANSELAN-49: - Attachment: (was: patch.txt) > Add support for PCX, DCX, WBMP, XBM and XPM images >

[jira] Updated: (SANSELAN-49) Add support for PCX, DCX, WBMP, XBM and XPM images

2011-01-14 Thread Damjan Jovanovic (JIRA)
[ https://issues.apache.org/jira/browse/SANSELAN-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damjan Jovanovic updated SANSELAN-49: - Attachment: patch.txt New patch. Added a 1 plane 24 bit PCX format, and stripped out the

[jira] Updated: (SANSELAN-49) Add support for PCX, DCX, WBMP, XBM and XPM images

2011-01-14 Thread Damjan Jovanovic (JIRA)
[ https://issues.apache.org/jira/browse/SANSELAN-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damjan Jovanovic updated SANSELAN-49: - Attachment: (was: pcx-patch.txt) > Add support for PCX, DCX, WBMP, XBM and XPM image

[jira] Commented: (MATH-464) LegendreGaussIntegrator ignores defaultMaximalIterationCount and does 38 million iterations

2011-01-14 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981754#action_12981754 ] Luc Maisonobe commented on MATH-464: Perhaps we should also provide higher order formulas

[jira] Commented: (MATH-464) LegendreGaussIntegrator ignores defaultMaximalIterationCount and does 38 million iterations

2011-01-14 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981731#action_12981731 ] Phil Steitz commented on MATH-464: -- I am now thinking that this is not a bug, but a conseque

[jira] Updated: (COMPRESS-124) Unable to extract a TAR file that contains sparse entries

2011-01-14 Thread Patrick Dreyer (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Dreyer updated COMPRESS-124: Description: Good news first: I already have the patch ready for that. I got several TAR

[jira] Commented: (COMPRESS-124) Unable to extract a TAR file that contains sparse entries

2011-01-14 Thread Patrick Dreyer (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981670#action_12981670 ] Patrick Dreyer commented on COMPRESS-124: - I have to thank that I could base my w