Bugzilla – Bug 311754
mcs doesn't report errors of type CS0053
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by jaimemonkey@yahoo.es 2002-12-01 13:41:14 MST ---- Package: Mono/MCS Priority: Normal Version: CVS 01-Dec-2002 Synopsis: mcs doesn't report errors of type CS0053 Bugzilla-Product: Mono/MCS Bugzilla-Component: Misc Description: Description of Problem: mcs doesn't report errors of type CS0053 To reproduce it try the mcs/errors/cs0053.cs test copied here: // cs0053.cs: Inconsistent accessibility. Property type is less accessible than property. // Line: 10 using System; class ErrorCS0053 { } class Foo { public ErrorCS0053 Property { get { return new ErrorCS0053 (); } } public static void Main () { } ErrorCS0053 error; } Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one. ---- Additional Comments From martin@ximian.com 2002-12-07 14:45:24 MST ---- Reassigning to default owner, setting priority to minor according to our priority rules (mcs doesn't report an error message). ---- Additional Comments From martin@ximian.com 2002-12-07 14:48:04 MST ---- Why were all these bugs UNCONFIRMED ? ---- Additional Comments From martin@ximian.com 2002-12-18 13:22:41 MST ---- *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO35856 *** Unknown bug field "cf_version_details" encountered while moving bug <cf_version_details>CVS 01-Dec-2002</cf_version_details> This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"