guavagenerators icon indicating copy to clipboard operation
guavagenerators copied to clipboard

IDEA Plugin that generates equals, hashCode and toString using Guava Libraries

Results 3 guavagenerators issues
Sort by recently updated
recently updated
newest added

The latest change "removing Objects from toString and add MoreObjects" isn't available in jetbrains repo.

updated some typos, text format

The plugin uses member field access to include super class members. In case of a superclass that has a private member with a public or protected getter, the proper way...