Essays about: "Static code analysis"

Showing result 21 - 25 of 111 essays containing the words Static code analysis.

  1. 21. Clean Code in Practice : Developers´ perception of clean code

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

    Author : Kevin Ljung; [2021]
    Keywords : clean code; code quality; technical debt; refactoring;

    Abstract : Context. There is a need for developers to write clean code and code that adheres to a high-quality standard. We need developers not to introduce technical debt and code smells to the code. READ MORE

  2. 22. An Analysis of the Usage and Impact of Static Code Analysis Tools

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

    Author : Paul-Philip Mosulet; [2021]
    Keywords : ;

    Abstract : Traditionally, static code analysis tools alert developers on possible defects in the code. In recent years, the tools have improved and can generate suggestions to fix the defects found. READ MORE

  3. 23. 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

  4. 24. Security smells in open-source infrastructure as code scripts : A replication study

    University essay from Karlstads universitet/Handelshögskolan (from 2013)

    Author : Andreas Hortlund; [2021]
    Keywords : infrastructure as code; security; Ansible; Puppet; static code analysis; security smells;

    Abstract : With the rising number of servers used in productions, virtualization technology engineers needed a new a tool to help them manage the rising configuration workload. Infrastructure as code(IaC), a term that consists mainly of techniques and tools to define wanted configuration states of servers in machine readable code files, which aims at solving the high workload induced by the configuration of several servers. READ MORE

  5. 25. Automated checking of programming assignments using static analysis

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

    Author : Kenneth Sterner; [2021]
    Keywords : ;

    Abstract : Computer science and software engineering education usually contain programming courses that require writing code that is graded. These assignments are corrected through manual code review by teachers or course assistants. The large amount of assignments motivates us to find ways to automatically correct certain parts of the assignments. READ MORE