Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.951 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1014 | src/NHibernate.Test/HQL/Ast/BulkManipulation.cs |
2 | 1 | 1018 | src/NHibernate.Test/HQL/Ast/BulkManipulation.cs |
| ||||
var add = new Address { City = "MEL", Country = "AU", Street = "Main st", PostalCode = "3000" } ; |
| ||||
var addr = new Address { City = "Sydney", Country = "AU", Street = "High st", PostalCode = "2000" } ; |
| |||
var [[#variable6efd2440]]= new Address { City = [[#variable6efd1ee0]], Country = "AU", Street = [[#variable6efd1dc0]], PostalCode = [[#variable6efd2460]] } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6efd2440]] | add |
1 | 2 | [[#6efd2440]] | addr |
2 | 1 | [[#6efd1ee0]] | "MEL" |
2 | 2 | [[#6efd1ee0]] | "Sydney" |
3 | 1 | [[#6efd1dc0]] | "Main st" |
3 | 2 | [[#6efd1dc0]] | "High st" |
4 | 1 | [[#6efd2460]] | "3000" |
4 | 2 | [[#6efd2460]] | "2000" |