Tools > Source Code Analyzer (94)

Subscribe to Source Code Analyzer, Tools

Spotlight

Atlassian Clover goes beyond basic Java and Groovy code coverage metrics to help you prioritise time spent creating new tests. Clover makes it easy to detect and address: ...
Last Updated on 25 March 2013 by Atlassian
The original author of the JadClipse project maintains it no more, and the latest build 3.4.0 doesn't support eclipse 4.x, so I download the source code and update it. ...
Last Updated on 10 April 2013 by Chao Chen
AgileJ StructureViews creates reverse engineered Java class diagrams which visualize the object oriented structure in any Java codebase. With a clear, up-to-date picture of the...
Last Updated on 20 April 2013 by Paul Wells
5  
PC-lint/FlexeLint provides valuable feedback on programming style and common programmer mistakes. Our Linticator plug-in for Eclipse CDT runs Lint and annotates your source code...
Last Updated on 27 November 2012 by Mirko Stocker
5  
JsLint is a well-know JavaScript validation library developed by Douglas Crockford. The library allows developer to validate JavaScript against a set of best practices that...
Last Updated on 2 December 2009 by bbuffone
FindNPE is a NPE detection tool for Java/Eclipse that statically identifies potential null pointer dereferences in Java code. FindNPE offers 3 annotations (@NonNull, @CanBeNull...
Last Updated on 4 January 2011 by inspat
Scertify™ Professional Edition is an Eclipse plugin dedicated to analyze, control and correct code quality defects, through computer-assisted code refactoring. It includes +1...
Last Updated on 22 April 2013 by Michael MULLER
Search methods and chains of methods both in the Java and Scala sources as well as in the JARs loaded in the workspace based on their names, on their parameters (names and types...
Last Updated on 21 August 2011 by Daniel Ratiu
5  
Codstruction is a 3D interactive software visualization tool built as eclipse plugin using jMonkey engine, inspired by Codecity. Codstruction is still in early-stage of...
Last Updated on 18 December 2009 by lttlflla
4  
CheckThread provides a thread annotation library and a static analysis engine detecting concurrency bugs at compile time. Expressing your Java code's threading policy...
Last Updated on 2 December 2009 by JoeNearBoston