[Mono-bugs] [Bug 71285][Nor] Changed - Int64.Parse fails to throw exception on very large numbers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Jan 2005 17:55:54 -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=71285
--- shadow/71285 2005-01-14 17:28:35.000000000 -0500
+++ shadow/71285.tmp.12833 2005-01-14 17:55:54.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71285
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,11 @@
{
Int64.Parse ("1" + Int64.MaxValue.ToString ());
}
}
That should throw an exception
+
+------- Additional Comments From sebastien@ximian.com 2005-01-14 17:55 -------
+
+
+*** This bug has been marked as a duplicate of 59296 ***