| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 4 | 2 | 0.965 | argument_list |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 132 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
| 2 | 2 | 136 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
| 3 | 2 | 138 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
| 4 | 2 | 140 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
| ||||
(new MappingConfiguration("AAssembly", null)).Equals(
(new MappingConfiguration("AAssembly", "SomeResource")))
|
| ||||
(new MappingConfiguration("AAssembly", "AnotherResource")).Equals(
(new MappingConfiguration("AAssembly", "SomeResource")))
|
| ||||
(new MappingConfiguration("AAssembly", "")).Equals(
(new MappingConfiguration("AAssembly", null)))
|
| ||||
(new MappingConfiguration("AAssembly", "aResource")).Equals(
(new MappingConfiguration("AAssembly", "aResource")))
|
| |||
(new MappingConfiguration("AAssembly", [[#variable50f00da0]])).Equals((new MappingConfiguration("AAssembly", [[#variable50f00d20]])))
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#50f00da0]] | "aResource" |
| 1 | 2 | [[#50f00da0]] | "" |
| 1 | 3 | [[#50f00da0]] | "AnotherResource" |
| 1 | 4 | [[#50f00da0]] | null |
| 2 | 1 | [[#50f00d20]] | "aResource" |
| 2 | 2 | [[#50f00d20]] | null |
| 2 | 3 | [[#50f00d20]] | "SomeResource" |
| 2 | 4 | [[#50f00d20]] | "SomeResource" |