https://bugzilla.novell.com/show_bug.cgi?id=665161
https://bugzilla.novell.com/show_bug.cgi?id=665161#c5 --- Comment #5 from Sebastien Pouliot <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
