CloneSet1521


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.992class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14146
src/NHibernate/Collection/PersistentBag.cs
2467
src/NHibernate/Collection/PersistentList.cs
Clone Instance
1
Line Count
4
Source Line
146
Source File
src/NHibernate/Collection/PersistentBag.cs

                public override ICollection GetOrphans(object snapshot, string entityName)
                {
                        IList sn = (IList) snapshot;
                        return GetOrphans(sn, bag, entityName, Session);
                }



Clone Instance
2
Line Count
4
Source Line
67
Source File
src/NHibernate/Collection/PersistentList.cs

                public override ICollection GetOrphans(object snapshot, string entityName)
                {
                        IList sn = (IList) snapshot;
                        return GetOrphans(sn, list, entityName, Session);
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public override ICollection GetOrphans(object snapshot, string entityName)
{
   IList sn = (IList)snapshot;
   return GetOrphans(sn, [[#variable297dd1a0]], entityName, Session);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#297dd1a0]]
bag 
12[[#297dd1a0]]
list