GuavaEclipsePlugin / GuavaEclipsePluginParent

"Guava Eclipse Plugin" is an eclipse plugin which will generate following methods using Google guava utility classes or jdk utility classes toString() [STRG + SHIFT + 4] - equals(Object object) & hashCode() [STRG + SHIFT + 5] - compareTo(...) [STRG + SHIFT + 6]
https://guavaeclipseplugin.github.io/
10 stars 4 forks source link

retick checkbox "Use java.util.Objects..." before it's working #37

Open arolfes opened 6 years ago

arolfes commented 6 years ago

@godspeedyou wrote:

As default "Use java.util.Objects..." is ticked in the settings. But guava is used. To use java.util.Objects I had to untick and retick it.