Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.991 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 12 | src/NHibernate.Test/Interceptor/StatefulInterceptor.cs |
2 | 5 | 21 | src/NHibernate.Test/Interceptor/StatefulInterceptor.cs |
| ||||
{ if ( !(entity is Log)) { list.Add(new Log("insert", (string) id, entity.GetType().FullName)); } return false; } |
| ||||
{ if ( !(entity is Log)) { list.Add( new Log( "update", (string) id, entity.GetType().FullName)); } return false; } |
| |||
{ if ( !(entity is Log)) { list.Add(new Log( [[#variable27e033e0]], (string)id, entity.GetType().FullName)); } return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27e033e0]] | "update" |
1 | 2 | [[#27e033e0]] | "insert" |