About 235,000 results
Open links in new tab
  1. c - Choosing a static code analysis tool - Stack Overflow

    Aug 6, 2008 · 1 PC-lint/Flexelint are very powerful and useful static analysis tools, and highly configurable, though sadly not free. When first using a tool like this, they can produce huge numbers …

  2. How do I run code analysis for .NET application using Microsoft ...

    Oct 22, 2021 · How do I run code analysis for .NET application using Microsoft.CodeAnalysis.NetAnalyzers from a command line interface Asked 4 years, 1 month ago …

  3. Static code analyzers for C - Stack Overflow

    Jun 1, 2016 · 14 Wikipedia maintains a list of static code analysis tools for various languages (including C). Personally, I have used both PC-Lint and Splint. The best choice depends on the type of …

  4. How can I perform static code analysis in PHP? - Stack Overflow

    Xdebug has code coverage and function traces. My PHP Tracer Tool uses a combined static/dynamic approach, building on Xdebug's function traces. The documentation libraries phpdoc and Doxygen …

  5. Are there any static code analysis tools for Delphi/Pascal?

    Feb 11, 2009 · Are there any static code analysis tools for Delphi/Pascal? I have seen plenty of options for C++ and .NET, but nothing for Delphi/Pascal. Ideally something that could be integrated into a …

  6. Benefits of static code analysis - Stack Overflow

    Sep 19, 2008 · I find static code analysis tools indispensable on large enterprise application development where many developers and testers come and go over the life of an application but the …

  7. static analysis - How to generate a call graph for C++ code - Stack ...

    Statically computing an accurate C++ call graph is hard, because you need a precise language parser, correct name lookup, and a good points-to analyzer that honors the language semantics properly. …

  8. Are there any JavaScript static analysis tools? [closed]

    The latest release of Burp includes a new engine for static analysis of JavaScript code. This enables Burp Scanner to report a range of new vulnerabilities, including: DOM-based XSS JavaScript …

  9. Static code analysis of .NET Core Unit test projects *.cs files with ...

    Feb 2, 2021 · I would like to perform static code analysis for unit test code (because it is also a code which is part of our deliverables). However, every time I am running Sonar Analysis as a part of …

  10. What open source C++ static analysis tools are available?

    Sep 27, 2008 · Commercial C++ static analysis products are available. Although having such products are great, the cost is just way too much for students and it is usually rather hard to get trial version. …