Alternative for PsiUtil.renameClass and moveClass which are gone in 929? Permanently deleted user Created September 17, 2003 17:46 Should I 1) implement it myself, 2) use the processor (Dmitry are they ready?) or 3) use a replacement I did not find?Jacques
As for PsiUtil.renameClass() just use PsiClass.setName() instead. As for
PsiUtil.moveClass I don't remember there was such a method, was it?
--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Jacques Morel" <jacmorel@yahoo.com> wrote in message
news:29197087.1063817168114.JavaMail.itn@is.intellij.net...
>
My bad. I am using updatePackageStatement after moving the file which is still available
Thanks
Jacques