enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of tools for static code analysis - Wikipedia

    en.wikipedia.org/wiki/List_of_tools_for_static...

    Tools that use sound, i.e. over-approximating a rigorous model, formal methods approach to static analysis (e.g., using static program assertions). Sound methods contain no false negatives for bug-free programs, at least with regards to the idealized mathematical model they are based on (there is no "unconditional" soundness).

  3. Cppcheck - Wikipedia

    en.wikipedia.org/wiki/Cppcheck

    Cppcheck is a static code analysis tool for the C and C++ programming languages. It is a versatile tool that can check non-standard code. [2] The creator and lead developer is Daniel Marjamäki. Cppcheck is free software under the GNU General Public License.

  4. Category:Static program analysis tools - Wikipedia

    en.wikipedia.org/wiki/Category:Static_program...

    Pages in category "Static program analysis tools" The following 77 pages are in this category, out of 77 total. This list may not reflect recent changes. ...

  5. SonarQube - Wikipedia

    en.wikipedia.org/wiki/SonarQube

    SonarQube (formerly Sonar) [3] is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs and code smells on 29 programming languages.

  6. FxCop - Wikipedia

    en.wikipedia.org/wiki/FxCop

    FxCop includes both GUI and command line versions of the tool. Microsoft Visual Studio 2005 and Visual Studio 2008 Team System Development Editions both include a "Code Analysis" feature based on FxCop. For Visual Studio 2010 the corresponding, and slightly enhanced, static code analysis features are included in the Premium and Ultimate editions.

  7. Klocwork - Wikipedia

    en.wikipedia.org/wiki/Klocwork

    Klocwork is a static code analysis tool owned by Minneapolis, Minnesota-based software developer Perforce. Klocwork software analyzes source code in real time, simplifies peer code reviews, and extends the life of complex software. [1]

  8. CodePeer - Wikipedia

    en.wikipedia.org/wiki/CodePeer

    CodePeer is a static analysis tool, which identifies constructs that are likely to lead to run-time errors such as buffer overflows, and it flags legal but suspect code, typical of logic errors [1] in Ada programs. All Ada run-time checks are exhaustively verified by CodePeer, using a variant of abstract interpretation.

  9. Semgrep - Wikipedia

    en.wikipedia.org/wiki/Semgrep

    Analysis can be done without the need of custom configuration, and by utilizing rulesets created by Semgrep Inc. and open source contributors. The tool also allows users to write their own patterns and rules through the CLI using a pattern language unique to semgrep. A free online rule editor and a tutorial are also available. [21] [22]