[Mono-bugs] [Bug 71444][Nor] Changed - TypeDescriptor:GetConverter throws ArgumentNullException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 19 Jan 2005 05:12:13 -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 joergr@voelcker.com.

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

--- shadow/71444	2005-01-19 05:09:30.000000000 -0500
+++ shadow/71444.tmp.28470	2005-01-19 05:12:13.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Suse 8.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,20 @@
 
 
 ------- Additional Comments From JoergR@voelcker.com  2005-01-19 05:09 -------
 Created an attachment (id=13786)
 Proposed patch
 
+
+------- Additional Comments From JoergR@voelcker.com  2005-01-19 05:12 -------
+The new test case shows following output under MS.NET:
+Type System.Collections.IDictionary: Converter:
+System.ComponentModel.CollectionConverter
+Type ITest: Converter: System.ComponentModel.ReferenceConverter
+Type Test: Converter: System.ComponentModel.TypeConverter
+Type TestStruct: Converter: System.ComponentModel.TypeConverter
+Component Test: Converter: System.ComponentModel.TypeConverter
+Component TestStruct: Converter: System.ComponentModel.TypeConverter
+Component System.Collections.Hashtable: Converter:
+System.ComponentModel.CollectionConverter
+
+Mono shows the same output when the proposed patch is applied.