Replacing a function signature with a new signature
To overload a function with a new signature (for example, overload
foo(String)
with
foo(String, String)
so that both signatures are valid):
- Click Save As on the original rule.
- Update the signature on the Save as form.
- Click Create and Open.