International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 146 - Issue 1 |
Published: Jul 2016 |
Authors: Geeta Bagade(Mete), Shashank Joshi |
![]() |
Geeta Bagade(Mete), Shashank Joshi . Exploring AspectJ Refactorings. International Journal of Computer Applications. 146, 1 (Jul 2016), 1-4. DOI=10.5120/ijca2016910596
@article{ 10.5120/ijca2016910596, author = { Geeta Bagade(Mete),Shashank Joshi }, title = { Exploring AspectJ Refactorings }, journal = { International Journal of Computer Applications }, year = { 2016 }, volume = { 146 }, number = { 1 }, pages = { 1-4 }, doi = { 10.5120/ijca2016910596 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2016 %A Geeta Bagade(Mete) %A Shashank Joshi %T Exploring AspectJ Refactorings%T %J International Journal of Computer Applications %V 146 %N 1 %P 1-4 %R 10.5120/ijca2016910596 %I Foundation of Computer Science (FCS), NY, USA
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.