Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.976 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 143 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
2 | 2 | 145 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
| ||||
Assert.IsTrue((new MappingConfiguration("AFile")).Equals( (new MappingConfiguration("AFile")))); |
| ||||
Assert.IsFalse((new MappingConfiguration("AFile")).Equals( (new MappingConfiguration("AnotherFile")))); |
| |||
Assert. [[#variable70ad7660]]((new MappingConfiguration("AFile")).Equals((new MappingConfiguration( [[#variable70ad75e0]])))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70ad7660]] | IsFalse |
1 | 2 | [[#70ad7660]] | IsTrue |
2 | 1 | [[#70ad75e0]] | "AnotherFile" |
2 | 2 | [[#70ad75e0]] | "AFile" |