Essays about: "java projects"

Showing result 16 - 20 of 48 essays containing the words java projects.

  1. 16. Ensemble approach to code smell identification : Evaluating ensemble machine learning techniques to identify code smells within a software system

    University essay from Jönköping University/JTH, Datateknik och informatik

    Author : Alfred Johansson; [2020]
    Keywords : Ensemble machine learning; code smell; technical debt; code smell identification; automated code smell identification;

    Abstract : The need for automated methods for identifying refactoring items is prelevent in many software projects today. Symptoms of refactoring needs is the concept of code smells within a software system. Recent studies have used single model machine learning to combat this issue. READ MORE

  2. 17. An empirical investigation on modern code review focus areas

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Zhiyu Jiang; Bowen Ma; [2020]
    Keywords : code complexity; modern code review; empirical study;

    Abstract : Background: In a sustaining, durable project, an effective code review process is key to ensuring the long-term quality of the code base. As the size of the software continues to increase, although the code inspections have many benefits, the time it takes, the manpower makes it not a good method in some larger projects. READ MORE

  3. 18. The Most Popular Programming Languages of GitHub's Trending Repositories

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Kristoffer Gunnarsson; Olivia Herber; [2020]
    Keywords : ;

    Abstract : GitHub is one of the most popular hosting sites for software development, version control and code collaboration, often being used in open source development. The website has a trending page showing the current most popular projects, where popularity mostly is determined by the amount of users that have starred a given repository. READ MORE

  4. 19. N-Grams as a Measure of Naturalness and Complexity

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Richard Randák; [2019]
    Keywords : language model; language processing; ngram; naturalness; java; code complexity; software quality; static analysis; code metrics;

    Abstract : We live in a time where software is used everywhere. It is used even for creating other software by helping developers with writing or generating new code. To do this properly, metrics to measure software quality are being used to evaluate the final code. However, they are sometimes too costly to compute, or simply don't have the expected effect. READ MORE

  5. 20. Studying Test Flakiness in Python Projects : Original Findings for Machine Learning

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Anders Sjöbom; [2019]
    Keywords : ;

    Abstract : Flaky tests can fail or pass without any changes to the code under test. They can destroy developers trust in a test suite and if ignored lead to bugs in released code. This thesis performs an empirical study of the most popular open source Python projects on GitHub. READ MORE