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




This one should be entered as a defect against JDT/UI. Refactoring is
sitting at the end of the food chain with respect to Java tools, so it is
not the first functionality to enable on the 1.5 front, though I would
agree that it is a very important feature to re-enable on 1.5 code.



                                                                           
             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                
             06/30/2004 10:34          refactor-rename foreach variables   
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
               jdt-core-dev                                                
                                                                           
                                                                           




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