| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.972 | statement_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 376 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
| 2 | 4 | 15 | src/NHibernate/Event/LoadType.cs |
| ||||
if (string.IsNullOrEmpty(name))
throw new ArgumentNullException("name");
this.id = id;
|
| ||||
if (string.IsNullOrEmpty(name))
throw new ArgumentNullException("name");
this.name = name;
|
| |||
if (string.IsNullOrEmpty(name))
throw new ArgumentNullException("name");
this. [[#variable6fd5c5e0]]= [[#variable6fd5c5e0]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6fd5c5e0]] | name |
| 1 | 2 | [[#6fd5c5e0]] | id |