[ 
http://jira.codehaus.org/browse/MFINDBUGS-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233231#action_233231
 ] 

Fabrício Lemos commented on MFINDBUGS-118:
------------------------------------------

As you mentioned checkstyle, it has a perfectly example of what I´m looking 
for. If you configure consoleOutput=true it prints on the console a little 
summary of the violations found. Something like:

[INFO] Starting audit...
D:\workspace\project\src\main\java\ExampleClass.java:20: Line has trailing 
spaces.
Audit done.

We here have a politics to fail the build if any violation is found. If the 
build fail because of any checkstyle violation I have all the information on 
the console that I need to fix it. It is not the case for findbugs violations, 
because I still have to run findbugs:findbugs to see what is really wrong.

> Add ability to show a summary of the bugs on the console
> --------------------------------------------------------
>
>                 Key: MFINDBUGS-118
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-118
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: New Feature
>            Reporter: Fabrício Lemos
>            Assignee: Garvin LeClaire
>            Priority: Trivial
>
> It is really important if findbugs runs as part of the build cycle.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to