Ariadna #601, JDK 1.3.1_02, win2000

We have in some class:
private int UIN;
public int getUIN()
public void setUIN(int uin)

after renaming the field UIN in that class we have:
private int uin;
public int getUin()
public void setUin(int uin)

but in classes which use this class, all usages of methods getUIN() and
setUIN() were renamed to uin()

--
Alexey Epishkin ([EMAIL PROTECTED])
Kiev JUG - http://www.jug.kiev.ua/
Offshore Algorithms Co.

 VK> Could you please provide any example to reproduce this? It works for
 VK> us.


 >> Renaming getters/setters on field renaming doesn`t rename usages of
get/set
 >> methods correctly.
 >> It just renames getters and setters to field`s name.


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to