In Methods.py, create a renameMethod() method that takes the input of a class name, old method name, and it will prompt for one or all methods with that name (only if overloaded), then new method name. It will fail if class or method does not exist or if new name is the same as the one with the same parameter list.
In Methods.py, create a renameMethod() method that takes the input of a class name, old method name, and it will prompt for one or all methods with that name (only if overloaded), then new method name. It will fail if class or method does not exist or if new name is the same as the one with the same parameter list.