[Mono-bugs] [Bug 30241][Nor] Changed - Class-level access specifiers not being honored

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 Dec 2002 04:46: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=30241

--- shadow/30241	Mon Sep 16 07:27:00 2002
+++ shadow/30241.tmp.25104	Sat Dec 21 23:46:51 2002
@@ -1,13 +1,13 @@
 Bug#: 30241
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 008 One day
 Priority: Normal
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: jddst19@mac.com               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,9 @@
 ------- Additional Comments From martin@gnome.org  2002-09-16 07:27 -------
 Setting severity to one day.
 Currently, we don't check the permissions when doing a type lookup (resolving a TypeExpr), only for methods.  This _should_ already 
 report an error if you attempt to call a method (including the .ctor) in the class or access one of its properties.  Need to add 
 permission checks for type lookups, but this may break things so I need to be careful there.
 
+
+------- Additional Comments From miguel@ximian.com  2002-12-21 23:46 -------
+This seems to be fixed.