
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
As groovy code grows methods seem to get more and more arguments, most of them optional. It would be nice to be able to take a method with "traditional" arguments, and automatically generate a map variant of the method that delegates to the original.
An additional possibility is ao also allow for refactoring uses of the method to use the map ("named argument") variant instead of the original signature
|
|
Description
|
As groovy code grows methods seem to get more and more arguments, most of them optional. It would be nice to be able to take a method with "traditional" arguments, and automatically generate a map variant of the method that delegates to the original.
An additional possibility is ao also allow for refactoring uses of the method to use the map ("named argument") variant instead of the original signature |
Show » |
|