Install Favorites for mhohenegger
Installable listings
Enhanced Class Decompiler integrates JD, FernFlower, Quiltflower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly. It also integrat...
Editor, J2EE Development Platform, Tools, Source Code Analyzer, Code Management
Last Updated on Friday, July 14, 2023 - 10:15 by Pascal Bihler
Extend your Eclipse IDE to support building software using Gradle.
This solution is provided by the Eclipse Foundation.
Build and Deploy, Tools
Last Updated on Monday, December 12, 2022 - 07:27 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...
Testing, Tools
Last Updated on Friday, July 14, 2023 - 10:16 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 Saturday, September 30, 2023 - 07:05 by Lars ödderitzsch
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 Wednesday, September 22, 2021 - 06:21 by Kengo TODA
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, IDE, Source Code Analyzer
Last Updated on Wednesday, December 14, 2022 - 09:47 by Andrey Loskutov
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 Wednesday, December 14, 2022 - 09:46 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...
General Purpose Tools, Editor, Tools
Last Updated on Wednesday, December 14, 2022 - 09:46 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.
Source Code Analyzer, Tools, IDE
Last Updated on Wednesday, December 14, 2022 - 09:46 by Joerg Spieler
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, Editor, Build and Deploy
Last Updated on Friday, July 14, 2023 - 10:13 by Albert Tregnaghi
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 Friday, July 14, 2023 - 10:15 by Philip Graf
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 Saturday, September 30, 2023 - 14:36 by Andreas Dangel
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, July 14, 2023 - 10:14 by David Gageot
The plantuml library implements a DSL and renderer for many UML diagrams (class, sequence, objects, states, activities, …). See http://plantuml.com for more info about the DSL and renderer.
...
Documentation
Last Updated on Monday, April 26, 2021 - 11:19 by Hallvard Traetteberg
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 balance...
IDE, Rich Client Applications
Last Updated on Friday, July 14, 2023 - 10:14 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