Static analysis provides testing against code bases and binaries without the execution of any code.

 Ensuring code quality and identifying issues without running the code can save a huge amount of time for your team

IDEs do this too by highlighting areas of code they do not like.


Tools including: CheckStyle, PMD and Findbugs.

Comments