Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.986 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 19 | src/NHibernate.Test/TypesTest/EntityTypeFixture.cs |
2 | 5 | 42 | src/NHibernate.Test/TypesTest/EntityTypeFixture.cs |
| ||||
EntityType type = (EntityType) NHibernateUtil.Entity( typeof( EntityClass)); EntityClass a = new EntityClass(1); EntityClass b = new EntityClass(2); EntityClass ca = new ComparableEntityClass(1); |
| ||||
EntityType type = (EntityType) NHibernateUtil.Entity( typeof( EntityClass)); EntityClass a = new EntityClass(1); EntityClass b = new EntityClass(2); EntityClass c = new EntityClass(1); |
| |||
EntityType type = (EntityType)NHibernateUtil.Entity( typeof(EntityClass)); EntityClass a = new EntityClass(1); EntityClass b = new EntityClass(2); EntityClass [[#variable5f484d80]]= new [[#variable477606e0]](1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f484d80]] | c |
1 | 2 | [[#5f484d80]] | ca |
2 | 1 | [[#477606e0]] | EntityClass |
2 | 2 | [[#477606e0]] | ComparableEntityClass |