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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
16 Sep 2002 11:27: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 martin@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=30241

--- shadow/30241	Thu Sep 12 15:13:35 2002
+++ shadow/30241.tmp.9604	Mon Sep 16 07:27:00 2002
@@ -1,14 +1,14 @@
 Bug#: 30241
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: Unknown
+Severity: 008 One day
 Priority: Normal
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: jddst19@mac.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -43,6 +43,13 @@
 Created an attachment (id=2247)
 gzipped tar containing test source
 
 
 ------- Additional Comments From miguel@ximian.com  2002-09-12 15:13 -------
 Reassigned this to Martin. 
+
+------- 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.
+