[Mono-bugs] [Bug 71042][Nor] Changed - mcs reports warning for missing doc comment on default ctor
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 10:41:34 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71042
--- shadow/71042 2005-01-06 04:21:05.000000000 -0500
+++ shadow/71042.tmp.17520 2005-01-06 10:41:34.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71042
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details: Windows XP RC2
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: atsushi@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,9 @@
Note that the warning also talks about the default ctor. In some way this
warning makes sense, ofcourse. But it does not match the behavior of csc.
Note when the class is static, no warning is emitted (which is fine).
This works fine using csc (both 1.x and 2.0).
+
+------- Additional Comments From atsushi@ximian.com 2005-01-06 10:41 -------
+Fixed in svn too.