metriculator
metriculator creates static software metrics based on C++ source code, e.g. cyclomatic complexitiy or logical lines of source code. For more information goto https://github.com...
Secure code as it is written (and generated). Real-time static analysis (SAST) and secrets scanning.
Enhanced Class Decompiler integrates CFR, FernFlower, JD, Procyon, Vineflower seamlessly with Eclipse and allows Java developers to debug class files without source code directly...
Sandbox is a collection of experimental Eclipse JDT cleanup plugins for automated code transformations and modernization. 🔧 INCLUDED CLEANUPS: • Encoding Quickfix - Replaces...
Veracode Scan for Eclipse To use this extension you must have a Veracode account. Veracode Scan for Eclipse is a plugin for the Eclipse IDE that integrates Static Application...
The question I very often have is: which objects (recursively) are loaded in memory if a particular object is created? If you know the Call Hierarchy plugin, you will find the Data...
JDepend4Eclipse plugin for Eclipse is a wrapper for running JDepend from within Eclipse. - What is JDepend? (from www.clarkware.com): JDepend traverses a set of Java class and...
Plugin provides both command line and Eclipse UI for static package, plugin and feature dependencies analysis (the dependencies are read from MANIFEST.MF and feature.xml files)...
SpotBugs is a defect detection tool for Java that uses static analysis to look for more than 400 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses...
This fragment contains a Javac backend (instead of ECJ) for JDT features: error reporting/reconciling build/compilation indexing code selection (Ctrl + click / hover) code...
UCDetector (Unnecessary Code Detector) is a eclipse PlugIn tool to find unnecessary (dead) public java code. For example public classes, methods or fields which have no references.