Essays about: "static code analysis"

Showing result 16 - 20 of 111 essays containing the words static code analysis.

  1. 16. Design and Implementation of the Language Server Protocol for the Nickel Language

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

    Author : Yannik Sander; [2022]
    Keywords : Language Server Protocol; Coda Analysis; IDE;

    Abstract : The expansive Language Integration, i.e. code completion, debugging as well as static code analysis, refactoring and more, has typically been the hallmark of Integrated Development Environments (IDE). Typical IDEs however focus on a selection of established languages to integrate which stifles the adoption of new languages. READ MORE

  2. 17. The performance of Webflow: a comparative study

    University essay from

    Author : Robin Granqvist; [2022]
    Keywords : Web performance; Website builder; No-code; Webflow; Google Lighthouse;

    Abstract : The amount of active websites on the internet is claimed to have increased by almost half a billion in the last decade. With that, the amount of tools available to help develop them has increased as well. One type of these tools is called website builders. READ MORE

  3. 18. How software prefetching affects transactional memory applications with high commit ratio

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Max Gabrielsson; [2022]
    Keywords : ;

    Abstract : Transactional Memory is a concurrency control model that allows programmers to write code that access shared data consistently by marking sequential multi-operation regions as atomic transactions. While transactions make programming easier, the lack of progress guarantees as well as the cost of re-executing a conflicting transaction leaves room for improvement. READ MORE

  4. 19. Non-deterministic tests and where to find them : Empirically investigating the relationship between flaky tests and test smells by examining test order dependency

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

    Author : Sokrates Lamprou; [2022]
    Keywords : flaky tests; continuous integration; regression tests; test order dependency;

    Abstract : Flaky tests are non-deterministic tests that both pass and fail when no new code changes have been introduced to the code under test. This is a widespread problem for the Continuous Integration community where the underlying idea is that code is only integrated if all test cases pass. READ MORE

  5. 20. Contributions to the usability of Sorald for repairing static analysis violations

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

    Author : Henry Luong Phu; [2021]
    Keywords : Software quality; static analysis; rule violation; automated repair; Kvalitetssäkring; statiskt analys; regelbrott; automatisk reparation;

    Abstract : Automated static analysis tools are important in modern software quality assurance. These tools scan the input source or binary code for a set of rules to detect functional or maintainability problems and then warn developers about the found rule violations. READ MORE