CloneSet1342


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4330.966statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1425
src/NHibernate.Test/ProjectionFixtures/Fixture.cs
2430
src/NHibernate.Test/ProjectionFixtures/Fixture.cs
3435
src/NHibernate.Test/ProjectionFixtures/Fixture.cs
Clone Instance
1
Line Count
4
Source Line
25
Source File
src/NHibernate.Test/ProjectionFixtures/Fixture.cs

                var root = new TreeNode
                {
                    Key = new Key { Id = 1, Area = 2
                                  } , Type = NodeType.Plain
                } ;


Clone Instance
2
Line Count
4
Source Line
30
Source File
src/NHibernate.Test/ProjectionFixtures/Fixture.cs

                var child = new TreeNode
                {
                    Key = new Key { Id = 11, Area = 2
                                  } , Type = NodeType.Blue
                } ;


Clone Instance
3
Line Count
4
Source Line
35
Source File
src/NHibernate.Test/ProjectionFixtures/Fixture.cs

                var grandchild = new TreeNode
                {
                    Key = new Key { Id = 111, Area = 2
                                  } , Type = NodeType.Smart
                } ;


Clone AbstractionParameter Count: 3Parameter Bindings

var [[#variable2bc89d60]]= new TreeNode {
                                           Key = new Key {
                                                            Id = [[#variable2bff2740]], Area = 2
                                                         } , Type = NodeType. [[#variable2bff2700]]
                                        } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2bc89d60]]
root 
12[[#2bc89d60]]
child 
13[[#2bc89d60]]
grandchild 
21[[#2bff2740]]
1 
22[[#2bff2740]]
11 
23[[#2bff2740]]
111 
31[[#2bff2700]]
Plain 
32[[#2bff2700]]
Blue 
33[[#2bff2700]]
Smart