Linked by Thom Holwerda on Thu 22nd May 2008 18:21 UTC
Thread beginning with comment 315310
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Difference from Lint?
by evangs on Fri 23rd May 2008 05:54
in reply to "RE: Difference from Lint?"





If it does concurrency checking and locking consistency, that's a very useful feature in my book.

Member since:
2005-07-08
Coverity is vastly superior to any other static analysis tool on the market. It does inter-procedural analysis (following semantic paths across function and library calls), incremental analysis (only scans paths that changed since the last scan), concurrency checking, locking consistency, enforcement of arbitrary coding standards, and much more.
My favorite aspect of Coverity is the web-based interface that combines a syntax-highlighted, hyperlinked source browser with a step-by-step trace of the path leading to the selected defect inlined right into the code. As someone who has previously worked on integrating far less user-friendly static analysis tools into commercial development projects, Coverity is a thing of beauty.
Edited 2008-05-23 01:11 UTC