CloneSet1493


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.992statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14341
src/NHibernate/Engine/ActionQueue.cs
24366
src/NHibernate/Engine/ActionQueue.cs
Clone Instance
1
Line Count
4
Source Line
341
Source File
src/NHibernate/Engine/ActionQueue.cs

                                        // we have not, so create the proper entries in nameList and positionToAction
                                        List<EntityInsertAction> segmentedActionQueue = new List<EntityInsertAction> ();
                                        segmentedActionQueue.Add(action);
                                        nameList.Add(thisEntityName);
                                        positionToAction[nameList.IndexOf(thisEntityName)] = segmentedActionQueue;


Clone Instance
2
Line Count
4
Source Line
366
Source File
src/NHibernate/Engine/ActionQueue.cs

                                                                        // 'checkAction' is inserting an entity upon which 'action' depends...
                                                                        // note: this is an assumption and may not be correct in the case of one-to-one
                                                                        List<EntityInsertAction> segmentedActionQueue = new List<EntityInsertAction> ();
                                                                        segmentedActionQueue.Add(action);
                                                                        nameList.Add(thisEntityName);
                                                                        positionToAction[nameList.LastIndexOf(thisEntityName)] = segmentedActionQueue;


Clone AbstractionParameter Count: 1Parameter Bindings

// 'checkAction' is inserting an entity upon which 'action' depends...
// note: this is an assumption and may not be correct in the case of one-to-one
// we have not, so create the proper entries in nameList and positionToAction
List<EntityInsertAction> segmentedActionQueue = new List<EntityInsertAction> ();
segmentedActionQueue.Add(action);
nameList.Add(thisEntityName);
positionToAction[nameList. [[#variable295caaa0]](thisEntityName)] = segmentedActionQueue;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#295caaa0]]
LastIndexOf 
12[[#295caaa0]]
IndexOf