user image

Anonymous Reviewer

1 year ago

Verified

Powerful tool, but...

Klocwork is a powerful static code checker. It helps to improve code global quality and to early detect errors.

user image

Randall H.

2 years ago

Verified

Great at finding true positive issues in source code without needing to compile

This tool provided my company an easy means to find code defects on partial and full source code builds. The results of the tool have been very good. Although manual analysis is still required to determine which issues the customer are interested in, the time invested in setting up, running the tool, and manually analyzing the results, is well worth it.

user image

Fred B.

2 years ago

Verified

It's a source code analysis tool. You can feed it either a piece of code up to a full build with tho

Klocwork is great at finding software defects such as array and buffer out of bounds violations, Null pointer dereferences, unreachable code, memory leaks, unused variables, etc. If the build is setup correctly, the tool often produces accurate results. Customers have complimented us with our findings as we were able to point out significant issues in their software. Klocwork can be used on incremental builds and it will determine which warnings are new, unchanged, or fixed since the last run. The tool has very descriptive warnings and great documentation with examples to use. Their website also contains mappings from their checker warnings to industry coding standards such as MISRA and others.