Výsledky vyhledávání - Python code smell detection~

  1. 1

    Python code smells detection using conventional machine learning models Autor Sandouka, Rana, Aljamaan, Hamoud

    ISSN: 2376-5992, 2376-5992
    Vydáno: United States PeerJ. Ltd 29.05.2023
    Vydáno v PeerJ. Computer science (29.05.2023)
    “… Furthermore, we investigated the detection performance of six machine learning models as baselines in Python code smells detection…”
    Získat plný text
    Journal Article
  2. 2

    An Empirical Evaluation of Ensemble Models for Python Code Smell Detection Autor Rao, Rajwant Singh, Dewangan, Seema, Mishra, Alok

    ISSN: 2076-3417, 2076-3417
    Vydáno: Basel MDPI AG 01.07.2025
    Vydáno v Applied sciences (01.07.2025)
    “… Detecting code smells is, therefore, essential during software development. This study introduces a Python-based code smell dataset targeting two smell types…”
    Získat plný text
    Journal Article
  3. 3

    Python Code Smell Detection Using Machine Learning Autor Vatanapakorn, Natthida, Soomlek, Chitsutha, Seresangtakul, Pusadee

    Vydáno: IEEE 21.12.2022
    “… This paper proposes a machine learning-based code smell detection for Python programs. We trained eight machine learning models with a dataset based on 115 open-source…”
    Získat plný text
    Konferenční příspěvek
  4. 4

    DPy: Code Smells Detection Tool for Python Autor Boloori, Aryan, Sharma, Tushar

    ISSN: 2574-3864
    Vydáno: IEEE 28.04.2025
    “… This paper presents DPy, a code smell detection tool for Python. The tool currently supports eight design smells, eleven implementation smells, and various code quality metrics for Python code…”
    Získat plný text
    Konferenční příspěvek
  5. 5

    Enhancing Code Smell Detection Performance in Python Programming Language : A Comparative Study Autor Yulia Retnani, Windi Eka, Siahaan, Daniel, Bukhori, Saiful, Dharmawan, Tio, Bayu, Johar

    Vydáno: IEEE 22.11.2024
    “… code smell detection in the Python programming language. Overall, the Decision Tree Pruning model hybrid with Adaboost and SMOTEEN produces the highest accuracy of 98.69% and MCC of 97.40…”
    Získat plný text
    Konferenční příspěvek
  6. 6

    Detecting Code Smells in Python Programs Autor Zhifei Chen, Lin Chen, Wanwangying Ma, Baowen Xu

    Vydáno: IEEE 01.11.2016
    “… We introduce 11 Python smells and describe the detection strategy. We also implement a smell detection tool named Pysmell and use it to identify code smells in five real world Python systems…”
    Získat plný text
    Konferenční příspěvek
  7. 7

    Dynamic stacking ensemble for cross-language code smell detection Autor Aljamaan, Hamoud

    ISSN: 2376-5992, 2376-5992
    Vydáno: United States PeerJ. Ltd 15.08.2024
    Vydáno v PeerJ. Computer science (15.08.2024)
    “… Code smells detection using machine learning models has become a popular area to build effective models that are capable of detecting different code smells in multiple programming languages…”
    Získat plný text
    Journal Article
  8. 8

    Optimizing Pre-trained Code Embeddings with Triplet Loss for Code Smell Detection Autor Nizam, Ali, Islamoglu, Ertugrul, Adali, Omer Kerem, Aydin, Musa

    ISSN: 2169-3536, 2169-3536
    Vydáno: Piscataway IEEE 01.01.2025
    Vydáno v IEEE access (01.01.2025)
    “…Code embedding represents code semantics in vector form. While existing code embedding methods have been successfully employed for various source code analysis…”
    Získat plný text
    Journal Article
  9. 9

    Understanding metric-based detectable smells in Python software: A comparative study Autor Chen, Zhifei, Chen, Lin, Ma, Wanwangying, Zhou, Xiaoyu, Zhou, Yuming, Xu, Baowen

    ISSN: 0950-5849, 1873-6025
    Vydáno: Elsevier B.V 01.02.2018
    Vydáno v Information and software technology (01.02.2018)
    “… Although code smells are studied in many languages, e.g. Java and C#, there is a lack of technique or tool support addressing code smells in Python…”
    Získat plný text
    Journal Article
  10. 10

    xNose: A Test Smell Detector for C# Autor Paul, Partha P., Akanda, Md Tonoy, Ullah, M. Raihan, Mondal, Dipto, Chowdhury, Nazia S., Tawsif, Fazle M.

    ISSN: 2574-1934
    Vydáno: ACM 14.04.2024
    “… Despite extensive research on test smells in languages like Java, Scala, and Python, automated tools for detecting test smells in C# are lacking…”
    Získat plný text
    Konferenční příspěvek
  11. 11

    Cross-Language Code Smell Detection via Transfer Learning Autor Sandouka, Rana, Aljamaan, Hamoud

    ISSN: 2076-3417, 2076-3417
    Vydáno: Basel MDPI AG 01.09.2025
    Vydáno v Applied sciences (01.09.2025)
    “… Most studies have focused on detecting code smells of a single programming language. This article explores TL for cross-language code smell detection, where Java is the source, and both C#…”
    Získat plný text
    Journal Article
  12. 12

    PyExamine: A Comprehensive, Un-Opinionated Smell Detection Tool for Python Autor Shivashankar, Karthik, Martini, Antonio

    ISSN: 2574-3864
    Vydáno: IEEE 28.04.2025
    “… PyExamine addresses these critical limitations through an approach to code smell detection that operates across multiple levels of analysis…”
    Získat plný text
    Konferenční příspěvek
  13. 13

    A Trend Analysis of Test Smells in Python Test Code Over Commit History Autor Fushihara, Yuki, Aman, Hirohisa, Amasaki, Sousuke, Yokogawa, Tomoyuki, Kawahara, Minoru

    ISSN: 2376-9521
    Vydáno: IEEE 06.09.2023
    “… This paper focuses on "test smells," which may cause test code flaws in Python programs, and analyzes their changing trends over commit history (code changes…”
    Získat plný text
    Konferenční příspěvek
  14. 14

    PyNose: A Test Smell Detector For Python Autor Wang, Tongjie, Golubev, Yaroslav, Smirnov, Oleg, Li, Jiawei, Bryksin, Timofey, Ahmed, Iftekhar

    ISSN: 2643-1572
    Vydáno: IEEE 01.11.2021
    “… In this paper, we strive to extend the research to Python, build a tool for detecting test smells in this language, and conduct an empirical analysis of test smells in Python…”
    Získat plný text
    Konferenční příspěvek
  15. 15

    Investigating transfer learning for code smell detection on homogeneous data Autor Gupta, Ruchin, Singh, Sandeep Kumar

    ISSN: 1614-5046, 1614-5054
    Vydáno: London Springer London 01.06.2026
    “…Despite numerous approaches for code smell detection, the current cutting-edge techniques, such as transfer learning (TL…”
    Získat plný text
    Journal Article
  16. 16

    Exploring the Efficacy of GPT-3.5 in Code Smell Detection Autor Liu, Yang

    ISBN: 9798383593691
    Vydáno: ProQuest Dissertations & Theses 01.01.2024
    “… The emergence of Large Language Models (LLMs) provides a new opportunity to identify code smells through natural language processing, which may be advantageous for detecting complex code smells…”
    Získat plný text
    Dissertation
  17. 17

    PyExamine A Comprehensive, UnOpinionated Smell Detection Tool for Python Autor Shivashankar, Karthik, Martini, Antonio

    ISSN: 2331-8422
    Vydáno: Ithaca Cornell University Library, arXiv.org 30.01.2025
    Vydáno v arXiv.org (30.01.2025)
    “… PyExamine addresses these critical limitations through an approach to code smell detection that operates across multiple levels of analysis…”
    Získat plný text
    Paper
  18. 18

    Does Python Smell Like Java? Tool Support for Design Defect Discovery in Python Autor Vavrová, Nicole, Zaytsev, Vadim

    ISSN: 2331-8422
    Vydáno: Ithaca Cornell University Library, arXiv.org 31.03.2017
    Vydáno v arXiv.org (31.03.2017)
    “… Our inquiry is about detecting those in source code written in Python programming language, which is substantially different from all prior research, most of which concerns Java or C-like languages…”
    Získat plný text
    Paper
  19. 19

    xNose: A Test Smell Detector for C# Autor Paul, Partha P, Akanda, Md Tonoy, Ullah, M Raihan, Mondal, Dipto, Chowdhury, Nazia S, Tawsif, Fazle M

    ISSN: 2331-8422
    Vydáno: Ithaca Cornell University Library, arXiv.org 07.05.2024
    Vydáno v arXiv.org (07.05.2024)
    “… Despite extensive research on test smells in languages like Java, Scala, and Python, automated tools for detecting test smells in C# are lacking…”
    Získat plný text
    Paper
  20. 20

    Detecting Code Smells with AI: a Prototype Study Autor Virmajoki, Joonas, Knutas, Antti, Kasurinen, Jussi

    ISSN: 2623-8764
    Vydáno: Croatian Society MIPRO 23.05.2022
    “… In this paper, we study the adaptability of AI in a simple software engineering-related problem, a code smell analysis…”
    Získat plný text
    Konferenční příspěvek