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

Arrays.deepHashCode vs Objects.hashCode #5

Closed arolfes closed 9 years ago

arolfes commented 9 years ago

Add a preference that the user can decide if he want to use com.google.common.base.Objects.hashCode() or java.util.Arrays.deepHashCode()