Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

61 lines (33 loc) · 1.51 KB

Towards a Catalog of Composite Refactorings

Dataset & Scripts

Manuscript

Aline Brito, Andre Hora, Marco Tulio Valente. Towards a Catalog of Composite Refactorings. Journal of Software: Evolution and Process, vol. 1, pages 1-43, 2023.

@article{jsep:2023:CatalogCompositeRefactorings, 
  author = {Aline Brito and Andre Hora and Marco Tulio Valente}, 
  title = {Towards a Catalog of Composite Refactorings}, 
  journal = {Journal of Software: Evolution and Process}, 
  volume = {1}, 
  pages = {1--43},  
  year = {2023}
}

Catalog

Class Decomposition

Method Decomposition

Method Composition

Inline Method

Pull Up Method

Push Down Method

Composite Pull Up Field

Composite Push Down Field