Grails has a rich plugin eco-system with over 400 hundred plugins – so it’s easy to miss something useful. If you’re serious about software craftsmanship, then using static code analysis tools should be part of your quality regime as it gives further insight into the code base (and if you insist, yes it’ll help with your Technical Debt management).
CodeNarc provides static code analysis for Groovy and the CodeNarc plugin for Grails allows you to perform this analysis with the “grails codenarc” script. Behind the scenes this uses the CodeNarc ant task and settings from grails-app/conf/Config.groovy and produces an HTML report by default.
A collection of articles and resources of interest to the modern software developer
Tuesday, August 2, 2011
Grails & Hudson part 1: CodeNarc | Lean Java Engineering
Grails & Hudson part 1: CodeNarc | Lean Java Engineering
No comments:
Post a Comment