About 572,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  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 …

  4. How can I perform static code analysis in PHP? [closed]

    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 …

  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 …

  6. 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 …

  7. debugging - Static code analysis in Python? - Stack Overflow

    Apr 23, 2012 · Which helpful static code analysis can you recommend for Python. I believe they are useful for refactoring code. I know snakefood for module dependencies pycallgraph for …

  8. 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 …

  9. 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 …

  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 …