[Mono-bugs] [Bug 71134][Nor] Changed - Impl. of protected abstract methods not checked intra-assembly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 10:36:25 -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=71134
--- shadow/71134 2005-02-16 09:54:23.000000000 -0500
+++ shadow/71134.tmp.10787 2005-02-16 10:36:25.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: yhemanth@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: mcs does not report compilation error when abstract protected methods are not implemented in derived classes across assemblies
+Summary: Impl. of protected abstract methods not checked intra-assembly
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
The mcs compiler is not generating an error when we compile a class
@@ -91,6 +91,10 @@
This bug does not appear if:
- Both the classes are defined into one assembly (like one exe)
OR
- Access level of the abstract method is changed to public.
In such cases, the compiler reports the error fine.
+
+------- Additional Comments From bmaurer@users.sf.net 2005-02-16 10:36 -------
+This may also be a runtime bug if we are getting a nullref from the
+runtime. At the very least, it should hit a g_assert.