[Mono-dev] Mono enhancements

2007-03-30 Thread Vladimir Giszpenc
To the Gendarme gurus, I don't know if the GC is smart enough to Dispose of resources for us, but I will assume that it does not hurt to help it. There are two patterns that Gendarme could look for. class Foo { Foo() { IDisposable resource = new Resource(); throw new

Re: [Mono-dev] Mono enhancements

2007-03-30 Thread Sebastien Pouliot
Hello Vladimir, On Thu, 2007-03-29 at 09:42 -0400, Vladimir Giszpenc wrote: To the Gendarme gurus, I don't know if the GC is smart enough to Dispose of resources for us, but I will assume that it does not hurt to help it. There are two patterns that Gendarme could look for. Side node: