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.