[Mono-dev] [PROPOSAL] gendarme - support for displaying the source code of violations

Christian Birkl christian.birkl at gmail.com
Thu Sep 28 08:27:53 EDT 2006


2006/9/27, Sebastien Pouliot <sebastien.pouliot at gmail.com>:
>
> Hello Christian,
>
> Yes, it's definitively something coming for Gendarme :-)
>
> JB and I discussed about this a few weeks ago when he committed this new
> feature to SVN. We will resume this talk (and hopefully code) when we
> meet at the Mono meeting in October.


Ah, cool - I'm looking forward to the results of your talks :-).

One change in order to support better tracking of locations might be to
migrate all rules to a new Location constructor which takes Cecil's
underlying object definitions (e.g. Instruction, MethodDefinition,
TypeDefinition, ...) and drop the string constructor. This may help you in
the future since then you just need to change the Location class in order to
resolve a "real" location.

Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060928/def2cd43/attachment.html 


More information about the Mono-devel-list mailing list