Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- short-paperDecember 2020
Analyzing the Impact of Refactoring on Bad Smells
SBES '20: Proceedings of the XXXIV Brazilian Symposium on Software EngineeringPages 97–101https://doi.org/10.1145/3422392.3422408Refactoring aims to remove bad smells and increase software maintainability by improving the software structure without changing its behavior. However, some studies show that refactoring tools may introduce new bad smells into the source code, but to the ...
- research-articleSeptember 2018
Are you still smelling it?: A comparative study between Java and Kotlin language
- Matheus Flauzino,
- Júlio Veríssimo,
- Ricardo Terra,
- Elder Cirilo,
- Vinicius H. S. Durelli,
- Rafael S. Durelli
SBCARS '18: Proceedings of the VII Brazilian Symposium on Software Components, Architectures, and ReusePages 23–32https://doi.org/10.1145/3267183.3267186Java is one of the most widely used programming languages. However, Java is a verbose language, thus one of the main drawbacks of the language is that even simple tasks often entail writing a significant amount of code. In some cases, writing too much ...
- research-articleJanuary 2018
Code Clones: Detection and Management
Procedia Computer Science (PROCS), Volume 132, Issue CPages 718–727https://doi.org/10.1016/j.procs.2018.05.080AbstractIn a software system, similar or identical fragments of code are known as code clones. Instead of implementing a new code from scratch, most of the developers prefer copy–paste programming in which they use existing code fragments. So, the primary ...
- research-articleAugust 2015
Prioritization of Classes for Refactoring: A Step towards Improvement in Software Quality
WCI '15: Proceedings of the Third International Symposium on Women in Computing and InformaticsPages 228–234https://doi.org/10.1145/2791405.2791463Bad Smells are certain structures in the software which violates the design principles and ruin the software quality. In order to deals with the bad smells, often refactoring treatment is provided in the code which further improves the software quality. ...