git://git.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git]
/
net.sourceforge.phpeclipse
/
src
/
net
/
sourceforge
/
phpdt
/
ltk
/
ui
/
wizards
/
RenameLocalVariablePage.java
diff --git
a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariablePage.java
b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariablePage.java
index
ce7987b
..
b3d4607
100644
(file)
--- a/
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariablePage.java
+++ b/
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenameLocalVariablePage.java
@@
-189,7
+189,7
@@
public class RenameLocalVariablePage extends UserInputWizardPage {
private void validate() {
String txt = txtNewName.getText();
- Scanner s;
+ //Scanner s;
setPageComplete(isVariable(txt) && !txt.equals(info.getOldName()));
}