Cool thing about static analysis is that you can ask painful-for-humans questions about your codebase AND have them answered.
Here are two that got answered by Ehren:
Where do function bodies continue after return statements (ie obviously dead/broken code)? Bug 535646.
How many functions in Mozilla could/should be marked static? Bug 536427.
Awesome!