Describe your experiences with code analyzers.

Showing Answers 1 - 1 of 1 Answers

I will share my exp of code analyzer. I have used coverity for code analysis. Coverity is a static code analysis tools. You run coverity on your piece of code to find bugs like un-initialized variables, un-initialized pointers, memory leaks to some extent, dead code (code which can never execute no matter what condition is met), etc.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions