[hibernate-commits] Hibernate SVN: r14267 - annotations/trunk/src/java/org/hibernate/cfg.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jan 3 09:43:20 EST 2008


Author: epbernard
Date: 2008-01-03 09:43:19 -0500 (Thu, 03 Jan 2008)
New Revision: 14267

Modified:
   annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java
Log:
Document bug

Modified: annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java
===================================================================
--- annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java	2008-01-03 14:41:32 UTC (rev 14266)
+++ annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java	2008-01-03 14:43:19 UTC (rev 14267)
@@ -399,6 +399,7 @@
 								compare = -1;
 							}
 							else if ( f1.hashCode() == f2.hashCode() ) {
+								//FIXME (do not use the hashCode as two objects can have identical hashCode values)
 								compare = 0;
 							}
 							else {




More information about the hibernate-commits mailing list