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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
