[Mono-bugs] [Bug 77963][Cri] Changed - [GMCS] NRE on class X : Y<X.Z> - derived class of a generic type whose generic argument is its nested child class

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 3 08:12:52 EDT 2006


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 at ximian.com.

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

--- shadow/77963	2006-07-02 10:51:44.000000000 -0400
+++ shadow/77963.tmp.2264	2006-07-03 08:12:52.000000000 -0400
@@ -12,13 +12,13 @@
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [GMCS] NRE on class X : Y<X.Z> - derived class of a generic type whose generic argument is its nested child class
-BugsThisDependsOn: 77396
+BugsThisDependsOn: 77396, 77403
 
 The example code below causes NullReferenceException due to incomplete type
 resolution. Bar is derived from a generic class whose generic argument is
 the nested child class of Bar (i.e. Bar.Baz).
 
 public class Foo<K>
@@ -68,6 +68,9 @@
 
 ------- Additional Comments From martin at ximian.com  2006-06-21 09:56 -------
 Possible duplicate of #77396.
 
 ------- Additional Comments From miguel at ximian.com  2006-07-02 10:51 -------
 Am upping the priority
+
+------- Additional Comments From martin at ximian.com  2006-07-03 08:12 -------
+Increasing the priority doesn't help here - look at the dependency graph.


More information about the mono-bugs mailing list