Exportar Publicação

A publicação pode ser exportada nos seguintes formatos: referência da APA (American Psychological Association), referência do IEEE (Institute of Electrical and Electronics Engineers), BibTeX e RIS.

Exportar Referência (APA)
Reis, J., Brito e Abreu, F. & Figueiredo Carneiro, G. (2022). Crowdsmelling: A preliminary study on using collective knowledge in code smells detection. Empirical Software Engineering. 27 (3)
Exportar Referência (IEEE)
J. V. Reis et al.,  "Crowdsmelling: A preliminary study on using collective knowledge in code smells detection", in Empirical Software Engineering, vol. 27, no. 3, 2022
Exportar BibTeX
@article{reis2022_1714757664461,
	author = "Reis, J. and Brito e Abreu, F. and Figueiredo Carneiro, G.",
	title = "Crowdsmelling: A preliminary study on using collective knowledge in code smells detection",
	journal = "Empirical Software Engineering",
	year = "2022",
	volume = "27",
	number = "3",
	doi = "10.1007/s10664-021-10110-5",
	url = "https://www.springer.com/journal/10664"
}
Exportar RIS
TY  - JOUR
TI  - Crowdsmelling: A preliminary study on using collective knowledge in code smells detection
T2  - Empirical Software Engineering
VL  - 27
IS  - 3
AU  - Reis, J.
AU  - Brito e Abreu, F.
AU  - Figueiredo Carneiro, G.
PY  - 2022
SN  - 1382-3256
DO  - 10.1007/s10664-021-10110-5
UR  - https://www.springer.com/journal/10664
AB  - Code smells are seen as a major source of technical debt and, as such, should be detected and removed. However, researchers argue that the subjectiveness of the code smells detection process is a major hindrance to mitigating the problem of smells-infected code.
This paper presents the results of a validation experiment for the Crowdsmelling approach proposed earlier. The latter is based on supervised machine learning techniques, where the wisdom of the crowd (of software developers) is used to collectively calibrate code smells detection algorithms, thereby lessening the subjectivity issue.
In the context of three consecutive years of a Software Engineering course, a total ``crowd'' of around a hundred teams, with an average of three members each, classified the presence of 3 code smells (Long Method, God Class, and Feature Envy) in Java source code. These classifications were the basis of the oracles used for training six machine learning algorithms. Over one hundred models were generated and evaluated to determine which machine learning algorithms had the best performance in detecting each of the aforementioned code smells. 
Good performances were obtained for God Class detection (ROC=0.896 for Naive Bayes) and Long Method detection (ROC=0.870 for AdaBoostM1), but much lower for Feature Envy (ROC=0.570 for Random Forrest).
The results suggest that Crowdsmelling is a feasible approach for the detection of code smells. Further validation experiments based on dynamic learning are required to comprehensive coverage of code smells to increase external validity.
ER  -