[Mono-bugs] [Bug 24962] Changed - Need better error reporting on cs117
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 May 2002 03:20:52 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24962
--- shadow/24962 Mon May 20 00:14:00 2002
+++ shadow/24962.tmp.10995 Tue May 21 23:20:52 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -19,6 +19,9 @@
Compiler does not tell the developer that a method is not public, instead
it only points out that the method does not exist.
It should probably do another pass at looking up the name with permissions
disabled, and then report the error as `you do not have enough permission
to bla bla bla'
+
+------- Additional Comments From miguel@ximian.com 2002-05-21 23:20 -------
+Fixed.