[Mono-bugs] [Bug 54750][Min] Changed - BigInteger.isProbablePrime() method is inefficient
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 23 Feb 2004 11:53:16 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54750
--- shadow/54750 2004-02-23 04:44:56.000000000 -0500
+++ shadow/54750.tmp.18187 2004-02-23 11:53:16.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 54750
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: pieter@mentalis.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -33,6 +33,10 @@
}
...
}
As you can see, both loops do exactly the same so the second loop can and
should be removed.
+
+------- Additional Comments From sebastien@ximian.com 2004-02-23 11:53 -------
+Oops, this is a bad merge when I patched the method with your fix
+(51229). Thanks for noticing Pieter!