[Mono-bugs] [Bug 77809][Wis] Changed - Unhandled exception when trying to set a internal get-only property

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 17 04:46:57 EST 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 rharinath at novell.com.

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

--- shadow/77809	2006-03-16 21:23:32.000000000 -0500
+++ shadow/77809.tmp.25844	2006-03-17 04:46:57.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77809
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: slomo at ubuntu.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -85,6 +85,12 @@
 public class Foo {
 	internal static bool Test {
 		get { return true; }
 	}
 }
 -----------------
+
+------- Additional Comments From rharinath at novell.com  2006-03-17 04:46 -------
+This is a dup of #77642.  It was fixed on the trunk, but not
+backported to the 1.1.13.x branch.
+
+Fixed in the branch: SVN r58105.


More information about the mono-bugs mailing list