> Will be? I don't know about you, but when I'm hacking on C or C++, one of the first things I do is setup my run_tests script to run as many static tools on my code as possible.
Same here (in Java, I mean; FindBugs all the way!), but not everyone is so enlightened yet, hence "will be". (I also turn on as many compiler warnings as is practical; and I say "practical" because sometimes there are warnings that are a matter of taste, at least in Java.)