Install Favorites for lsloan
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...
Code Management, Team Development, SCM
Last Updated on Friday, July 14, 2023 - 10:14 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...
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
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
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 Friday, July 14, 2023 - 10:16 by Andre Bossert
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
Plugin adding Markdown text-editing support to Eclipse. Makes editing text files in Eclipse a lot better. Markdown is a simple and intuitive text format syntax that lets you get rich formatting wit...
Languages, Tools, Editor
Last Updated on Friday, January 15, 2021 - 10:13 by Daniel Winterstein
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...
Tools, Logging
Last Updated on Wednesday, December 14, 2022 - 09:47 by Andre Bossert
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