You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by ch...@wellsfargo.com on 2017/09/13 11:08:22 UTC

[ANN] Announcing CodeNarc 1.0

The CodeNarc Team is proud to announce the release of version 1.0.

CodeNarc<http://codenarc.org/> is a static analysis tool for Groovy source code.

Version 1.0 includes two new rules and several enhancements and bug fixes. It also removes two deprecated rules and several deprecated classes. See the full details in the release notes<https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.md>.

New Rules
*       CouldBeSwitchStatement rule (convention) - Checks for multiple if statements that could be converted to a switch.
*       UnnecessarySetter rule (unnecessary) - Checks for explicit calls to setter methods which can be replaced by assignment to property.
Check us out on GitHub<https://github.com/CodeNarc/CodeNarc>!

The Grails CodeNarc Plugin<http://grails.org/plugin/codenarc> has been updated to version 1.0 as well.



Re: [ANN] Announcing CodeNarc 1.0

Posted by Guillaume Laforge <gl...@gmail.com>.
1.0, nice!
Congrats to the team!

Guillaume


On Wed, Sep 13, 2017 at 1:08 PM, <ch...@wellsfargo.com> wrote:

> The *CodeNarc** Team *is proud to announce the release of version *1.0*.
>
> *CodeNarc* <http://codenarc.org/> is a static analysis tool for Groovy
> source code.
>
> Version *1.0* includes two new rules and several enhancements and bug
> fixes. It also removes two deprecated rules and several deprecated
> classes. See the full details in the *release notes*
> <https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.md>.
>
> *New Rules*
>
>    - *CouldBeSwitchStatement* rule (convention) - Checks for multiple if
>    statements that could be converted to a switch.
>    - *UnnecessarySetter* rule (unnecessary) - Checks for explicit calls
>    to setter methods which can be replaced by assignment to property.
>
> Check us out on *GitHub* <https://github.com/CodeNarc/CodeNarc>!
>
> The *Grails **CodeNarc** Plugin* <http://grails.org/plugin/codenarc> has
> been updated to version *1.0* as well.
>
>
>



-- 
Guillaume Laforge
Apache Groovy committer & PMC Vice-President
Developer Advocate @ Google Cloud Platform

Blog: http://glaforge.appspot.com/
Social: @glaforge <http://twitter.com/glaforge> / Google+
<https://plus.google.com/u/0/114130972232398734985/posts>

Re: [ANN] Announcing CodeNarc 1.0

Posted by Daniel Sun <re...@hotmail.com>.
Thanks for your nice work!



--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html