Install Favorites for lterheyden
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, July 14, 2023 - 10:14 by Chris Aniszczyk
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 plug-in lets you run your TestNG tests from Eclipse. You can run suites, groups or individual methods. Errors are reported in a separate tab that lets you jump to failing tests efficiently. Th...
Testing
Last Updated on Tuesday, May 30, 2023 - 01:28 by Cedric Beust
MoreUnit is an Eclipse plugin that should assist you in writing more unit tests. It supports all programming languages (switching between tests and classes under tests...) and has specific support ...
Testing
Last Updated on Friday, July 14, 2023 - 10:13 by Vera Henneberger
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
MouseFeed helps to form a habit of using keyboard shortcuts. When the user clicks on a button or on a menu item, the plugin shows a popup reminding about the key shortcut. After a few times, you re...
Other
Last Updated on Thursday, December 22, 2022 - 09:43 by Team Sigasi
What is new? * Added support for Copy Path, Explore and Command Line Shell actions to local resources in RSE (Needs RSE) * Added Copy SVN URL for resources in SVN based projects (Needs Subclipse) *...
Tools, IDE
Last Updated on Wednesday, December 14, 2022 - 09:46 by SANDIP CHITALE
Eclipse plugin for highlighting the background of the source code. While most of plugins highlight the syntax of the source code, EditBox highlights the selected block of the code (method, class, e...
Editor
Last Updated on Wednesday, December 14, 2022 - 09:47 by Piotr Metel
The Eclipse Runner plugin improves the way of dealing with launch configurations in the Eclipse IDE. The plugin adds a new view called "Runner" to Eclipse. The view allows you to categori...
Other, Code Management, IDE, Tools
Last Updated on Friday, July 14, 2023 - 10:13 by Łukasz Wachowicz
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