The *CodeNarc Team *is proud to announce the release of version *0.24*.
CodeNarc <http://codenarc.sourceforge.net/> is a static analysis tool for
Groovy source code. Version *0.24* adds a new *sortable *HTML report,
and provides
the *beta *release of a mechanism for excluding a set of baseline violations
Version *0.24* also adds 3 new rules (bringing the total to 346 rules),
and several bug fixes and other enhancements.
*New Rules:*
- *AssignmentToStaticFieldFromInstanceMethod *rule (design) - Checks for
assignment to a static field from an instance method.
- *ClassNameSameAsSuperclass *rule (naming) - Checks for any class that
has an identical name to its superclass.
- *InterfaceNameSameAsSuperInterface *rule (naming) - Checks for any
interface that has an identical name to its super-interface.
See the full details in the release notes
<https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.txt>. Check us
out on GitHub <https://github.com/CodeNarc/CodeNarc>!
The Grails CodeNarc Plugin <http://grails.org/plugin/codenarc> has been
updated to version *0.24* as well.
|