Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.5.1
-
None
-
None
Description
The method evaluate(String) of class groovy.lang.Script declare to throw the checked exception IOException but the implementation actual does not throw it. It would be great to see the declaration to be dropped. So we don't need add a useless catch clause when calling the method.