[Mono-bugs] [Bug 22636] Changed - Codepath calculation involving try { } catch { }
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
28 Mar 2002 01:22:56 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22636
--- shadow/22636 Wed Mar 27 15:08:25 2002
+++ shadow/22636.tmp.25122 Wed Mar 27 20:22:56 2002
@@ -1,13 +1,13 @@
Bug#: 22636
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: dihlewis@yahoo.co.uk
QAContact: mono-bugs@ximian.com
@@ -31,6 +31,10 @@
}
catch (Exception) {
return false;
}
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-03-27 20:22 -------
+Beautiful. This was one FIXME that I hoped people would not run into.
+ It is now fixed ;-)