Recommendation of Move Method Refactoring Using Path-Based Representation of Code
Autor: | Zarina Kurbatova, Ivan Veselov, Yaroslav Golubev, Timofey Bryksin |
---|---|
Rok vydání: | 2020 |
Předmět: |
FOS: Computer and information sciences
Class (computer programming) Learning classifier system business.industry Computer science Code smell 020207 software engineering 02 engineering and technology Machine learning computer.software_genre Software quality Field (computer science) Software Engineering (cs.SE) Computer Science - Software Engineering Code refactoring 020204 information systems 0202 electrical engineering electronic engineering information engineering Code (cryptography) Artificial intelligence business Heuristics computer |
Zdroj: | ICSE (Workshops) |
DOI: | 10.1145/3387940.3392191 |
Popis: | Software refactoring plays an important role in increasing code quality. One of the most popular refactoring types is the Move Method refactoring. It is usually applied when a method depends more on members of other classes than on its own original class. Several approaches have been proposed to recommend Move Method refactoring automatically. Most of them are based on heuristics and have certain limitations (e.g., they depend on the selection of metrics and manually-defined thresholds). In this paper, we propose an approach to recommend Move Method refactoring based on a path-based representation of code called code2vec that is able to capture the syntactic structure and semantic information of a code fragment. We use this code representation to train a machine learning classifier suggesting to move methods to more appropriate classes. We evaluate the approach on two publicly available datasets: a manually compiled dataset of well-known open-source projects and a synthetic dataset with automatically injected code smell instances. The results show that our approach is capable of recommending accurate refactoring opportunities and outperforms JDeodorant and JMove, which are state of the art tools in this field. |
Databáze: | OpenAIRE |
Externí odkaz: |