[Mono-bugs] [Bug 24962] New - Need better error reporting on cs117
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
20 May 2002 04:14:00 -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.30027 Mon May 20 00:14:00 2002
@@ -0,0 +1,24 @@
+Bug#: 24962
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Need better error reporting on cs117
+
+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'