Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Can't refactor-rename foreach variables

Cheetah 0.6 under Eclipse R3.0 can't perform the rename refactoring
for foreach variables. Trying to rename the variable "s" in a
statement like

for (String s : listStrings);

gives a dialog with the message "Operation unavailable on the current
selection", etc., just as it would if the selection were a keyword,
literal, whitespace, comment, etc.


Back to the top