Sciweavers

ACSC
2006
IEEE

Identifying refactoring opportunities by identifying dependency cycles

13 years 10 months ago
Identifying refactoring opportunities by identifying dependency cycles
The purpose of refactoring is to improve the quality of a software system by changing its internal design so that it is easier to understand or modify, or less prone to errors and so on. One challenge in performing a refactoring is quickly determining where to apply it. We present a tool (Jepends) that analyses the source code of a system in order to identify classes as possible refactoring candidates. Our tool identifies dependency cycles among classes because long cycles are detrimental to understanding, testing and reuse. We demonstrate our tool on a widelydownloaded, open-source, medium-sized Java program and show how cycles can be eliminated through a simple refactoring.
Hayden Melton, Ewan D. Tempero
Added 10 Jun 2010
Updated 10 Jun 2010
Type Conference
Year 2006
Where ACSC
Authors Hayden Melton, Ewan D. Tempero
Comments (0)