[Mono-bugs] [Bug 49704][Nor] Changed - internal class invalidly allowed for protected method argument

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 10:51:44 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/49704	2003-10-15 14:09:23.000000000 -0400
+++ shadow/49704.tmp.20643	2003-12-24 10:51:44.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 49704
-Product: Mono/MCS
+Product: Mono/Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: Misc
+Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ginga@kit.hi-ho.ne.jp               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -58,6 +58,28 @@
 internal.cs(9,16): (Location of symbol related to previous error)
 
 
 How often does this happen? 
 
 -> Always.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-24 10:51 -------
+The error should come from
+
+        in (at /devel/mcs/mcs/class.cs:3711)
+MemberBase.CheckParameters (Mono.CSharp.DeclSpace, System.Type[])
+        in (at /devel/mcs/mcs/class.cs:2240)
+MethodCore.DoDefineParameters ()
+        in (at /devel/mcs/mcs/class.cs:2464) Method.CheckBase
+(Mono.CSharp.TypeContainer)
+        in (at /devel/mcs/mcs/class.cs:2562) Method.Define
+(Mono.CSharp.TypeContainer)
+        in (at /devel/mcs/mcs/class.cs:902)
+TypeContainer.DefineMembers (System.Collections.ArrayList,
+System.Reflection.MemberInfo[])
+        in (at /devel/mcs/mcs/class.cs:1101)
+TypeContainer.DefineMembers (Mono.CSharp.TypeContainer)
+        in (at /devel/mcs/mcs/rootcontext.cs:614)
+RootContext.PopulateTypes ()
+        in (at /devel/mcs/mcs/driver.cs:1387) Driver.MainDriver (string[])
+        in (at /devel/mcs/mcs/driver.cs:253) Driver.Main (string[])
+