vote up 3 vote down star

I use the commercial version of Jalopy for my Java projects but it doesn't work on Groovy files. IntelliJ has a serviceable formatter but I don't like requiring a particular IDE.

flag
groovy is a language, implemented on the JVM. see groovy.org . Groovy is a superset of the java lanaguage apparently. – Chii Dec 3 '08 at 10:13
The comment about Groovy being a superset of Java is inaccurate. For example, Groovy doesn't support inner classes (yet). – Don Oct 6 at 14:14

2 Answers

vote up 4 vote down check

I've found that BUSL works really well on Groovy files. It's standalone too, so you can use it from your text editor or whatever.

link|flag
I accepted your answer since no others are forthcoming. Thanks for letting me know about BUSL, I had never heard of it before. I'm still in Jalopy withdrawal though ... It had lots of knobs for customization and I tweaked them all. – flowers Sep 30 '08 at 15:22
vote up 0 vote down

the latest eclipse plugin will do some formatting and refactoring: http://groovy.codehaus.org/Eclipse+Plugin+Refactoring

link|flag

Your Answer

Get an OpenID
or

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