The blind man on the galloping horse says...

+1, early and often!

On 29 May 2012 22:17, LeClaire Garvin <[email protected]> wrote:
> Hi,
>
>
> I'd like to release version 2.5 of the Maven FindBugs Plugin.  This is just
> a version number change to the previous 2.4.1 attempt.
>
> FindBugs looks for bugs in Java programs. It is based on the concept of bug
> patterns. A bug pattern is a code idiom that is often an error. Bug patterns
> arise for a variety of reasons:
>
> • Difficult language features
> • Misunderstood API methods
> • Misunderstood invariants when code is modified during maintenance
> • Garden variety mistakes: typos, use of the wrong boolean operator
> FindBugs uses static analysis to inspect Java bytecode for occurrences of
> bug patterns. We have found that FindBugs finds real errors in most Java
> software. Because its analysis is sometimes imprecise, FindBugs can report
> false warnings, which are warnings that do not indicate real errors. In
> practice, the rate of false warnings reported by FindBugs is generally less
> than 50%.
>
>
> Release Notes are at:
>  https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11701&version=18293
>
>
>
> Release Notes - Maven 2.x FindBugs Plugin - Version 2.5
>
>
>
> ** Bug
>    * [MFINDBUGS-159] - Brazillian Portuguese translation with non-US-ASCII
> characters
>    * [MFINDBUGS-160] - Contradicting documentation for findbugsXmlOutput
> parameter
>
>
>
> ** New Feature
>    * [MFINDBUGS-118] - Add ability to show a summary of the bugs on the
> console
>    * [MFINDBUGS-151] - Ability to use findbugs detectors that are in a maven
> repository
>    * [MFINDBUGS-164] - Support for -maxRank option
>    * [MFINDBUGS-166] - Add support for excluding Baseline Bugs
>
>
>
>
> ** Wish
>    * [MFINDBUGS-163] - Allow system properties to be configured for forked
> findbugs.
>
>
>
> Staging Repositories:
> General:  https://nexus.codehaus.org/content/groups/staging/
> Exclusive: https://nexus.codehaus.org/content/repositories/orgcodehausmojo-093/
>
>
> Site:
> http://mojo.codehaus.org/findbugs-maven-plugin
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> The vote is open for 72 hours and will succeed by lazy consensus.
>
>
>
>
> Garvin LeClaire
> [email protected]
>
>
>

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

    http://xircles.codehaus.org/manage_email


Reply via email to