| 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.963 | null_coalescing_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 413 | src/NHibernate.DomainModel/Baz.cs |
| 2 | 1 | 4323 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
new FooComponent("bar", 88, null, new FooComponent("sub", 69, null, null))
|
| ||||
new FooComponent("foo", 69, null, new FooComponent("bar", 96, null, null))
|
| |||
new FooComponent( [[#variable25898ac0]], [[#variable25898b00]], null, new FooComponent( [[#variable25889660]], [[#variable25898b20]], null, null)) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#25898ac0]] | "foo" |
| 1 | 2 | [[#25898ac0]] | "bar" |
| 2 | 1 | [[#25898b00]] | 69 |
| 2 | 2 | [[#25898b00]] | 88 |
| 3 | 1 | [[#25889660]] | "bar" |
| 3 | 2 | [[#25889660]] | "sub" |
| 4 | 1 | [[#25898b20]] | 96 |
| 4 | 2 | [[#25898b20]] | 69 |