[jira] Created: (LANG-685) EqualsBuilder synchronizes on HashCodeBuilder

2011-03-09 Thread Christian Semrau (JIRA)
EqualsBuilder synchronizes on HashCodeBuilder - Key: LANG-685 URL: https://issues.apache.org/jira/browse/LANG-685 Project: Commons Lang Issue Type: Bug Components: lang.builder.*

[jira] Commented: (LANG-663) org.apache.commons.lang3.math.Fraction does not always succeed in multiplyBy and divideBy

2011-01-03 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/LANG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12976662#action_12976662 ] Christian Semrau commented on LANG-663: --- I favor having only one Fraction class,

[jira] Commented: (LANG-663) org.apache.commons.lang3.math.Fraction does not always succeed in multiplyBy and divideBy

2011-01-03 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/LANG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12976735#action_12976735 ] Christian Semrau commented on LANG-663: --- Oh, and seeing that method Fraction.addSub

[jira] Commented: (LANG-662) org.apache.commons.lang3.math.Fraction does not reduce (Integer.MIN_VALUE, 2^k)

2011-01-03 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/LANG-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12976744#action_12976744 ] Christian Semrau commented on LANG-662: --- The commons-math version does not have this

[jira] Created: (LANG-662) org.apache.commons.lang3.math.Fraction does not reduce (Integer.MIN_VALUE, 2^k)

2010-12-06 Thread Christian Semrau (JIRA)
org.apache.commons.lang3.math.Fraction does not reduce (Integer.MIN_VALUE, 2^k) --- Key: LANG-662 URL: https://issues.apache.org/jira/browse/LANG-662 Project: Commons Lang

[jira] Commented: (LANG-662) org.apache.commons.lang3.math.Fraction does not reduce (Integer.MIN_VALUE, 2^k)

2010-12-06 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/LANG-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12968469#action_12968469 ] Christian Semrau commented on LANG-662: --- The current implementation:

[jira] Created: (LANG-663) org.apache.commons.lang3.math.Fraction does not always succeed in multiplyBy and divideBy

2010-12-06 Thread Christian Semrau (JIRA)
org.apache.commons.lang3.math.Fraction does not always succeed in multiplyBy and divideBy - Key: LANG-663 URL: https://issues.apache.org/jira/browse/LANG-663

[jira] Commented: (LANG-663) org.apache.commons.lang3.math.Fraction does not always succeed in multiplyBy and divideBy

2010-12-06 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/LANG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12968478#action_12968478 ] Christian Semrau commented on LANG-663: --- These methods fail to reduce their arguments.

[jira] Commented: (LANG-663) org.apache.commons.lang3.math.Fraction does not always succeed in multiplyBy and divideBy

2010-12-06 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/LANG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12968480#action_12968480 ] Christian Semrau commented on LANG-663: --- Even if both arguments are reduced, if the

[jira] Updated: (MATH-239) Add gcd and lcm for long values in MathUtils

2009-02-22 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Semrau updated MATH-239: -- Attachment: gcdForLong.txt The long versions of gcd and lcm are adapted copies of the int

[jira] Created: (MATH-248) Multiplying sparse matrices is slow

2009-02-22 Thread Christian Semrau (JIRA)
Multiplying sparse matrices is slow --- Key: MATH-248 URL: https://issues.apache.org/jira/browse/MATH-248 Project: Commons Math Issue Type: Improvement Reporter: Christian Semrau

[jira] Commented: (MATH-248) Multiplying sparse matrices is slow

2009-02-22 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675698#action_12675698 ] Christian Semrau commented on MATH-248: --- According to my little tests, walking in

[jira] Created: (MATH-243) MathUtils.gcd(Integer.MIN_VALUE, 0) should throw an Exception instead of returning Integer.MIN_VALUE

2009-01-21 Thread Christian Semrau (JIRA)
MathUtils.gcd(Integer.MIN_VALUE, 0) should throw an Exception instead of returning Integer.MIN_VALUE Key: MATH-243 URL:

[jira] Commented: (MATH-242) Missing tests in MathUtilsTest

2009-01-21 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665979#action_12665979 ] Christian Semrau commented on MATH-242: --- Opened another issue: MATH-243 Missing tests

[jira] Updated: (MATH-243) MathUtils.gcd(Integer.MIN_VALUE, 0) should throw an Exception instead of returning Integer.MIN_VALUE

2009-01-21 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Semrau updated MATH-243: -- Attachment: gcdPatch.txt Attached is a patch for gcd, and also for lcm, which failed for some

[jira] Created: (MATH-242) Missing tests in MathUtilsTest

2009-01-20 Thread Christian Semrau (JIRA)
Missing tests in MathUtilsTest -- Key: MATH-242 URL: https://issues.apache.org/jira/browse/MATH-242 Project: Commons Math Issue Type: Test Affects Versions: 2.0 Reporter: Christian Semrau

[jira] Commented: (MATH-242) Missing tests in MathUtilsTest

2009-01-20 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665583#action_12665583 ] Christian Semrau commented on MATH-242: --- After thinking a bit longer, I think the gcd

[jira] Commented: (MATH-241) MathUtils.binomialCoefficient(n,k) fails for large results

2009-01-19 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12665253#action_12665253 ] Christian Semrau commented on MATH-241: --- I think the recursive computation of Pascal's

[jira] Created: (MATH-238) MathUtils.gcd(u, v) fails when u and v both contain a high power of 2

2009-01-16 Thread Christian Semrau (JIRA)
MathUtils.gcd(u, v) fails when u and v both contain a high power of 2 - Key: MATH-238 URL: https://issues.apache.org/jira/browse/MATH-238 Project: Commons Math Issue Type:

[jira] Created: (MATH-239) Add gcd and lcm for long values in MathUtils

2009-01-16 Thread Christian Semrau (JIRA)
Add gcd and lcm for long values in MathUtils Key: MATH-239 URL: https://issues.apache.org/jira/browse/MATH-239 Project: Commons Math Issue Type: New Feature Reporter: Christian Semrau

[jira] Updated: (MATH-240) MathUtils.factorial(n) fails for n = 17

2009-01-16 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Semrau updated MATH-240: -- Description: The result of MathUtils.factorial( n ) for n = 17...20 is wrong, probably because

[jira] Created: (MATH-240) MathUtils.factorial(n) fails for n = 17

2009-01-16 Thread Christian Semrau (JIRA)
MathUtils.factorial(n) fails for n = 17 Key: MATH-240 URL: https://issues.apache.org/jira/browse/MATH-240 Project: Commons Math Issue Type: Bug Affects Versions: 2.0 Reporter:

[jira] Updated: (MATH-240) MathUtils.factorial(n) fails for n = 17

2009-01-16 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Semrau updated MATH-240: -- Description: The result of MathUtils.factorial( n ) for n = 17, 18, 19 is wrong, probably

[jira] Updated: (MATH-241) MathUtils.binomialCoefficient(n,k) fails for large results

2009-01-16 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/MATH-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Semrau updated MATH-241: -- Description: Probably due to rounding errors, MathUtils.binomialCoefficient(n,k) fails for

[jira] Created: (COLLECTIONS-310) Modifications of a SetUniqueList.subList() invalidate the parent list

2009-01-10 Thread Christian Semrau (JIRA)
Modifications of a SetUniqueList.subList() invalidate the parent list - Key: COLLECTIONS-310 URL: https://issues.apache.org/jira/browse/COLLECTIONS-310 Project: Commons Collections

[jira] Commented: (COLLECTIONS-310) Modifications of a SetUniqueList.subList() invalidate the parent list

2009-01-10 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12662689#action_12662689 ] Christian Semrau commented on COLLECTIONS-310: -- It seems that properties

[jira] Commented: (COLLECTIONS-307) SetUniqueList.subList().contains() method checks against full parent list, not sublist range

2008-11-12 Thread Christian Semrau (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646952#action_12646952 ] Christian Semrau commented on COLLECTIONS-307: -- The same problem occurs