Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.953 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 326 | src/NHibernate/Mapping/PersistentClass.cs |
2 | 2 | 467 | src/NHibernate/Mapping/PersistentClass.cs |
| ||||
List<IEnumerable<Property>> iters = new List<IEnumerable<Property>> (); iters.Add(PropertyClosureIterator); |
| ||||
List<IEnumerable<Property>> iterators = new List<IEnumerable<Property>> (); iterators.Add(properties); |
| |||
List<IEnumerable<Property>> [[#variable6f505400]]= new List<IEnumerable<Property>> (); [[#variable6f505400]].Add( [[#variable6f5053a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f505400]] | iterators |
1 | 2 | [[#6f505400]] | iters |
2 | 1 | [[#6f5053a0]] | properties |
2 | 2 | [[#6f5053a0]] | PropertyClosureIterator |