Tagged Questions

2
votes
0answers
43 views

Anyone using Coverity 5 with .net development?

I was just wondering if anyone is using Coverity or Coverity 5 with .net development and if yes what your feelings are about it.
2
votes
4answers
68 views

How well does static code analysis work with Spring and other abstractions?

I'm in a situation where I'm required to make at least some effort to remove never-used code from my source code. The general preference is to use a static code analysis tool. We've had great luck …
0
votes
1answer
17 views

What does HFA stand for in Coverity?

Coverity has a checker 'HFA' which is used to identify unused included header files. I understand what its used for but I don't understand the abbreviation. What does HFA stand for? It doesn't …