SESep 3, 2020

Detecting Bad Smells in Use Case Descriptions

arXiv:2009.01542v118 citations
Originality Incremental advance
AI Analysis

This addresses the issue of ambiguous and incomplete requirements in system development, which can lead to errors, but it is incremental as it builds on existing quality analysis methods.

The paper tackles the problem of poor use case descriptions in software engineering by proposing an automated technique to detect bad smells, achieving a precision of 0.591 and recall of 0.981 in an initial experiment.

Use case modeling is very popular to represent the functionality of the system to be developed, and it consists of two parts: use case diagram and use case description. Use case descriptions are written in structured natural language (NL), and the usage of NL can lead to poor descriptions such as ambiguous, inconsistent and/or incomplete descriptions, etc. Poor descriptions lead to missing requirements and eliciting incorrect requirements as well as less comprehensiveness of produced use case models. This paper proposes a technique to automate detecting bad smells of use case descriptions, symptoms of poor descriptions. At first, to clarify bad smells, we analyzed existing use case models to discover poor use case descriptions concretely and developed the list of bad smells, i.e., a catalogue of bad smells. Some of the bad smells can be refined into measures using the Goal-Question-Metric paradigm to automate their detection. The main contribution of this paper is the automated detection of bad smells. We have implemented an automated smell detector for 22 bad smells at first and assessed its usefulness by an experiment. As a result, the first version of our tool got a precision ratio of 0.591 and recall ratio of 0.981.

Foundations

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

Your Notes