Hello Groovy community! Is there some tool like groovyc warning / IDEA inspections / CodeNarc that will report situation when some method declares exception but you (a method user) don't re-declare nor catch it.
I find it extremely useful. Because if for Groovy are exceptions are unchecked, it effectively negates all benefits of have exceptions. To be honest exceptions are the only part of Java that I really miss in Groovy. Thanks for all suggestions Libor
