Hello all, Coming from the java world , I am used to tools such as pmd and findbugs. pmd brings basic rules (http://pmd.sourceforge.net/rules/basic.html) that detect empty blocks of all kinds. I have started to implement two of them (EmptyIf and EmptyFinally) but perhaps without respecting all the gendarme coding standard...
PMD brings also rules about logging usage. I have start to implement a rule that triggers warnings when the Console is used. I will implement rules specific to log4net. Anyone interested by these rules or willing to review the code ? Regards Alex -- You received this message because you are subscribed to the Google Groups "Gendarme" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gendarme?hl=en.

