The eclipse-pmd plug-in integrates the source code analyzer PMD into the Eclipse IDE. Everytime you save your work, eclipse-pmd scans your source code and looks for potential problems like possible...
Robusta, a programmatic bad smell detection tool, has been developed to help Java developers deal with 6 types of exception handling bad smells. Robusta is capable of detecting exception related ba...
Logging code Cleanup plugin for Eclipse
This is an extension of the Eclipse Clean Ups which detects invocations of the
logging methods with compound arguments (i.e. arguments...
Code Dx (https://www.codedx.com/) is an application vulnerability correlation and management system. This Eclipse plugin provides an integration with Code Dx.
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com A...
Bracketeer will show you all you need to know about the brackets in your code (highlight brackets, show information about closing brackets, etc...)
This solution will extend the C/C++ (CDT) edit...
Common coding and design practices in software projects are a good thing. To support them, there is a number of helpful tools around, such as static code analyzers, test coverage tools, code format...
PyDev is a plugin that enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython). It uses advanced type inference techniques which allow it to provide things such as code c...
Robusta, a programmatic bad smell detection tool, has been developed to help Java developers deal with 6 types of exception handling bad smells. Robusta is capable of detecting exception related ba...
Scalastyle examines your Scala code and indicates potential problems with it. If you have come across Checkstyle for Java, then you’ll have a good idea what scalastyle is. Except that it&rsqu...
The primary function of the SEA-QL is the fast and accurate search of Java-related software engineering artifacts using their properties and relations.
SEA-QL’s unparalleled artifact search cap...
Secure development for developers and teams
Snyk Security finds and fixes security vulnerabilities in your projects early in the development lifecycle to help you ace your security reviews and a...
Select the best open source components for your projects using precise security intelligence directly within Eclipse.
The Nexus IQ plugin for Eclipse scans your open source dependencies for poli...
Automatically find and correct fragments of code to make your Java's source code more efficient, shorter and more readable More info on https://www.spartan.org.il
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 of the Java libr...
SSVChecker (Static Security Vulnerability Checker) is the Eclipse plug-in tool developed to aid software developers in identifying potential security vulnerabilities during software development in ...
STAN encourages developers in visualizing their design, understanding code, measuring quality and reporting design flaws. New: Eclipse project and OSGi bundle dependency graphs! STAN supports a set...
SVEditor provides a development environment for SystemVerilog, Verilog, and VHDL files. It features syntax coloring, structure display, content assist, and source formatting.
The SWAMP Eclipse Plug-in allows users to easily run static analysis tools available on the Software Assurance Marketplace (https://www.continuousassurance.org/) on their Java, C or C++ Eclipse pro...
Upgrade Warning: Upgrading from a 2021.8.1 or older version can show an error dialog, which is confusing. We strongly suggest you uninstall your existing version of Code Sight and then install the ...
A critical issue in developing TTCN-3 test suites is the readability, consistency, maintainability, and documentation of Testing and Test Control Notation version 3 (TTCN-3) code. Automating t...
The Teamscale Integration for Eclipse allows for seamless browsing of quality defects found by the Teamscale software‐quality analysis server. Teamscale analyzes your source code incrementally with...
ThreadSafe is an advanced static analysis product that focuses on concurrency issues in Java. Integrated with Eclipse, and running on Windows, Linux and OS X, it identifies and explains coding erro...
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.