[Mono-bugs] [Bug 689490] IgnoreList is not being appropriately handled when a rule is run against a type, when the rule enumerates the types members (for instance, AvoidSpeculativeGenerality)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 25 19:52:57 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=689490
https://bugzilla.novell.com/show_bug.cgi?id=689490#c1
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Platform|64bit |All
CC| |spouliot at novell.com
AssignedTo|mono-bugs at lists.ximian.com |spouliot at novell.com
OS/Version|Windows 7 |All
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2011-04-25 23:52:56 UTC ---
This likely happens everywhere when a defect is reported on a different element
(e.g. method) than the one being analyzed (e.g. type).
The ignore-check is done early to avoid analyzing something... (extra time /
memory) but that's not enough to catch a different defect target. Hopefully I
can fix this "globally" without verifying each rule... anyway good catch!
--
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