Intro:
The tool will run the user defined audit rules on supplied WSDL(though currently it supports only WSDL based on w3c schema type, it can be extended to support any XML).
The rules should be...
FOR INSTALLING JSPARROW USE THE EXTERNAL INSTALL BUTTON!!!
jSparrow detects and automatically replaces bugs and code smells in Java sources with a rule-based approach. j...
Design and Verification Tools (DVT) is an integrated development environment (IDE) for the design and verification engineers working with SystemVerilog, Verilog, VHDL, e, UPF, CPF, SLN, PSS, SDL. I...
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 Java (JDT) edito...
Context-Sensitive Type Solver Tool for Finding the Fully Qualified Name of the API Element in Online Code Snippets
Code snippets available in community question answering sites (CQA) are a great...
A set of tools to optimize the creation and maintainability of JUnit tests.
Write less, test more! The main feature of JUnit-Tools is to generate JUnit test-elements (packages, classes, methods,...
tldr; Eclipse plugin to show and hide callers from tests in the call hierarchy
Often when browsing a code base, you want to know where certain constructors/methods are used. JDTs call hiera...
JRipples helps programmers during software change. JRipples is based on the philosophy of “intelligent assistance”, which requires close cooperation between the programmer and the tool. The tool an...
The JFrog Eclipse Plugin adds JFrog Xray scanning of Maven, Gradle and NPM project dependencies to your Eclipse IDE. It allows developers to view panels displaying vulnerability information ab...
JRipples helps programmers during software change. JRipples is based on the philosophy of “intelligent assistance”, which requires close cooperation between the programmer and the tool. The tool an...
FOR INSTALLING JSPARROW USE THE EXTERNAL INSTALL BUTTON!!!
jSparrow detects and automatically replaces bugs and code smells in Java sources with a rule-based approach. j...
A set of tools to optimize the creation and maintainability of JUnit tests.
Write less, test more! The main feature of JUnit-Tools is to generate JUnit test-elements (packages, classes, methods,...
<b>Kaveri</b> 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 ...
lambda4jdt 2012 version of lambda4jdt. Eclipse plugin to fold anonymous inner classes as lambdas in Java Editor. * Support for Eclipse Indigo SR2 3.7.2 * Remove need for marker comment, simplify to...
Run your Python code while you type. Displays variable state or turtle graphics that are updated as you type your code. Requires PyDev, so install PyDev first.
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...
This project builds Eclipse plugins that connect some other Eclipse plugins with their corresponding Maven plugins. If you've gone to a lot of trouble to set up just the Checkstyle, PMD or Findbugs...
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/ideadapt/metriculator
ModelGoon brings new points of view of a Java project. Thanks to its tight connection and interaction with the Eclipse Java Development Tools JDT. ModelGoon provides also round-trip features on Cla...
nWire for Java: Code Exploration for Eclipse
Visualize and understand the application components and associations.
Find your way through the most complex code
Focus on coding, maximize your ...
nWire for PHP: Code Exploration for Eclipse
Visualize and understand the application components and associations.
Find your way through the most complex code
Focus on coding, maximize your p...
o3smeasures is a measure-based tool to evaluating software quality using different source-code properties. The tool provides information on software artifacts using the 15 measures most cited in em...
The Java 8 Stream API sets forth a promising new programming model that incorporates functional-like, MapReduce-style features into a mainstream programming language. However, using streams efficie...
Jump to code is integration of OtrosLogViewer with Eclipse IDE. If log event contains stack trace user can move mouse on selected stack element and click on it. IDE will open java class at selected...
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).
The project is s...
PMD scans Java source code and looks for potential problems like:
* Possible bugs - empty try/catch/finally/switch statements
* Dead code - unused local variables, parameters and private ...
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...
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...