
| Key: |
GROOVY-2496
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
Paul King
|
| Reporter: |
johan1
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
groovy
Created: 11/Jan/08 05:53 PM
Updated: 08/Feb/08 01:26 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.5.1
|
| Fix Version/s: |
1.5.2
|
|
|
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.
|
|
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. |
Show » |
|