Question

  • Creator
    Topic
  • #4010281

    What program do you recommend for code analysis?

    Locked

    by DanielQuiz167898767 ·

    Tags: 

    I am writing projects for a company, the projects are similar, but due to the identical code, the applications do not pass through the AppStore.
    I’m not ready to completely rewrite the code, a friend told me that there should be code analysis services
    If there are proven services, I will be grateful
    Thank you !

All Answers

  • Author
    Replies
    • #4010297
      Avatar photo

      I recall that such work

      by rproffitt ·

      In reply to What program do you recommend for code analysis?

      Can be outsourced on Fiverr.com as well as other companies.

    • #4013798

      Well Known code analysis program

      by cerebruminfotech ·

      In reply to What program do you recommend for code analysis?

      One of the more well-known static code analysis tools available is SonarQube. It is an open-source platform for automatic reviews using static code analysis and ongoing code quality inspection. It can also find and report bugs, bad code, and a variety of other security flaws.

    • #4022527

      Reply To: What program do you recommend for code analysis?

      by Biz4SolutionsPvtLtd ·

      In reply to What program do you recommend for code analysis?

      You can use the SAST (Static Application Security Testing) tool for code analysis. This tool will help you to analyze the source code and also compiled code versions. Once you add this tool to your IDE, you’ll be able to detect issues present in your code like SQL injection defects and buffer overflows. The tool will display the erratic code along with the name of the file, its line number, and its location. You can also see the code snippet that was impacted by a faulty code.
      Other popular code analysis tools are Raxis, DeepSource, SmartBear collaborator, SonarQube, Reshift, Parasoft, Coverity, PVS-Studio, and Embold.

    • #4030615

      Reply To: What program do you recommend for code analysis?

      by Johnharper2020 ·

      In reply to What program do you recommend for code analysis?

      SonarQube is one of the more popular static code analysis tools out there. It is an open-source platform for continuous inspection of code quality and performs automatic reviews via static code analysis. In addition, it can detect and report bugs, code smells, and numerous other security vulnerabilities

    • #4054610

      Code Analysis

      by jennygil ·

      In reply to What program do you recommend for code analysis?

      There are several programs available for code analysis, and the choice depends on various factors such as the programming language used, the type of analysis required, and the budget available. Here are some popular code analysis tools:

      SonarQube: It is an open-source platform that provides continuous inspection of code quality. It supports more than 20 programming languages and offers a range of analysis tools such as code coverage, duplications, and security vulnerabilities.

      ESLint: It is a popular linting utility for JavaScript code that helps identify and fix problems in the code. It provides customizable rules and can integrate with most text editors and build systems.

      Code Climate: It is a cloud-based platform that analyzes code quality and identifies potential issues such as security vulnerabilities and technical debt. It supports several programming languages and can integrate with most code repositories and build systems.

      PMD: It is a static code analysis tool that identifies common programming flaws such as unused variables, dead code, and inefficient algorithms. It supports several programming languages, including Java, C++, and Python.

      Coverity: It is a commercial code analysis tool that offers advanced features such as static analysis, dynamic analysis, and software composition analysis. It supports several programming languages, including C/C++, Java, and Python.

      HP Fortify: It is a commercial security testing tool that identifies potential security vulnerabilities in code. It supports several programming languages, including Java, .NET, and PHP.

      Veracode: It is a cloud-based platform that offers static and dynamic analysis of code to identify potential security vulnerabilities. It supports several programming languages, including Java, .NET, and JavaScript.

      These are just a few examples, and there are many other code analysis tools available. It is recommended to evaluate multiple options based on your specific needs before selecting a tool.

    • #4057565

      Reply To: What program do you recommend for code analysis?

      by prateekkumar ·

      In reply to What program do you recommend for code analysis?

      There are several programs and tools available for code analysis, depending on the specific needs and requirements of the project. Here are a few popular options:
      1.SonarQube
      2.Pylint
      3.ESLint
      4.Checkstyle
      5.Code Climate

Viewing 5 reply threads