Roeland
Member³
Hi,
I'm refactoring a lot of procedures and functions inside a package when I hit on something weird.
After a couple of refactorings, the refactored string comes before the original, without removing it, but I am not sure what the exact steps are to reconstruct this behaviour:
example:
result (refactor to "New_Func"):
Version: 7.1.4.1389
Thanks,
Roeland
I'm refactoring a lot of procedures and functions inside a package when I hit on something weird.
After a couple of refactorings, the refactored string comes before the original, without removing it, but I am not sure what the exact steps are to reconstruct this behaviour:
example:
Code:
function This_Is_The_Old_Func return boolean;
Code:
function New_FuncThis_Is_The_Old_Func return boolean;
Thanks,
Roeland