[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5104?page=c...
]
Gail Badner updated HHH-5104:
-----------------------------
Summary: EntityType.isEqual() test x equals x but should test x equals y
(Thierry-Dimitri Roy) (was: EntityType.isEqual() test x equals x but should test x equals
y)
EntityType.isEqual() test x equals x but should test x equals y
(Thierry-Dimitri Roy)
--------------------------------------------------------------------------------------
Key: HHH-5104
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5104
Project: Hibernate Core
Issue Type: Bug
Affects Versions: 3.5.0-Final
Reporter: Thierry-Dimitri Roy
Assignee: Gail Badner
Fix For: 3.5.1
Line 338
change
yid = persister.getIdentifier(x, entityMode);
to
yid = persister.getIdentifier(y, entityMode);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira