[Mono-bugs] [Bug 27337][Nor] Changed - Array.CopyTo() doesn't throw exception for different types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Jul 2002 12:58:09 -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 ndrochak@gol.com.

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

--- shadow/27337	Tue Jul  2 11:17:25 2002
+++ shadow/27337.tmp.1927	Tue Jul  9 08:58:09 2002
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,12 @@
 			} catch (ArrayTypeMismatchException) {
 				return 0;
 			}
 			return 1;
 	}
 }
+
+------- Additional Comments From ndrochak@gol.com  2002-07-09 08:58 -------
+my comment above the code should read (note the "not"):
+
+...it does if the source array is populated with some 
+values, but it should not need that.