[Mono-bugs] [Bug 37398][Wis] New - Out param checking is not always correct

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 29 Jan 2003 18:30:35 -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 duncan@ximian.com.

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

--- shadow/37398	Wed Jan 29 18:30:35 2003
+++ shadow/37398.tmp.2994	Wed Jan 29 18:30:35 2003
@@ -0,0 +1,33 @@
+Bug#: 37398
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Out param checking is not always correct
+
+The source is available here:
+
+http://www.gotdotnet.com/Community/User/Samples/download.aspx?FileGuid=edacb919-4737-4bc2-b3dd-686ee72b0f9d
+
+When compiling with mcs, you get the following error:
+
+CommandLineArguments.cs(418) error CS0177: The out parameter `arguments'
+must be assigned before control leave the current method.
+        
+CommandLineArguments.cs(702) error CS0177: The out parameter `value' must
+be assigned before control leave the current method.
+        
+Compilation failed: 2 error(s), 0 warnings
+
+With csc, there are no errors.