Essays about: "java projects"

Showing result 6 - 10 of 48 essays containing the words java projects.

  1. 6. Automatic Building Of Java Projects On GitHub: A Study On Reproducibility

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Tommy Yasi; Jingzhong Qin; [2022]
    Keywords : Software; Software engineering; Building tools; Build failures; Java;

    Abstract : Software build tools like Maven and Gradle help us automate projects’ build phase but still require developers to be involved. To allow software engineers to work with multiple projects with high productivity, they need to be able to build them efficiently. READ MORE

  2. 7. Fault detection power of unit and system testing in Java open source projects

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : ANDREEA SULUGIU; [2021-07-06]
    Keywords : Software testing; unit test; system test; test categorization; bugs; project; thesis; fault detection;

    Abstract : Testing is one of the most crucial steps in providing quality for software products. Two key and heavily used testing levels are unit and system testing, each level hav ing different benefits and drawbacks. For their testing process a software team needs to decide where the focus and effort should be put, often by creating a strategy for testing. READ MORE

  3. 8. Exploring the use of call stack depth limits to reduce regression testing costs

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Patrik Bogren; Isak Kristola; [2021]
    Keywords : Regression Testing; Test Case Selection; Code Coverage; Dynamic Program Analysis; Execution Matrix;

    Abstract : Regression testing is performed after existing source code has been modified to verify that no new faults have been introduced by the changes. Test case selection can be used to reduce the effort of regression testing by selecting a smaller subset of the test suite for later execution. READ MORE

  4. 9. Filtering False Positive Alarms in JavaDL and Language Experience Report

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Karl-Oskar Rikås; Frank Weslien; [2021]
    Keywords : static program analysis; alarm filtering; feature engineering; Technology and Engineering;

    Abstract : JavaDL is a domain-specific language (DSL) for writing static program analyses in a declarative logic programming style, based on Datalog. The key feature of this DSL is the ability to pattern-match on literal source code syntax and reason non-locally through declarative programming. READ MORE

  5. 10. Evaluating template-based automatic program repair in industry

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

    Author : Gunnar Applelid; [2021]
    Keywords : ;

    Abstract : Automatic Program Repair (APR) is a field that has gained much attention in recent years. The idea of automatically fixing bugs could save time and money for companies. Template Based Automatic Program Repair is an area within APR that uses fix templates for generating patches and a test suite for evaluating them. READ MORE