What is static code analysis tools Java?
Static Code Analysis is a method of analyzing the source code of programs without running them.
It can discover formatting problems, null pointer dereferencing, and other simple scenarios.
There are tools like PMD ,Cobertura available as a plugins of popular IDE’s