For any project that gradle can build. Launch build, gradle GUI, run Jetty or deploy Android .apk to AVD by right-clicking build.gradle. Project does not need to be Gradle project. Just build.gradl...
New 1.6.22 Release Features (September, 2019)
New API Docs for Confluence beta generates clean & modern API documentation directly to Confluence Server or Data Center, with Conf...
Garbage Collection and Memory Visualizer (GCMV) can plot and analyze verbose GC data to help diagnose Node.js and Java application memory and performance problems. It provides recommendations to im...
It fetches Java code snippets from few websites based on your search query with the comfort of being within eclipse [Only java editor supported] and displays it as content assist, one press of ente...
This is the integration of the PowerUnit test framework in Eclipse.
PowerUnit is a test framework for the JDK 1.8. This integration provides basic support to run these tests from Eclipse.
Visualize array graphically in the IDE. No more using Arrays.toString()!
Mirur can visualize numerical arrays of any size. View 1-dimensional arrays using a line graph or a bar chart. Vie...
JBenchX is a Unit Benchmarking Framework for Java(tm). It aims at micro-benchmarking your classes as easily as you create tests for your classes with the well-known JUnit framework. This is the Ecl...
FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses of the Java libr...
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...
m2e provides comprehensive Maven integration for Eclipse. You can use m2e to manage both simple and multi-module Maven projects, execute Maven builds via the Eclipse interface, and interact with Ma...
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.
Vaadin is an open source Java UI library for creating rich web user interfaces. Using its component-based API developers can create stunning web applications in plain Java.
The Eclipse Tomcat Plugin provides simple integration of a tomcat servlet container for the development of java web applications. This project is the successor of the original Sysdeo Tomcat Plugin....
Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode compare for java/class files and shows ASMifier code for current bytecode. Have you already...
Yes, it is the longest name on Marketplace. Beating "IBM® WebSphere® Application Server V8.5 Liberty Profile Developer Tools for Eclipse Helios & Indigo". Included in Color ID...
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 source file directo...
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...
UML Lab provides truly agile modeling and coding with Eclipse. The tool integrates UML modeling with code generation and template-based reverse and round-trip engineering.
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...
Snyk is a free security vulnerability scanner that tests your project's open source dependencies, finds and helps fix security issues in your Eclipse workspace projects.
You can us...
Sourcecode Visualizer is an Eclipse plugin for visualizing Java sourcecode. It draws a control flow graph alongside of Java source code. It is an indispensable tool for sourcecode review.
Provides tools for Android development. Andmore is being developed under the Eclipse Foundation and is the successor of the Google ADT plugin and the Motorola MOTODEV plugin.
Andmore includes:
...
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 Hierarchy ver...