| View previous topic :: View next topic |
| Author |
Message |
bim_bom Guest
|
Posted: Tue Aug 29, 2006 8:10 am Post subject: What's wrong with "rectoring" (renaming) in BDS2006? |
|
|
Code before:
struct stra
{
int var;
int sdf(int eee)
{
stra X;
X.var=4;
var=4;
}
};
I select var. I click Refactor->Rename, and write "L". After accepting, this
appears:
struct stra
{
int L;
int sdf(int eee)
{
stra X;
X.L=4;
vaL; // <- what is it????
}
}; |
|
| Back to top |
|
 |
Andrue Cope [TeamB] Guest
|
Posted: Tue Aug 29, 2006 8:10 am Post subject: Re: What's wrong with "rectoring" (renaming) in BDS2006? |
|
|
C++ Refactoring is a bit broken in BDS2006 at the moment.
--
Andrue Cope [TeamB]
[Bicester, Uk]
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
David Dean Guest
|
Posted: Tue Aug 29, 2006 6:23 pm Post subject: Re: What's wrong with "rectoring" (renaming) in BDS2006? |
|
|
In article <44f3cf37 (AT) newsgroups (DOT) borland.com>,
"bim_bom" <julekmen (AT) go2 (DOT) pl> wrote:
| Quote: | I select var. I click Refactor->Rename, and write "L". After accepting, this
appears:
|
This appears to be a good test case. Could you please log it to QC?
--
-David
Quis custodiet custodes ipsos? |
|
| Back to top |
|
 |
bim_bom Guest
|
Posted: Tue Aug 29, 2006 7:37 pm Post subject: Re: What's wrong with "rectoring" (renaming) in BDS2006? |
|
|
Użytkownik "David Dean" <ozchzhq02 (AT) sneakemail (DOT) com> napisał w wiadomości
news:ozchzhq02-8293AD.09234829082006 (AT) frylock (DOT) local...
| Quote: | In article <44f3cf37 (AT) newsgroups (DOT) borland.com>,
"bim_bom" <julekmen (AT) go2 (DOT) pl> wrote:
I select var. I click Refactor->Rename, and write "L". After accepting,
this
appears:
This appears to be a good test case. Could you please log it to QC?
|
I added it (33209), but I don't see it yet. |
|
| Back to top |
|
 |
David Dean Guest
|
Posted: Tue Aug 29, 2006 7:51 pm Post subject: Re: What's wrong with "rectoring" (renaming) in BDS2006? |
|
|
In article <44f45119 (AT) newsgroups (DOT) borland.com>,
"bim_bom" <julekmen (AT) go2 (DOT) pl> wrote:
| Quote: | I added it (33209), but I don't see it yet.
|
It's there. I'll try to open it later today.
<http://qc.borland.com/wc/qcmain.aspx?d=33209>
--
-David
Quis custodiet custodes ipsos? |
|
| Back to top |
|
 |
|