SENov 29, 2020

Resolving code smells in software product line using refactoring and reverse engineering

arXiv:2011.14283v1
AI Analysis

This work addresses the problem of reducing code smells in Software Product Lines for software developers, particularly when constructing SPLs from existing codebases.

This paper proposes an approach to construct Software Product Lines (SPL) from existing source code. The goal is to mitigate code smells within the resulting SPL through refactoring, and it also incorporates reverse engineering to derive the SPL's design.

Software Product Lines SPL are recognized as a successful approach to reuse in software development.Its purpose is to reduce production costs. This approach allows products to be different with respect of particular characteristics and constraints in order to cover different markets. Software Product Line engineering is the production process in product lines.It exploits the commonalities between software products, but also to preserve the ability to vary the functionality between these products.Sometimes, an inappropriate implementation of SPL during this process can conduct to code smells or code anomalies. Code smells are considered as problems in source code which can have an impact on the quality of the derived products of an SPL. The same problem can be present in many derived products from an SPL due to reuse. A possible solution to this problem can be the refactoring which can improve the internal structure of source code without altering external behavior.This paper proposes an approach for building SPL from source code.Its purpose is to reduce code smells in the obtained SPL using refactoring source code.Another part of the approach consists on obtained SPL's design based on reverse engineering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes