vote up 2 vote down star

Hi,

Are there any good code analysis tools available for Groovy? I'm looking for something similar to FindBugs, PMD, CheckStyle, etc. I may even be able to use some of these tools directly if they work on Java byte code rather than source code. A feature that would be particularly useful is the ability to identify obsolete code, though I realise that this is almost impossible to do with 100% certainty in a dynamic language. However, if the tool could even identify classes/methods that are possibly/probably unreferenced, that would be a good start.

The IntelliJ IDE generates a lot of very useful warnings about unidiomatic Groovy code, but ideally I'm looking for something that I can integrate into my build and generate a report.

Thanks, Don

flag

40% accept rate

1 Answer

vote up 3 vote down

Take a look at CodeNarc

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.