Refactoringaction: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
authoraxelcl <axelcl>
Sun, 15 Jan 2006 22:12:59 +0000 (22:12 +0000)
committeraxelcl <axelcl>
Sun, 15 Jan 2006 22:12:59 +0000 (22:12 +0000)
commitc2c779c20fb1e29271cd5ccb66c8113211ca1f04
treea662632551af95c82108840ae1cf64460728bf76
parent74f5d4a1bdd12f02aac9ff9fe3bd549bcfb42ceb
Refactoringaction: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
This refactoring replaces any $-variable inside a function or method declaration
The action can detect the scope of a PHP function or class method.
NEW: this refactoring now replaces variables inside double quoted strings.

This refactoring doesn't look for global variables inside the function or method.
This refactoring doesn't look correctly for "self::" and "$this" tokens inside the function or method.
This refactoring doesn't look for a preceding PHPDoc comment and therefore cannot replace any local variables inside the PHPdoc comment.
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenameLocalVariableDelegate.java