You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/09/11 01:39:07 UTC

svn commit: r280050 - /jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml

Author: psteitz
Date: Sat Sep 10 16:39:06 2005
New Revision: 280050

URL: http://svn.apache.org/viewcvs?rev=280050&view=rev
Log:
Eliminated unnecessary assignment statement in BisectionSolver.solve
method.
PR# 36491 (findbugs)
Also eliminated irrelevant test cases in ComplexTest introduced in r280031

Modified:
    jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml

Modified: jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml?rev=280050&r1=280049&r2=280050&view=diff
==============================================================================
--- jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml (original)
+++ jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml Sat Sep 10 16:39:06 2005
@@ -46,6 +46,10 @@
        possible to replace the JDK-supplied random number generator in
        commons-math (and elsewhere) with alternative PRNG implementations.">
       <action dev="psteitz" type="fix" issue="36491">
+       Eliminated unnecessary assignment statement in BisectionSolver.solve
+       method.
+      </action>
+      <action dev="psteitz" type="fix" issue="36491">
        Implemented hashCode in the Complex class and changed the semantics of
        equals to make all instances with real or imaginary part NaN equal.
       </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org