Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Favorites for Benoit Besson

Favorites for Benoit Besson

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

Primary tabs

  • View
  • Favorites(active tab)
  • Products

Install Favorites for bbesson5sq

Install Favorites

Drag to Install!

Drag to your running Eclipse* workspace to install Benoit Besson favorite list.
*Requires Eclipse Marketplace Client.

Installable listings

EGit - Git Integration for Eclipse
1861
24
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Eclipse Foundation Member
EGit - Git Integration for Eclipse

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, January 13, 2023 - 10:09 by Chris Aniszczyk

EclEmma Java Code Coverage
1240
8
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

EclEmma Java Code Coverage

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 Tuesday, January 24, 2023 - 04:42 by Marc R. Hoffmann

Checkstyle Plug-in
1220
3
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Checkstyle Plug-in

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, January 13, 2023 - 10:08 by Lars ödderitzsch

Subversive - SVN Team Provider
1066
46
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Eclipse Foundation Member
Subversive - SVN Team Provider

The Subversive project is aimed to integrate the Subversion (SVN) version control system with the Eclipse platform. Using the Subversive plug-in, you can work with projects stored in Subversion rep...

SCM, Collaboration, Team Development, Mylyn Connectors, Code Management

Last Updated on Wednesday, December 14, 2022 - 09:47 by Igor Vinnykov

FindBugs Eclipse Plugin
880
14
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

FindBugs Eclipse Plugin

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

EasyShell
668
40
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

EasyShell

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

e(fx)clipse
581
10
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

e(fx)clipse

e(fx)clipse is a set of plugins who make developing JavaFX 2 application with your favorite IDE an excellent experience. It provides wizards, specialized CSS and XML editors needed for JavaFX usage...

Build and Deploy, IDE, Editor, Rich Client Applications, Programming Languages

Last Updated on Friday, January 13, 2023 - 10:09 by Thomas Schindl

JAutodoc
457
13
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

JAutodoc

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...

Editor, Code Management, Documentation, IDE, Search

Last Updated on Friday, January 13, 2023 - 10:06 by Martin Kesting

Mylyn
416
1
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Eclipse Foundation Member
Mylyn

Mylyn integrates defect and project management systems, build systems and other software development tools with Eclipse.

IDE, Code Management, Editor, Mylyn Connectors, Tools

Last Updated on Wednesday, December 14, 2022 - 09:46 by Robert Elves

Grep Console
344
12
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Grep Console

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

LogViewer
303
8
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

LogViewer

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

Eclipse Explorer
196
3
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Eclipse Explorer

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 Wednesday, January 25, 2023 - 22:47 by Jamling Li

Atlassian Connector for Eclipse
148
10
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Atlassian Connector for Eclipse

The Atlassian Connector for Eclipse allows you to manage JIRA issues and Bamboo builds without leaving the IDE. It is built on top of the Mylyn task interface. More information at https://bitbu...

Build and Deploy, Tools, Team Development, Mylyn Connectors, Code Management

Last Updated on Wednesday, December 14, 2022 - 09:46 by Atlassian Mising name

Non-installable listings

PMD Eclipse
140
4

PMD Eclipse

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

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top