Refactor rename bug?

CodeLite installation/troubleshooting forum
guang11cheng
CodeLite Curious
Posts: 8
Joined: Thu May 15, 2014 9:29 am
Genuine User: Yes
IDE Question: C++
Contact:

Refactor rename bug?

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Refactor rename bug?

Post 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
Make sure you have read the HOW TO POST thread
Post Reply