[Mono-bugs] [Bug 76692][Cos] Changed - CS1574 reported for
reference to protected method with arguments
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Nov 13 11:47:20 EST 2005
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=76692
--- shadow/76692 2005-11-13 11:00:07.000000000 -0500
+++ shadow/76692.tmp.2048 2005-11-13 11:47:20.000000000 -0500
@@ -3,15 +3,15 @@
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
+Priority: Cosmetic
Component: C#
-AssignedTo: atsushi at ximian.com
+AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: CS1574 reported for reference to protected method with arguments
@@ -62,6 +62,17 @@
- Remove: this method has no arguments
- Destroy: this method has arguments, but is public
Expected result:
No warnings.
+
+------- Additional Comments From atsushi at ximian.com 2005-11-13 11:47 -------
+This is not actually /doc bug. With -warn:4 option, mcs reports the
+expected warnings fine.
+
+The behavioral difference comes from the default warning level
+difference between mcs and csc. mcs defaults the warning level to 3,
+but csc seems to have something like "default". In the default state,
+csc still reports those warnings, but currently we have no way to do
+it inside mcs.
+
More information about the mono-bugs
mailing list