Issue Type: Bug Bug
Assignee: Unassigned
Components: entity-manager
Created: 18/Jul/12 8:22 AM
Description:

That method calls Map.remove while iterating said Map. The code fragment:

if ( removeIt ) {
    uniqueKeys.remove( uniqueKeyEntry.getKey() );
}

should really read:


if ( removeIt ) { // 'uniqueKeyEntries' is the Iterator uniqueKeyEntries.remove(); }

Fix Versions: 4.1.6
Project: Hibernate ORM
Priority: Major Major
Reporter: Steve Ebersole
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira