Page 1 of 1

Refactor rename bug?

Posted: Thu Jun 12, 2014 11:58 am
by guang11cheng
Two structs:
struct A
{
int i;
};

struct B
{
int i;
};

When I rename struct B's member 'i', struct A''s member 'i' also appear in the file list. Is it a bug?

Re: Refactor rename bug?

Posted: Thu Jun 12, 2014 11:54 pm
by eranif
It appears in the dialog, but, is it "checked" ?
The re-factoring engine will only check entries that are 100% match, when there is a doubt,
the entry will present, but will not be checked (so the user can decide)

Eran