What effect does static {} ?
static {}
There is one such code in SimpleXlsSlurper , for example.
It makes no sense to have an empty static initializer, neither in Java nor in Groovy.