Title | : | Identifying Refactoring Opportunities for Replacing Type Code with Subclass and State |
Speaker | : | Venkata Naga Jyothi V (IITM) |
Details | : | Tue, 17 Apr, 2018 2:00 PM @ A M Turing Hall |
Abstract: | : | Identification of potential refactoring opportunities is an important step in the refactoring process. In large systems, manual identification of useful refactoring opportunities requires a lot of effort and time. Hence, there is a need for automatic identification of refactoring opportunities. However, this problem has not been addressed well for many non-trivial refactorings. In this paper, we present new approaches to identify refactoring opportunities for the popular 'Replace Type Code with Subclass' (SC) and 'Replace Type Code with State' (ST) refactorings. Our proposed approach is based around the notion of control-fields. A control-field is a field of a class that exposes the different underlying behaviors of the class. Each control-field can lead to a possible SC/ST refactoring of the associated/interacting classes (involves creation of specialized subclasses). We first present a formal definition of control-fields and then present algorithms to identify and prune them; each of these pruned control-fields represents a refactoring opportunity. Further, we present a novel flow- and context-sensitive analysis to classify each of these refactoring opportunities into one of SC or ST opportunity. We have implemented our proposed approach in a tool called Auto-SCST, and demonstrated its effectiveness by evaluating it against eight open-source Java applications. |