Refactoring problem

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:

Code:
function This_Is_The_Old_Func return boolean;
result (refactor to "New_Func"):

Code:
function New_FuncThis_Is_The_Old_Func return boolean;
Version: 7.1.4.1389

Thanks,

Roeland
 
Back
Top