Source Code Analyzer (95)

Subscribe to Source Code Analyzer

Spotlight

The Javadoc As UML plugin provides a new Eclipse view, which analyzes the active editor source code towards existing class references within Javadoc comments or references...
Last Updated on 6 May 2011 by omnaest
This plug-in from the Eclipse JDT UI team provides a view to visualize the Java elements in Eclipse's Java model. The view shows the result of many method calls on model...
Last Updated on 23 June 2011 by Deepak Azad
JDeodorant is an Eclipse plug-in that identifies design problems in software, known as bad smells, and resolves them by applying appropriate refactorings. ...
Last Updated on 16 May 2013 by Tsantalis Nikolaos
JDepend4Eclipse plugin for Eclipse is a wrapper for running JDepend from within Eclipse. ...
Last Updated on 7 August 2011 by Andrey Loskutov
4  
JNorm is a static java code analysis tool. It detects areas of code which could be replaced by functions from existing open source libraries. This can help to make the code more...
Last Updated on 2 December 2009 by andrei_oleinik
2  
JProjectAnalyzer is an Eclipse plug-in which provides an easy and very quick means for analyzing a Java Source Project in the Eclipse IDE. ...
Last Updated on 17 May 2013 by Zensar Technologies
JRipples helps programmers during software change. JRipples is based on the philosophy of “intelligent assistance”, which requires close cooperation between the programmer and...
Last Updated on 17 May 2011 by Radu Vanciu
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
3  
Kaveri provides a tool for performing static slicing of Java programs. Using Kaveri, the user can select a program point p and find all the program points that may depend on or...
Last Updated on 2 December 2009 by Venkatesh Prasad Ranganath