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?
>
>
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

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

HTH,

Brent.

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

Reply via email to