About 606,000 results
Open links in new tab
  1. GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of ...

    A tool for static analysis to look for bugs in Java code. steady ⚠️ — Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static …

  2. Java static code analysis tools - GitHub

    Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but …

  3. GitHub - Tencent/CodeAnalysis: Static Code Analysis - 静态代码分析

    Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three …

  4. static-code-analysis · GitHub Topics · GitHub

    5 days ago · Static code analysis Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program …

  5. A static analyzer for Java, C, C++, and Objective-C - GitHub

    Infer is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in OCaml.

  6. Static Analysis tool recommendation for Java? - Stack Overflow

    Sep 19, 2008 · 1 You can try JavaDepend, it complement other static analysis tools, and provides a CQL language to query code like database, JavaDepend provides also many interactive …

  7. What code analysis tools do you use for your Java projects?

    What code analysis tools do you use on your Java projects? I am interested in all kinds static code analysis tools (FindBugs, PMD, and any others) code coverage tools (Cobertura, Emma, …

  8. GitHub - d2s/awesome-static-analysis: A curated list of static …

    A curated list of static analysis (SAST) tools for all programming languages, config files, build tools, and more. - d2s/awesome-static-analysis

  9. An extensible multilanguage static code analyzer. - GitHub

    PMD - source code analyzer PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object …

  10. Awesome static analysis - GitHub

    Awesome static analysis Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is …