[Mono-bugs] [Bug 665161] Spurious ConsiderAddingInterfaceRule / No Source Lines

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 20 21:49:21 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=665161

https://bugzilla.novell.com/show_bug.cgi?id=665161#c5


--- Comment #5 from Sebastien Pouliot <spouliot at novell.com> 2011-01-21 02:49:20 UTC ---
btw the lack of 'source lines' is likely because the rule works backward, i.e.
it does not check if each type could implement every interfaces. Instead it
check interfaces (only) and then look if types (being analyzed) could implement
them.

Sounds the same, right ? well interfaces do not have IL, so no sequence point,
hence no source lines data available :-) If I'm right then it should be easy to
fix.

-- 
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