GroovyLint is a free open source project that provides extra compile time checks for your Groovy codeWhat GroovyLint is a library for Groovy that adds additional compile time checks. Why The sooner a problem is caught, the less time you have to spend debugging it. How To set up GroovyLint, follow these steps: Download GroovyLint Put groovylint.jar on your classpath Enjoy less runtime errors Freque