April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Refactoring
nGrowing catalog of refactoring actions
nOrganize imports
nRename {field, method, class, package}
nMove {field, method, class}
nExtract {method, local variable, interface}
nInline {method, local variable}
nReorder method parameters
nPush members down
n…