My MCS degree work
This repository contains the core contents of my MCS degree. The work is part of 2 research projects and the source code is available as submodules in this repository.
- The first work is of extract method candidate identification and the submodule is called
extract-method-identification
. - The second work is of extract method code generation and the code will be updated soon.
- The LaTeX code for my thesis is present under
/src_thesis
- Thesis: https://hdl.handle.net/10222/84790
- Palit, I., Shetty, G., Arif, H., & Sharma, T. (2023, October). Automatic refactoring candidate identification leveraging effective code representation. In 2023 IEEE International Conference on Software Maintenance and Evolution (ICSME) (pp. 369-374). IEEE.
To clone this repository including all submodules:
git clone --recurse-submodules <repository_url>