[Mono-bugs] [Bug 58381][Min] Changed - Type.GetProperty(string) returns null on ambiguity instead of throwing exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 11:10:17 -0400 (EDT)
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 t6@pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58381
--- shadow/58381 2004-05-12 11:06:33.000000000 -0400
+++ shadow/58381.tmp.5631 2004-05-12 11:10:17.000000000 -0400
@@ -1,20 +1,20 @@
Bug#: 58381
-Product: Mono: Compilers
+Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Fedora Core 1, official beta 1 RPMS
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
-Component: C#
+Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: t6@pobox.com
QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: V1
URL:
Cc:
Summary: Type.GetProperty(string) returns null on ambiguity instead of throwing exception
Please fill in this template when reporting a bug, unless you know what you
are doing.
@@ -80,6 +80,9 @@
Console.WriteLine("int index 1 = "+m[1]);
Console.WriteLine("double index 2.2 = "+m[2.2]);
}
}
}
+
+------- Additional Comments From t6@pobox.com 2004-05-12 11:10 -------
+oops - filed against C# instead of class libs, sorry