Description
Static analysis can find bugs in Java, C, C++, and Objective-C code before the program is shipped.
It is useful for developers who want automated checks for memory, nullability, resource, or concurrency problems. Analyzer findings should be reviewed with project context because false positives and build-configuration issues are possible.