paper-with-me

홈 › Papers

A systematic literature review on the code smells datasets and validation mechanisms

2023-06-02 · Morteza Zakeri-Nasrabadi, Saeed Parsa, Ehsan Esmaili, Fabio Palomba

The accuracy reported for code smell-detecting tools varies depending on the dataset used to evaluate the tools. Our survey of 45 existing datasets reveals that the adequacy of a dataset for detecting smells highly depends on relevant properties such as the size, severity level, project types, number of each type of smell, number of smells, and the ratio of smelly to non-smelly samples in the dataset. Most existing datasets support God Class, Long Method, and Feature Envy while six smells in Fowler and Beck's catalog are not supported by any datasets. We conclude that existing datasets suffer from imbalanced samples, lack of supporting severity level, and restriction to Java language.

📄 PDF Abstract BibTeX arXiv:2306.01377

Code (0)

등록된 구현이 없습니다.

Tasks

Systematic Literature Review

Similar Papers 제목 키워드 기반

Automatic Identification of Machine Learning-Specific Code Smells

2025-08-04 · Peter Hamfelt, Ricardo Britto, Lincoln Rocha, Camilo Almendra arxiv

Machine learning (ML) has rapidly grown in popularity, becoming vital to many industries. Currently, the research on code smells in ML applications lacks tools and studies that address the identification and validity of …

Specification and Detection of LLM Code Smells

2025-12-19 · Brahim Mahmoudi, Zacharie Chenail-Larcher, Naouel Moha, Quentin Stiévenart 외 arxiv

Large Language Models (LLMs) have gained massive popularity in recent years and are increasingly integrated into software systems for diverse purposes. However, poorly integrating them in source code may undermine softwa…

Design Smell Analysis for Developing and Established Open Source Java Software

2019-10-11 · Asif Imran, Tevfik Kosar

Software design smells are design attributes which violate the fundamental design principles. Design smells are a key cause of design debt. Although the activities of design smell identification and measurement are predo…

Code Smells for Machine Learning Applications

2022-03-25 · Haiyin Zhang, Luís Cruz, Arie van Deursen

The popularity of machine learning has wildly expanded in recent years. Machine learning techniques have been heatedly studied in academia and applied in the industry to create business value. However, there is a lack of…

BIG-bench Machine Learning

DACOS-A Manually Annotated Dataset of Code Smells

2023-03-15 · Himesh Nandani, Mootez Saad, Tushar Sharma

Researchers apply machine-learning techniques for code smell detection to counter the subjectivity of many code smells. Such approaches need a large, manually annotated dataset for training and benchmarking. Existing lit…

Benchmarking