Essays about: "static code analysis"

Showing result 36 - 40 of 111 essays containing the words static code analysis.

  1. 36. Qualification of Tool for Static Code Analysis : Processes and Requirements for Approval of Static Code Analysis in the Aviation Industry

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

    Author : Christopher Gustafson; Sam Florin; [2020]
    Keywords : Static code analysis; Tool qualification; Aviation industry; Code standard; Parasoft C C Test; Statisk kodanalys; Verktygskvalificering; Flygindustrin; Kodstandard; Parasoft C C Test;

    Abstract : In the aviation industry, the use of software development tools is not as easily adopted as in other industries. Due to the catastrophic consequences of software errors in airborne systems, software development processes has rigorous requirements. One of these requirements is that a code standard must be followed. READ MORE

  2. 37. Security & Forensic Analysis of an Internet of Things Smart Home Ecosystem

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

    Author : Johannes Olegård; [2020]
    Keywords : ;

    Abstract : The Internet of Things (IoT) is an ongoing trend where a multitude of internet- connected devices become more common. Many of these devices have easily exploitable security vulnerabilities. This has led to large-scale cyberattacks such as the Mirai botnet Distributed Denial of Service (DDOS) attacks. READ MORE

  3. 38. Safe Configurable Multitenant SaaS

    University essay from Linköpings universitet/Programvara och system

    Author : Adam Leijonhufvud; Filip Håkansson; [2020]
    Keywords : multitenant; SaaS; compiling; code;

    Abstract : Cloud computing is a significant step forward in computer science. It enables customers to use applications on devices such as telephones, tablets, and computers over the internet. However, in the case of some applications, moving to the cloud can be challenging. Enterprise Resource Planning (ERP) is one example of such an application. READ MORE

  4. 39. The impact of reactive programming on code complexity and readability: A Case Study

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

    Author : Gustaf Holst; Alexander Gillberg; [2020]
    Keywords : Reactive programming; code quality; software readability; code complexity; Reaktiv programmering; kodkvalitet; läsbarhet; kodkomplexitet;

    Abstract : Reaktiv programmering är ett programmeringsparadigm som har utvecklats för att underlätta byggande av händelsedrivna reaktiva applikationer. Dess förespråkare hävdar att det kan leda till ökad kodkvalitet, men få studier har utförts för att underbygga dessa påståenden empiriskt. READ MORE

  5. 40. APPLYING MACHINE LEARNING ALGORITHMS TO DETECT LINES OF CODE CONTRIBUTING TO TECHNICAL DEBT

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

    Author : Filip Isakovski; Rafael Antonino Sauleo; [2019-11-12]
    Keywords : Technical Debt; Machine Learning; Static Code Analysis;

    Abstract : This paper shows the investigation of the viability of finding lines of code (LOC) contributing to technical debt (TD) using machine learning (ML), by trying to imitate the static code analysis tool SonarQube. This is approached by letting industry professionals choose the SonarQube rules, followed by training different classifiers with the help of CCFlex (a tool for training classifiers with lines of code), while using SonarQube as an oracle (a source of training sample data) which selects the faulty lines of code. READ MORE