Re: [mojo-dev] [VOTE] Maven FindBugs Plugin version 2.4.0

2012-01-17 Thread Mirko Friedenhagen
+1 I ran this version on a couple of local projects. Regards Mirko On Tue, Jan 17, 2012 at 17:37, LeClaire Garvin wrote: > Hi, > > > I'd like to release version 2.4.0 of the Maven FindBugs Plugin > > FindBugs looks for bugs in Java programs. It is based on the concept of bug > patterns. A bug pa

[mojo-dev] [VOTE] Maven FindBugs Plugin version 2.4.0

2012-01-17 Thread LeClaire Garvin
Hi, I'd like to release version 2.4.0 of the Maven FindBugs Plugin FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is often an error. Bug patterns arise for a variety of reasons: • Difficult language features