Functions sometime doesnt get renamed correctly if name was named before but with a diffreny upper and lower cases :
Example :
Name a function : “mY FUNCtion”.
rename it to “My Function” and it wont get renamed and will remain “mY FUNCtion”.
Now rename function “abcdefg” it gets renamed correctly, then rename it to “My Function” and it gets renamed incorrectly to “mY FUNCtion”.
Thanks.