Skip to main content

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



Please open a bug report against JDT/UI and prefix the summary field with
[1.5]

Dirk


                                                                           
             Aaron Davies                                                  
             <aaron.davies@gma                                             
             il.com>                                                    To 
             Sent by:                  jdt-core-dev@xxxxxxxxxxx            
             jdt-core-dev-admi                                          cc 
             n@xxxxxxxxxxx                                                 
                                                                   Subject 
                                       [jdt-core-dev] Can't                
             30.06.2004 22:34          refactor-rename foreach variables   
                                                                           
                                                                           
             Please respond to                                             
             jdt-core-dev@ecli                                             
                  pse.org                                                  
                                                                           
                                                                           




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.
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top