The CodeNarc Eclipse plug-in integrates the source code analyzer CodeNarc into Eclipse.
CodeNarc is a static analysis tool for Groovy source code, enabling monitoring and enforcement of many coding standards and best practices. CodeNarc applies predefined and/or custom rules to each Groovy file, and generates an HTML or XML report.
| Release | http://codenarceclipse.sourceforge.net/eclipse/release/ |
| Snapshot | http://codenarceclipse.sourceforge.net/eclipse/snapshot/ |
Supported Eclipse versions: 3.5, 3.6 and 3.7
Currently all rulesets that ship with CodeNarc are used to check for violations.
CodeNarc is only enabled for projects having the Groovy nature.
You can mark .groovy files or a Groovy project and check the code with CodeNarc.
In case of violations, CodeNarc markers are added to the editor and "Problems" view.
Version 0.17.0 (2012-04-23)
Version 0.16.1 (2011-12-26)
Version 0.15.0 (2011-08-15)
Version 0.14.0 (not released)