CloneSet1627


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.991block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1612
src/NHibernate.Test/Interceptor/StatefulInterceptor.cs
2521
src/NHibernate.Test/Interceptor/StatefulInterceptor.cs
Clone Instance
1
Line Count
6
Source Line
12
Source File
src/NHibernate.Test/Interceptor/StatefulInterceptor.cs

                {
                        if ( !(entity is Log))
                        {
                                list.Add(new Log("insert", (string) id, entity.GetType().FullName));
                        }
                        return false;
                }


Clone Instance
2
Line Count
5
Source Line
21
Source File
src/NHibernate.Test/Interceptor/StatefulInterceptor.cs

                {
                if ( !(entity is Log))  {
                        list.Add( new Log( "update", (string) id, entity.GetType().FullName));
                                        }
                return false;
                }


Clone AbstractionParameter Count: 1Parameter Bindings

{
   if ( !(entity is Log))
   {
      list.Add(new Log( [[#variable27e033e0]], (string)id, entity.GetType().FullName));
   }
   return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#27e033e0]]
"update" 
12[[#27e033e0]]
"insert"