|
Software Engineering 2012
GA-driven Automatic Refactoring based on Design PatternsKeywords: Design Patterns, Discriminant Analysis, Genetic Algorithm, Refactoring, Syntax Analysis Abstract: Refactoring is a process of applying behavior-preserving transformations to improve the design, readability, structure, performance, abstraction, and maintainability of existing code. This paper presents an approach to GA-driven refactoring for Java programs to automatically judge the qualities of programs based on design patterns. If a program is judged to be bad, this GA-driven refactoring method will further recommend that the program should be transformed using an appropriate design pattern.
|