[Mono-bugs] [Bug 665144] Consider not generating a AvoidRefAndOutParametersRule defect when the method implements a BCL interface
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jan 18 19:29:40 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=665144
https://bugzilla.novell.com/show_bug.cgi?id=665144#c1
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |spouliot at novell.com
Severity|Enhancement |Normal
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2011-01-19 00:29:40 UTC ---
Yes, I also think it makes sense to ignore cases where an interface is being
implemented, either from the BCL (a) or anywhere else (b).
(a) there's not much choice available - besides adding a "can't be fixed"
ignore entry;
(b) the real defect resides in the interface definition - and will be reported
if the interface is analyzed by Gendarme, no need to report the types that
implements it (the compiler will issue errors once the interface is fixed :-)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list