From a domain analysis to the specification and detection of code and design smells

  • Authors:
  • Naouel Moha;Yann-Gaël Guéhéneuc;Anne-Françoise Le Meur;Laurence Duchien;Alban Tiberghien

  • Affiliations:
  • Univ. de Montréal, Ptidej Team, GEODES, DIRO, Montreal, QC, Canada and Univ. des Sci. et Tech. de Lille, Adam Team, INRIA Lille Nord Europe, France and INRIA Rennes-Bretagne Atlantique, IRI ...;École Polytechnique de Montréal, Ptidej Team, DGIGL, Montreal, QC, Canada;Université des Sciences et Technologies de Lille, Adam Team, INRIA Lille Nord Europe, LIFL CNRS UMR 8022, Villeneuve-d′ Ascq cedex, France;Université des Sciences et Technologies de Lille, Adam Team, INRIA Lille Nord Europe, LIFL CNRS UMR 8022, Villeneuve-d′ Ascq cedex, France;Université des Sciences et Technologies de Lille, Adam Team, INRIA Lille Nord Europe, LIFL CNRS UMR 8022, Villeneuve-d′ Ascq cedex, France

  • Venue:
  • Formal Aspects of Computing
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Code and design smells are recurring design problems in software systems that must be identified to avoid their possible negative consequences on development and maintenance. Consequently, several smell detection approaches and tools have been proposed in the literature. However, so far, they allow the detection of predefined smells but the detection of new smells or smells adapted to the context of the analysed systems is possible only by implementing new detection algorithms manually. Moreover, previous approaches do not explain the transition from specifications of smells to their detection. Finally, the validation of the existing approaches and tools has been limited on few proprietary systems and on a reduced number of smells. In this paper, we introduce an approach to automate the generation of detection algorithms from specifications written using a domain-specific language. This language is defined from a thorough domain analysis. It allows the specification of smells using high-level domain-related abstractions. It allows the adaptation of the specifications of smells to the context of the analysed systems. We specify 10 smells, generate automatically their detection algorithms using templates, and validate the algorithms in terms of precision and recall on Xerces v2.7.0 and GanttProject v1.10.2, two open-source object-oriented systems. We also compare the detection results with those of a previous approach, iPlasma.