[Mono-bugs] [Bug 26204][Nor] Changed - Problem when finding an inherited method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
15 Jun 2002 01:56:48 -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=26204

--- shadow/26204	Thu Jun 13 06:40:14 2002
+++ shadow/26204.tmp.5532	Fri Jun 14 21:56:48 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -66,6 +66,14 @@
 
 So the info is there in the first place. My guess is that mcs sets the
 DeclaredOnly binding flag and loops until it finds the method, so
 ReflectedType is always equal to the DeclaringType. After mcs is fixed
 I'll change our Reflection.Emit code to take into account the
 ReflectedType when emitting the memberref token.
+
+------- Additional Comments From miguel@ximian.com  2002-06-14 21:56 -------
+Hello Paolo,
+
+   Indeed, I use DeclaredOnly to find the methods (that is the way i
+walk the classes).  How would I go about implementing this though?
+
+miguel