[Mono-bugs] [Bug 78921][Nor] Changed - CS1587 compiler warning false positive

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 25 00:53: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 atsushi at ximian.com.

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

--- shadow/78921	2006-07-22 21:26:27.000000000 -0400
+++ shadow/78921.tmp.9680	2006-07-25 00:53:44.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 78921
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: matt at use.net               
 QAContact: mono-bugs at ximian.com
@@ -37,6 +37,28 @@
 The Assert.cs mentioned above is attached.
 
 ------- Additional Comments From matt at use.net  2006-07-21 13:02 -------
 Created an attachment (id=17338)
 source file referenced in warning false positive
 
+
+------- Additional Comments From atsushi at ximian.com  2006-07-25 00:53 -------
+From ECMA 334 (3rd Edition) Annex E (nominal Page 479 in the spec PDF):
+
+<blockquote>
+E.1 Introduction
+
+Comments having a special form can be used to direct a tool to produce
+XML from those comments and the source code elements, which they
+precede. Such comments are single-line comments of the form /// … or
+delimited comments of the form /** … */. They must immediately precede
+a user-defined type (such as a class, delegate, or interface) or a
+member (such as a field, event, property, or method) that they
+annotate. Attribute sections are considered part of declarations, so
+documentation comments must precede attributes applied to a type or
+member.
+</blockquote>
+
+Thus this is a bug in NUnit.
+
+(Hint: ECMA 334 does not specify that /*** is *not* a delimiter for
+XML doc comments.)


More information about the mono-bugs mailing list