[Mono-bugs] [Bug 69259][Wis] Changed - Compilation causes NullReferenceException in Mono.CSharp.PendingImplementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Nov 2004 21:14:07 -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 miguel@ximian.com.

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

--- shadow/69259	2004-11-08 19:48:34.000000000 -0500
+++ shadow/69259.tmp.8110	2004-11-25 21:14:07.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69259
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Mac OS X 10.3.6
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dolapo@minivishnu.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -72,6 +72,12 @@
 Additional Information:
 
 ------- Additional Comments From dolapo@minivishnu.net  2004-11-08 19:48 -------
 Created an attachment (id=13185)
 Example source file
 
+
+------- Additional Comments From miguel@ximian.com  2004-11-25 21:14 -------
+Thanks, this bug has been fixed.
+
+Your source code contains a bug though: a base class must be listed
+before an interface, that will get the program building.