On the following code:

  private String var;
  
  public String getVar()
  {
    return var;
  }

a refactor of rename on var to var2 saying yes to change the method does the
following:

  private String var2;

  public String getVar2()
  {
    return getVar2;
  }

getVar2 should be var2. Using #605.


  []'s,

  Rodrigo.


> -----Original Message-----
> From: Rodrigo Gevaerd 
> Sent: quarta-feira, 20 de fevereiro de 2002 12:00
> To: '[EMAIL PROTECTED]'
> Subject: RE: Class field rename refactor
> 
> 
>   Now I see that if you do a normal rename in the field it 
> asks for the access methods (i didn't see this before because 
> I was starting the renaming by the methods), it only leaves 
> the constructor parameter unchanged. So I would say this is a 
> cosmetic feature it could also have.
> 
>   []'s,
> 
>   Rodrigo.
> 
> > -----Original Message-----
> > From: Rodrigo Gevaerd 
> > Sent: quarta-feira, 20 de fevereiro de 2002 11:56
> > To: '[EMAIL PROTECTED]'
> > Subject: Class field rename refactor
> > 
> > 
> > 
> >   Isn't there any rename refactor for a Class field that also 
> > renames its get, set methods and the constructor parameter? I 
> > think it would be useful.
> > 
> >   []'s,
> > 
> >   Rodrigo.
> > 
> 

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

Reply via email to