[Mono-bugs] [Bug 67625][Nor] Changed - TypeManager.CSharpName does not check its input for null

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Oct 2004 13:40:44 -0400 (EDT)


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=67625

--- shadow/67625	2004-10-05 15:31:13.000000000 -0400
+++ shadow/67625.tmp.10580	2004-10-07 13:40:44.000000000 -0400
@@ -21,6 +21,13 @@
 for null that fixes these two tests.
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-10-05 15:30 -------
 Created an attachment (id=12093)
 proposed fix
 
+
+------- Additional Comments From miguel@ximian.com  2004-10-07 13:40 -------
+None of those tests are on CVS, could you add them please?
+
+In general, the error is passing null in the first place, so I would
+lean towards correcting the bug itself, and not the manifestation of
+the bug.