Code clones increase maintenance effort, impacting software evolution significantly.
The article examines how code clones in software affect the effort needed for maintenance. By comparing methods with clones to those without, the researchers found that having a clone can increase the maintenance effort of changing a method. This increase in effort is greater when a larger portion of the system is affected by the changes. Some methods also showed a significant increase in maintenance effort when a clone was present. However, the characteristics analyzed did not show a consistent relationship between cloning and increased maintenance effort.