Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.966 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 25 | src/NHibernate.Test/ProjectionFixtures/Fixture.cs |
2 | 4 | 30 | src/NHibernate.Test/ProjectionFixtures/Fixture.cs |
3 | 4 | 35 | src/NHibernate.Test/ProjectionFixtures/Fixture.cs |
| ||||
var root = new TreeNode { Key = new Key { Id = 1, Area = 2 } , Type = NodeType.Plain } ; |
| ||||
var child = new TreeNode { Key = new Key { Id = 11, Area = 2 } , Type = NodeType.Blue } ; |
| ||||
var grandchild = new TreeNode { Key = new Key { Id = 111, Area = 2 } , Type = NodeType.Smart } ; |
| |||
var [[#variable2bc89d60]]= new TreeNode { Key = new Key { Id = [[#variable2bff2740]], Area = 2 } , Type = NodeType. [[#variable2bff2700]] } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2bc89d60]] | root |
1 | 2 | [[#2bc89d60]] | child |
1 | 3 | [[#2bc89d60]] | grandchild |
2 | 1 | [[#2bff2740]] | 1 |
2 | 2 | [[#2bff2740]] | 11 |
2 | 3 | [[#2bff2740]] | 111 |
3 | 1 | [[#2bff2700]] | Plain |
3 | 2 | [[#2bff2700]] | Blue |
3 | 3 | [[#2bff2700]] | Smart |