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

Gail Badner (JIRA) noreply at atlassian.com
Tue Apr 13 14:28:01 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36424#action_36424 ] 

Gail Badner commented on HHH-5104:
----------------------------------

Fixed in trunk.

Thanks, Thierry-Dimitri Roy!

> 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