[Mono-bugs] [Bug 80246][Nor] Changed - monocov does not encode generic type names in output code coverage xml

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 18 04:22:44 EDT 2007


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 alp at atoker.com.

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

--- shadow/80246	2006-12-12 20:48:37.000000000 -0500
+++ shadow/80246.tmp.14345	2007-04-18 04:22:44.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 80246
 Product: Mono: Tools
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: tools
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: matt.ward.bugs at googlemail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -76,6 +76,9 @@
         klass = mono_method_get_class (method);
         classname = mono_type_get_name (mono_class_get_type (klass));
 +       classname = g_markup_escape_text (classname, strlen (classname));
         image = mono_class_get_image (klass);
 
         tmpname = mono_method_get_name (method);
+
+------- Additional Comments From alp at atoker.com  2007-04-18 04:22 -------
+OK to apply? Patch seems to be correct.


More information about the mono-bugs mailing list