[Mono-bugs] [Bug 78601][Nor] Changed - Error CS0120 often reports only last part of method signature

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 7 11:00:44 EDT 2006


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 juraj at hotfeet.ch.

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

--- shadow/78601	2006-06-07 10:40:46.000000000 -0400
+++ shadow/78601.tmp.32007	2006-06-07 11:00:44.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78601
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: FC5
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: juraj at hotfeet.ch               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -40,6 +40,12 @@
 SimpleName.Error_ObjectRefRequired (...) (in ecore.cs):
 
 if (name.LastIndexOf ('.') > 0)
    name = name.Substring (name.LastIndexOf ('.') + 1);
 
 This cuts away anything before the last dot.
+
+------- Additional Comments From juraj at hotfeet.ch  2006-06-07 11:00 -------
+MS.NET reports the class name as well. For the code above it quotes
+`X.Y(System.Text.StringBuilder)'.
+Therefore just getting rid of the cut-away lines seems to be the right
+thing to do.


More information about the mono-bugs mailing list