On 02/12/2010 21:32, Christopher Schultz wrote:
> All,
>
> I've recently been playing with FindBugs on my own projects and have it
> working via ant, ignoring checks that I find legitimate, and producing
> readable reports.
>
> Is anyone interested in me adding a "findbugs" target to the build
> script to invoke findbugs and produce a report? Reports can be generated
> in XML (for later transformation, most likely) or in one of several
> built-in styles in HTML.
>
> Note that adding such a build target will not impose a dependency on
> FindBugs -- only if one wishes to actually run the target will FindBugs
> need to be properly configured.
Sounds good. You should be able to model the FindBugs integration on the
Checkstyle integration.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|