EGit - Git Integration for Eclipse
EGit is the Git integration for Eclipse. Git is a distributed versioning system, which means every developer has a full copy of all history of every revision of the code, making...
EGit is the Git integration for Eclipse. Git is a distributed versioning system, which means every developer has a full copy of all history of every revision of the code, making...
JBoss Tools is an umbrella project for a set of Eclipse plugins that includes support for JBoss and related technologies, such as Hibernate, JBoss AS / WildFly, CDI, OpenShift...
Extend your Eclipse IDE to support building software using Gradle. This solution is provided by the Eclipse Foundation.
The Checkstyle Plugin (eclipse-cs) integrates the well-known source code analyzer Checkstyle into the Eclipse IDE. Checkstyle is a development tool to help you ensure that your...
Eclipse community awards 2009 finalist AnyEdit plugin adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor...
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...
The JSON Editor is a simple plugin for the Eclipse IDE that Supports every eclipse flavor (JavaEE, CDT, RCP, you name it!) Supports eclipse version 3.7 - 4.11.0 and most probably...
JRebel is a productivity tool that allows developers to reload code changes instantly. It skips the rebuild, restart, and redeploy cycle common in Java development. JRebel enables...
Mylyn integrates defect and project management systems, build systems and other software development tools with Eclipse.
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...
Do you want more beautiful Eclipse 4? Change it! Release Note Bug Report User Guide FAQ Get more information from https://github.com/jeeeyul/eclipse-themes Please Don't Post Bug...
Maven (Java EE) Integration for Eclipse WTP (a.k.a m2e-wtp) aims at providing a tight integration between Maven Integration for Eclipse (a.k.a m2e) and the Eclipse Web Tools...
Dark UI theme for Eclipse 4+. Installation: Install the plugin; Restart Eclipse and go to Window > Preferences > General > Appearance; Select MoonRise (standalone) or, for a little...
Note: starting with 4.27 M3 the plugin will be shipped as a part of default Eclipse SDK package. Bytecode Outline plugin shows disassembled bytecode of current java editor or class...
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...
Update March 2019: be sure to use https://nodeclipse.github.io/updates/gradle-ide-pack/ not nodeclipse.org Install Pivotal Gradle IDE & Enide Gradle for Eclipse & EGradle Editor in...
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...
GitHub Flavored Markdown viewer plugin (GFM Viewer) adds View that displays .md files as they would be on GitHub. Right-click any .md file then select ''Show in GFM view". It also...
Mylyn Builds Connector for Hudson/Jenkins adds Builds view to review, start builds in CI server. Features: - connect to many Hudson/Jenkins instances, filtered list of jobs - view...
In a complicated java project, having a visual image of dependencies between classes or between Java packages is very useful. Architects and senior developers can review the...
JDeodorant is an Eclipse plug-in that identifies design problems in software, known as bad smells, and resolves them by applying appropriate refactorings. JDeodorant employs a...
Inspect, understand and debug Java bytecode, no matter if you have the corresponding source.
CallGraph: Provides Call-Path and Sequence Diagram viewers. Enables graphical analysis of program call relations and flow sequencing. Also enables exploration of extended class...
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...
A java hex editor. Standalone application (SWT widgets) and Eclipse plugin. Support for very large files. Hex, Ascii and Unicode find. Overwrite/insert modes. Binary and text cut...
Jar2UML is an Eclipse plugin that imports and converts Java jar files into a UML model in the workspace. It is used to reverse engineer Java API class libraries for PlatformKit's...
The Mylyn connector for MantisBT allows you to manage your bugs straight from Eclipse. Supported features include: - creating and updating tasks - synchronizing - tasks -...
Eclipse Fullscreen is a plug-in that enables fullscreen and also to choose to hide/show the menu bar and status bar.
LinK+ IDE is a simple IDE for Linux Kernel Developers and Lovers. It is based on Eclipse IDE customized for Linux kernel programming. It reduces the development time and executes...
MCUtools is a collection of plugins for the development of microcontroller firmware. Currently supported toolchains: GNU Toolchain (Targets: AVR® microcontroller, MSP430™...
Tail Console provides an Eclipse console that continuously outputs the contents of a (potentially growing) text file, similar to the GNU command tail. For frequently used files...
Have you ever tried to debug complex programs/object structures in eclipse? Spent years or your life or resorted to making paper sketches as you debug? GraphHeap is an eclipse...
GEF3D is an Eclipse GEF extension bringing 3D to diagram editing. That is with GEF3D you can create 3D diagrams, 2D diagrams and combine 3D with 2D diagrams. GEF3D extends GEF by...
JRipples helps programmers during software change. JRipples is based on the philosophy of “intelligent assistance”, which requires close cooperation between the programmer and the...