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 [EMAIL PROTECTED]

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

--- shadow/79367        2006-09-11 17:01:55.000000000 -0400
+++ shadow/79367.tmp.5671       2006-09-11 19:07:42.000000000 -0400
@@ -1,15 +1,15 @@
 Bug#: 79367
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Ubuntu Dapper, Mono SVN HEAD
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Normal
 Component: CORLIB
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
@@ -38,6 +38,20 @@
 delegateType) [0x00000]
 ...
 
 And as I don't really know the processes taking place there, I figured,
 that Mono would be better off if someone who knew what s/he was doing would
 fix that.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-09-11 19:07 -------
+The checks are there for a reason. Just removing them w/out providing
+appropiate defaults is usually a bad idea, as you've experienced.
+
+For the return type you could try this:
+
+if (returnType == null)
+        returnType = typeof (void);
+
+I'm not sure, whether the name can be "", though.
+
+(prio changed, see http://bugzilla.ximian.com/bug_status.html#priority)
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to