Essays about: "static code analysis"

Showing result 31 - 35 of 111 essays containing the words static code analysis.

  1. 31. Signal Dependency Analysisand Status Propagation Tracking

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

    Author : Peng Su; [2020]
    Keywords : ;

    Abstract : In software engineering, analyzing the dependence of software modules and signals is a common method of verification and testing software behaviors. Through dependency analysis, users can improve the quality and operating efficiency of the code. Also, analyzing dependencies can reflect the working status of software modules. READ MORE

  2. 32. Building maintainable web applications using React : An evaluation of architectural patterns conducted on Canvas LMS

    University essay from Linköpings universitet/Programvara och system

    Author : Johansson David; [2020]
    Keywords : architectural patterns; maintainability; static code analysis; web applications; react; canvas lms; graphql; REST; redux; apollo client; LMS; Canvas;

    Abstract : Maintainability for web applications is increasingly important due to increasing demands for advanced functionality as well as a short time-to-market. Fixing errors, reusing functionality and adding new features efficiently are crucial for making the application profitable for the software organization as well as valuable for the end-user. READ MORE

  3. 33. Analysing Lambda Usage in the C++ Open Source Community

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

    Author : Jonathan Bengtsson; Heidi Hokka; [2020]
    Keywords : C ; Lambda Functions; Static Code Analysis; Mining Repositories; Software Engineering Practices; C ; lambdafunktioner; statisk kodanalys; utvinning av information i repositorier; sedvänjor i programvaruutveckling;

    Abstract : Object-oriented languages have made a shift towards incorporating functional concepts such as lambdas. Lambdas are anonymous functions that can be used within the scope of other functions. In C++ lambdas are considered difficult to use for inexperienced developers. This implies that there may be problems with lambdas in C++. READ MORE

  4. 34. Security implications for docker container environments deploying images from public repositories : A systematic literature review

    University essay from Högskolan i Skövde/Institutionen för informationsteknologi

    Author : Dennis Tyresson; [2020]
    Keywords : Docker; containers; virtualization; security;

    Abstract : Because of the ease of use and effectiveness, Docker containers have become immensely popular among system administrators worldwide. Docker elegantly packages entire applications within a single software entity called images, allowing fast and consistent deployment over different host systems. READ MORE

  5. 35. Source code quality in connection to self-admitted technical debt

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

    Author : Alina Hrynko; [2020]
    Keywords : Self-admitted technical debt; technical debt; bug; issue; SonarQube; code quality;

    Abstract : The importance of software code quality is increasing rapidly. With more code being written every day, its maintenance and support are becoming harder and more expensive. New automatic code review tools are developed to reach quality goals. One of these tools is SonarQube. READ MORE