CodeNarc for Eclipse released
My friend René has released CodeNarc for Eclipse which integrates CodeNarc into Eclipse.
CodeNarc tries to find errors and potential problems in Groovy code. The list of code checks is already quite large and covers a lot more than the basics (for example bitwise OR instead of boolean OR).
If you find yourself writing more Groovy and less Java, it might make sense to expand static analysis to dynamic code, just as it is normally done for Java with tools like PMD, CheckStyle or FindBugs.
The Eclipse update sites are
- http://codenarceclipse.sourceforge.net/eclipse/release/ for release builds
- http://codenarceclipse.sourceforge.net/eclipse/snapshot/ for snapshot builds
