[Mono-bugs] [Bug 25983] Changed - warning of a 'new' keyword missing gives NullRef
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Jun 2002 17:00:59 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25983
--- shadow/25983 Fri Jun 7 19:42:54 2002
+++ shadow/25983.tmp.1918 Mon Jun 10 13:00:59 2002
@@ -1,14 +1,14 @@
Bug#: 25983
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: davh@davh.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -46,6 +46,11 @@
}
new string i = "lvl1 ";
}
Dup of 25367??
+
+------- Additional Comments From lupus@ximian.com 2002-06-10 13:00 -------
+The actual problem was that the ReflectedType property was not
+implemented in PropertyBuilder.
+Fixed in cvs.