Install Favorites for mhohenegger
Installable listings
Enhanced Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly. It also integrates with ...
Code Management, Tools, Source Code Analyzer, J2EE Development Platform, Editor
Last Updated on Friday, January 15, 2021 - 10:09 by Pascal Bihler
Extend your Eclipse IDE to support building software using Gradle.
This solution is provided by the Eclipse Foundation.
Tools, Build and Deploy
Last Updated on Friday, January 15, 2021 - 10:11 by Etienne Studer
EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench:
Fast develop/test cycl...
Tools, Testing
Last Updated on Friday, January 15, 2021 - 10:13 by Marc R. Hoffmann
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 Java code adheres to...
Source Code Analyzer
Last Updated on Friday, January 15, 2021 - 10:15 by Lars ödderitzsch
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...
Tools, Source Code Analyzer, IDE
Last Updated on Monday, January 28, 2019 - 15:36 by Andrey Loskutov
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...
Source Code Analyzer, IDE, Tools
Last Updated on Friday, January 15, 2021 - 10:10 by Kengo TODA
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...
Build and Deploy, Tools
Last Updated on Monday, February 4, 2019 - 13:52 by Anonymous
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 later...
Editor
Last Updated on Friday, January 15, 2021 - 10:11 by Boothen Technology
Vrapper acts as a wrapper for Eclipse text editors to provide a Vim-like input scheme for moving around and editing text. Unlike other plugins which embed Vim in Eclipse, Vrapper imitates the behav...
Tools, General Purpose Tools, Editor
Last Updated on Friday, January 15, 2021 - 10:12 by Vrapper Team
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.
Tools, IDE, Source Code Analyzer
Last Updated on Friday, January 15, 2021 - 10:12 by Joerg Spieler
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...
Source Code Analyzer
Last Updated on Sunday, December 13, 2020 - 07:14 by Philip Graf
InstaSearch is an Eclipse plug-in for doing fast text search in the workspace. The search is performed instantly as-you-type and resulting files are displayed in an Eclipse view. It is a lightweigh...
Tools, Search, Code Management
Last Updated on Monday, February 4, 2019 - 13:53 by Andrejs Jermakovics
Overview
Jenkins editor is just a jenkins build script editor plugin for eclipse
Features
Code completion and tooltips (for Jenkins DSL)
Syntax highlighting, customizable colors, ...
Tools, Build and Deploy, Editor
Last Updated on Friday, January 15, 2021 - 10:13 by Albert Tregnaghi
Infinitest is a continuous test runner for Java, and is valuable to developers using a unit testing tool called JUnit. Continuous testing is the practice of constantly running unit tests while deve...
Testing
Last Updated on Friday, January 15, 2021 - 10:10 by David Gageot
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...
Source Code Analyzer
Last Updated on Friday, January 15, 2021 - 10:07 by Andreas Dangel
An ergonomic theme for the Eclipse Java IDE on Windows 10 and Mac OS X.
Attuned to lessen visual fatigue and eyestrain
Presents a clean and low-glare look and feel
Based on well balanced ...
Rich Client Applications, IDE
Last Updated on Friday, January 15, 2021 - 10:16 by Frank Appel
Non-installable listings
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 ...
Source Code Analyzer
Last Updated on Friday, September 6, 2013 - 18:17 by Emmanuel LESNE