[
http://jira.codehaus.org/browse/MFINDBUGS-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_125936
]
Denis Sadowski commented on MFINDBUGS-48:
-----------------------------------------
Then you seem to be documenting conflicting information.
If you look at
http://mojo.codehaus.org/findbugs-maven-plugin/findbugs-mojo.html, it clearly
states that:
threshold String Threshold of minimum bug severity to report.
Valid values are High, Medium, Low and Exp (for experimental).
Secondly, the original FindBugs application
http://findbugs.sourceforge.net/manual/installing.html#commandLineOptions.
Under 3.3. Text UI Options it defines Medium as a value, and not Normal which
your plugin seems to have adopted.
> Findbugs 1.2 : Medium is not a valid threshold value
> ----------------------------------------------------
>
> Key: MFINDBUGS-48
> URL: http://jira.codehaus.org/browse/MFINDBUGS-48
> Project: Maven 2.x FindBugs Plugin
> Issue Type: Bug
> Affects Versions: 1.2
> Reporter: Denis Sadowski
>
> Attempted to run the plugin using the following configuration options.
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
>
> <artifactId>findbugs-maven-plugin</artifactId>
> <configuration>
> <threshold> Medium </threshold>
> <effort> Default </effort>
> </configuration>
> </plugin>
> When running findbugs:
> [INFO] Generating "FindBugs Report" report.
> [INFO] Using normal effort.
> [INFO] Using FindBugs Version: 1.2.0
> [INFO] Threshold not recognised, using default threshold
> [INFO] Debugging is Off
> [INFO] No bug include filter.
> When looking at the source code, it appears that Medium is defined as Normal
> (see ThresholdParameter.java, and FindBugsMojo.java)
--
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