Install Favorites for bbesson5sq
Installable listings
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 queries against the...
SCM, Code Management, Team Development
Last Updated on Tuesday, October 22, 2019 - 11:40 by Chris Aniszczyk
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, December 7, 2019 - 16:16 by Lars Ködderitzsch
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 Tuesday, October 22, 2019 - 11:36 by Marc R. Hoffmann
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...
Source Code Analyzer, IDE, Tools
Last Updated on Monday, January 28, 2019 - 15:36 by Andrey Loskutov
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
This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file...
Tools
Last Updated on Tuesday, October 22, 2019 - 14:24 by Andre Bossert
This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii. In addition to the usual functio...
Editor
Last Updated on Monday, February 4, 2019 - 13:52 by Missing name Mising name
JAutodoc is an Eclipse Plugin for automatically adding Javadoc and file headers to your source code. It optionally generates initial comments from element name by using Velocity templates for Javad...
IDE, Editor, Documentation, Code Management, Search
Last Updated on Tuesday, October 22, 2019 - 11:30 by Martin Kesting
Spring IDE is a set of plugins which are adding support for the popular application framework Spring Framework to the Eclipse platform.
For support for Eclipse Neon, Oxygen, and beyond, please r...
IDE
Last Updated on Thursday, March 7, 2019 - 07:10 by Martin Lippert
Grep Console allows you to define a series of regular expressions which will be tested against the console output. Each expression matching a line will affect the style of either the entire line or...
Tools
Last Updated on Monday, February 4, 2019 - 13:53 by Marian Schedenig
Eclipse Plug-in for tailing log files and eclipse consoles (e.g. SVN, Java Stack Trace, CDT), including syntax coloring with either a regular expression or a word match. It allows you to have multi...
Logging, Tools
Last Updated on Tuesday, October 22, 2019 - 14:26 by Andre Bossert
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...
Code Management, Tools, Search
Last Updated on Monday, February 4, 2019 - 13:53 by Andrejs Jermakovics
An eclipse plugin helping you to open the folder or select resource in explorer quickly. 4.x support all platforms and ability to extend for Eclipse for special language IDEs.
Tools
Last Updated on Tuesday, October 22, 2019 - 11:35 by Jamling Li
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