This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138984 - equals/hashCode support for Google Collections
Summary: equals/hashCode support for Google Collections
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 23:55 UTC by fommil
Modified: 2013-09-02 14:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fommil 2008-07-03 23:55:27 UTC
Google Collections http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/base/Objects.html provides several static methods 
that help make hashCode/equals methods look a lot cleaner! Please consider allowing the hashCode/equals generator to use these methods if they are 
available on the classpath.