[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-5104) EntityType.isEqual() test x equals x but should test x equals y (Thierry-Dimitri Roy)

Gail Badner (JIRA) noreply at atlassian.com
Wed Apr 14 07:07:00 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner resolved HHH-5104.
------------------------------

    Resolution: Fixed

> 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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list