DECOR: A Method for the Specification and Detection of Code and Design Smells. Moha, N., Guéhéneuc, Y., Duchien, L., & Le Meur, A. Transactions on Software Engineering (TSE), 36(1):20–36, IEEE CS Press, January–February, 2010. 16 pages.
DECOR: A Method for the Specification and Detection of Code and Design Smells [pdf]Paper  abstract   bibtex   
Code and design smells are poor solutions to recurring implementation and design problems. They may hinder the evolution of a system by making it hard for software engineers to carry out changes. We propose three contributions to the research field related to code and design smells: (1) DECOR, a method that embodies and defines all the steps necessary for the specification and detection of code and design smells; (2) \DEX a detection technique that instantiates this method; and (3) an empirical validation in terms of precision and recall of \DEX. The originality of \DEX stems from the ability for software engineers to specify smells at a high-level of abstraction using a consistent vocabulary and domain-specific language for automatically generating detection algorithms. Using \DEX, we specify four well-known design smells: the antipatterns Blob, Functional Decomposition, Spaghetti Code, and Swiss Army Knife, and their 15 underlying code smells, and we automatically generate their detection algorithms. We apply and validate the detection algorithms in terms of precision and recall on ∏uctXerces v2.7.0, and discuss the precision of these algorithms on 11 open-source systems.

Downloads: 0