[Mono-bugs] [Bug 673150] UseCorrectSuffixRule should favor name of XXXDictionary vs XXXCollection when a class implements both IDictionary and ICollection to be consistent with FxCop
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 18 19:41:06 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=673150
https://bugzilla.novell.com/show_bug.cgi?id=673150#c1
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |spouliot at novell.com
AssignedTo|mono-bugs at lists.ximian.com |spouliot at novell.com
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2011-02-19 00:41:05 UTC ---
nice catch!
It's actually because (non-generic) IEnumerable is present that Collection gets
suggested. So there's a bit of a fight between what's tested as ok (first part)
and what's suggested (2nd part).
--
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