=== on 6 Mar 2017, 17:55:59 Amaury Levé wrote: \[~freddy.mallet] Shall we ignore all empty methods or only public ones? If you say all of them, shall we also ignore empty Ctor? About ``++static void Main(string[] args)++`` do you mean we also ignore the argument even if the method is not empty? === on 7 Mar 2017, 10:08:34 Jean-Christophe Collet wrote: My suggestions: * Ignore all empty methods including constructors (they should be flagged by another issue anyway) * Yes, since Main(string[] args) is a 'non-negotiable' signature, we should ignore the case where 'args' is not used. === on 7 Jan 2019, 16:44:49 Nicolas Harraudeau wrote: The new description matches the existing implementation. It just explains more precisely what cases raise an issue. include::../comments-and-links.adoc[]