Hammurapi Code Review is an automated code review system. This plug-in integrates Hammurapi code review system into Eclipse-based environment. An update site is not provided for a reason. Hammurapi is an enterprise-oriented code review system in which architects and lead developers assemble and configure inspector sets for a particular module/technology before giving them to developers. Our experience shows that a lot of inspectors (a.k.a. checks, rules) is not necessarily a good thing - too many violations pollute the problem window and developers start ignoring them. Hammurapi User Manual provides more details about plug-in usage patterns.
JProbe Freeware is an Eclipse-based memory analysis tool that leverage’s
JProbe’s superior data visualization and investigative tools to analyze and diagnose heap dump memory issues. It has the ability to read heap dump outputs from both IBM and Sun JVMs enabling it to handle any complex Java application environment. Finally, JProbe Freeware plugs into the Eclipse Java IDE to enable quicker and more efficient memory analysis and diagnosis.
inCode is a plugin that acts like a buddy who provides you with hints on potential design problems and with advices on how to better design and understand your Java code... and the best is that it does all of these in a continuous, yet discrete manner. So, inCode aims to help you with understanding, assessing and improving the quality of your project's design just as you write the code; and, -- most important -- do it with pleasure!
CDT gcov is a tool for code coverage that are written in c language. By using
eclipse cdt and gnu gcov.
| Version: | 0.2.0 |
|---|---|
| License: | Free EPL |
| Added: | 2008.05.19 |
| Updated: | 2008.05.19 |
| Project web site: | CDT gcov |
UCDetector (Unnecessary Code Detector) is a eclipse PlugIn to find unnecessary public java code, like classes/members/methods which are public or protected and which have no references. Unnecessary code is marked in eclipse using problem markers. Code which could be changed to protected or private is also marked. This markers appear in the eclipse
problem view, like other java problems. UCDetector also finds cyclic dependencies between classes in your code. This cycle classes are shown in s special cycle view.
STAN encourages developers in visualizing their design, understanding code, measuring quality and reporting design flaws. STAN supports a set of carefully selected metrics, suitable to cover the most important aspects of structural quality. Special focus has been set on visual dependency analysis, a key to structure analysis. STAN provides its own perspective, showing various dependency graphs, ranking metric violations, generating HTML reports, etc.