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