International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 146 - Number 1 |
Year of Publication: 2016 |
Authors: Geeta Bagade(Mete), Shashank Joshi |
10.5120/ijca2016910596 |
Geeta Bagade(Mete), Shashank Joshi . Exploring AspectJ Refactorings. International Journal of Computer Applications. 146, 1 ( Jul 2016), 1-4. DOI=10.5120/ijca2016910596
Refactoring is nothing but a change that you make to the software. It is a series of steps that are carried out on the piece of software. After the refactoring is applied on the code it is important to note down the changes that have been done to the software. Care should be taken such that the behvaiour of the software does not change even if the refactoring is applied but its execution time, performance increases. This paper is in continuation with the other refactorings that have been already presented. Here we present three more refactorings that have been identified. The refactorings are applied on the projects and the results are compared before the refactoring is applied and after the refactoring is applied.