On Fri, Oct 01, 2010 at 04:05:11PM -0500, Brent Worden wrote:
> On Fri, Oct 1, 2010 at 9:27 AM, Gilles Sadowski
> <gil...@harfang.homelinux.org> wrote:
> >> > Do you review the code manually, or do you use a tool to spot all these
> >> > potential problems?
> >>
> >> Eclipse reports these, and I inspect them manually before committing.
> >
> > Isn't there some plugin such as CheckStyle or FindBugs that could be called
> > from maven?
>
> [...]
> 
> To generate all reports, including checkstyle and findbugs, via Maven:
> mvn site:site
> 
> To generate checkstyle report:
> mvn checkstyle:checkstyle
> 
> To generate findbugs report:
> mvn findbugs:findbugs

This, I know. In fact I was surprised that Sebb uncovered so many problems
that were _not_ reported by FindBugs or Checkstyle. Hence my question: Can
there be additional Maven plugins that will report all the things which
Eclipse sees?


Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to