Guava Eclipse Plugin

Add this URL to your Eclipse Installation to reach this solution's update site.

2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13)

https://guavaeclipseplugin.github.io/GuavaEclipsePluginUpdateSite/SNAPSHOT/latest

Learn more...
Solution Description

"Guava Eclipse plugin" is an eclipse plugin which will generate following methods using Google guava utilty classes or jdk utility classes

  • toString() [STRG + SHIFT + 4]
  • equals(Object object) & hashCode() [STRG + SHIFT + 5]
  • compareTo(...) [STRG + SHIFT + 6]
Guava Eclipse Plugin 1.7.0 RELEASE NOTES

We are pleased to announce the Guava Eclipse Plugin 1.7.0 release!

New features:

  • requires Java 11

Fixed Bugs:

  • FR#42 - update site on bintray not reachable

Known Issues:

Any Help (Pull Requests, Commits, Issue Reports, Documentation, etc) is welcome.

Categories: Code Management, Editor, IDE, Tools

Additional Details

Eclipse Versions: 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: N/A

Development Status: Production/Stable

Date Created: Thursday, January 6, 2011 - 08:39

License: Apache 2.0

Date Updated: Wednesday, December 28, 2022 - 16:31

Submitted by: Vinay Mising name

Screenshot
Date Ranking Installs Clickthroughs
March 2024 359/691 29 9
February 2024 349/687 29 14
January 2024 372/691 24 13
December 2023 339/671 32 7
November 2023 368/686 29 6
October 2023 382/673 24 10
September 2023 328/663 33 6
August 2023 379/673 21 7
July 2023 353/668 26 3
June 2023 369/669 26 7
May 2023 394/671 21 5
April 2023 352/667 29 5
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Guava Eclipse Plugin.

HTML Code:

Markdown Syntax:

Output:

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

Reviews Add new review

Hi,

unfortunately the update site on dl.bintray.com is not reachable anymore. I guess due to their change in free providerism.

I tried to install maven (m2e) plugin, but it requires guava plugin, and I tried to install guava, which I can not download in eclipse marketplace at all.

How do I find the binary?

In reply to by Alex Mischur

This ErrorReport:

Your original request has been modified. "m2e - Maven Integration for Eclipse (includes Incubating components)" is already installed, so an update will be performed instead. Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033) Missing requirement: Maven Integration for Eclipse 1.5.0.20140606-0033 (org.eclipse.m2e.core 1.5.0.20140606-0033) requires 'bundle com.google.guava [14.0.1,16.0.0)' but it could not be found Cannot satisfy dependency: From: m2e Marketplace 1.5.0.20140606-0033 (org.eclipse.m2e.discovery 1.5.0.20140606-0033) To: bundle org.eclipse.m2e.core [1.5.0,1.6.0) Cannot satisfy dependency: From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033) To: org.eclipse.m2e.discovery [1.5.0.20140606-0033]

has nothing todo with the GuavaEclipsePlugin

The plugin doesn't have ane dependencies to Google Guava...
it is a problem of m2e plugin

Does exactly what it says it will do. In order to install, you just put the jar in your plugins directory.

Hopes for future version
* Install/auto-update server
* Ability to customize generated code (e.g., do one-line if statements with braces)

In reply to by Steve Loeppky

Hi Steve,

Request 1 "Install/auto-update server"
This is the update site url: https://sourceforge.net/projects/guavaeclipse/files/UpdateSite/LATEST/
Please remove the old jar (GuavaHelper.jar) from plugins directory before using update site to avoid conflicts.

Request 2 "Ability to customize generated code (e.g., do one-line if statements with braces)"
Can you create a feature request please? https://sourceforge.net/p/guavaeclipse/feature-requests
We will see what we can do about it.

Regards Alex