[Mono-bugs] [Bug 54945][Cri] Changed - Declaring type set incorrectly for properties in a base class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Mar 2004 18:30:39 -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 lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54945

--- shadow/54945	2004-03-09 20:23:39.000000000 -0500
+++ shadow/54945.tmp.25231	2004-03-10 18:30:39.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54945
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Critical
 Component: misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -140,6 +140,11 @@
 public class Derived: Base
 {
 }
 
 ------- Additional Comments From martin@ximian.com  2004-03-09 20:23 -------
 Ok, also implemented it for properties and events. 
+
+------- Additional Comments From lluis@ximian.com  2004-03-10 18:30 -------
+Ok, don't know what has been fixed but certainly it is not the bug I
+reported. The test case still fails, and now also fails for
+properties, and it is causing several crashes in the web service stack.