
GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of ...
CAST Highlight ©️ — Commercial Static Code Analysis which runs locally, but uploads the results to its cloud for presentation. Checkmarx CxSAST ©️ — Commercial Static Code …
What code analysis tools do you use for your Java projects?
For static analysis tools I often use CPD, PMD, FindBugs, and Checkstyle. CPD is the PMD "Copy/Paste Detector" tool. I was using PMD for a little while before I noticed the "Finding …
Java static code analysis tools · checkstyle/checkstyle Wiki - 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 …
Static Analysis tool recommendation for Java? - Stack Overflow
Sep 19, 2008 · 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 views …
Awesome static analysis - GitHub
The higher the score, the more pain the code is in. laser [OSS] - Static analysis and style linter for Ruby code. Mondrian [OSS] - a set of static analysis and refactoring tools for more …
static-code-analysis · GitHub Topics · GitHub
2 days ago · ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code …
GitHub - d2s/awesome-static-analysis: A curated list of static …
SourceMeter ©️ — Static Code Analysis for C/C++, Java, C#, Python, and RPG III and RPG IV versions (including free-form). sqlvet — Performs static analysis on raw SQL queries in your …
GitHub - analysis-tools-dev/dynamic-analysis: ⚙️ A curated list …
This repository lists dynamic analysis tools for all programming languages, build tools, config files and more. The focus is on tools which improve code quality such as linters and formatters. …
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. Installation Read our Getting Started page for details on how to install packaged versions of Infer.
Awesome static analysis - GitHub
Coverity Save [PROPRIETARY] - Static analysis for C/C++, Java and C# Infer [OSS] - A static analyzer for Java, C and Objective-C oclint [OSS] - A static source code analysis tool to …