Source Code Analysis Tools - Java, Javascript, .NET, PHP, Python, Ruby, Flex
This website presents a list of source code analysis tools
Source code analysis is the analysis of computer software. Static analysis is performed without actually executing programs built from that software. The analysis is performed on the source code or object code. Analysis performed while executing programs is defined as dynamic analysis.