I have no experiance with using a scripting language directly in
Java.
If I mix java and groovy, doesn't it produce code that is really hard to detect duplicated code?
Can a code coverage tool like CLOVER, detect the coverage of Groovy code?
Makes it sense to use Groovy only for
Test Classes and MockObjects and let the production code in plain java?
If a developer is not familiar in Groovy, how easy is it for him to understand the code?