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...
Team Development, SCM, Code Management
Last Updated on Friday, April 14, 2023 - 13:30 by Chris Aniszczyk
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, April 14, 2023 - 13:31 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, April 14, 2023 - 13:32 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...
Source Code Analyzer, Tools, IDE
Last Updated on Wednesday, December 14, 2022 - 09:47 by Andrey Loskutov
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 Wednesday, December 14, 2022 - 09:46 by Andre Bossert
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...
Search, Editor, IDE, Code Management, Documentation
Last Updated on Friday, April 14, 2023 - 13:29 by Martin Kesting
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 Wednesday, December 14, 2022 - 09:46 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 Wednesday, December 14, 2022 - 09:47 by Andre Bossert
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 Friday, April 14, 2023 - 13:31 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