Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_list[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 39 | src/NHibernate.Test/GenericTest/MapGeneric/MapGenericFixture.cs |
2 | 6 | 86 | src/NHibernate.Test/GenericTest/MapGeneric/MapGenericFixture.cs |
| ||||
a.Name = "first generic type"; a.Items = new Dictionary<string, B> (); B firstB = new B(); firstB.Name = "first b"; B secondB = new B(); secondB.Name = "second b"; |
| ||||
a.Name = "first generic type"; a.Items = new Dictionary<string, B> (); B firstB = new B(); firstB.Name = "first b"; B secondB = new B(); secondB.Name = "second b"; |
| |||
a.Name = "first generic type"; a.Items = new Dictionary<string, B> (); B firstB = new B(); firstB.Name = "first b"; B secondB = new B(); secondB.Name = "second b"; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |