Essays about: "Java framework"

Showing result 1 - 5 of 108 essays containing the words Java framework.

  1. 1. On The Impact Of Distinct Metrics For Fault Localization In Automated Program Repair

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

    Author : Marek Marcin Mazur; [2023]
    Keywords : automated program repair; fault localization; metrics for fault localization;

    Abstract : Automatic Program Repair (APR) is a dynamically growing field of computer science that aims to reduce the time and cost of debugging code and improve its efficiency. Fault localization (FL) is a critical component of the APR workflow and has a real impact on the success of an APR procedure. READ MORE

  2. 2. Model-Level Timing Analysis for UML-RT Capsules

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Niclas Ståhlbom; [2023]
    Keywords : computer science; software engineering; algorithm; real-time; real-time systems; UML-RT; capsule diagram; WCET; analysis; WCET analysis;

    Abstract : Real-time systems surround every facet of our lives. They can be found in anything from everyday objects like mobile phones and washing machines to objects critical to life and infrastructure including heart rate monitors and nuclear power plants. As time progresses these systems are becoming ever more complex. READ MORE

  3. 3. One Compiler to Rule Them All : Extending the Storm Programming Language Platform with a Java Frontend

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Simon Ahrenstedt; Daniel Huber; [2023]
    Keywords : storm; language technology; context free grammar; regular language; context free language; compiler; action research; EBNF; BNF; intermediate code generation; parser; basic storm; java compiler frontend; syntax language; syntax transformation;

    Abstract : The thesis aims to develop a method for extending the language platform Storm with a Java frontend.The project was conducted using an Action Research methodology and highlights triumphs andchallenges. READ MORE

  4. 4. An Empirical Study on Using Codex for Automated Program Repair

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

    Author : Pengyu Zhao; [2023]
    Keywords : Automated Program Repair; Codex; Large Language Models; Defects4J; Patch Generation; Prompt Engineering; Automatiserad Programreparation; Codex; Storskaliga Språkmodeller; Defects4J; Patchgenerering; Promptteknik;

    Abstract : This thesis explores the potential of Codex, a pre-trained Large Language Model (LLM), for Automated Program Repair (APR) by assessing its performance on the Defects4J benchmark that includes real-world Java bugs. The study aims to provide a comprehensive understanding of Codex’s capabilities and limitations in generating syntactically and semantically equivalent patches for defects, as well as evaluating its ability to handle defects with different levels of importance and complexity. READ MORE

  5. 5. Comparing Spring REST API test frameworks : A Comparison Study

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

    Author : Sebastian Åkerblom; Leopold Huber; [2023]
    Keywords : test framework; Java; JUnit; Spock; TestNG; Spring; Spring Boot; testing; framework;

    Abstract : This bachelor thesis presents a comparison of three Java testing frameworks - JUnit 5,TestNG and Spock - with the purpose of evaluating their suitability in testing RESTAPIs built with Spring Boot. As the demand for reliable and high-quality softwaresystems continues to grow, automated testing techniques are crucial in ensuring thecorrect functionality of applications. READ MORE