Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.972 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 32 | src/NHibernate.Test/NHSpecificTest/NH280/Fixture.cs |
2 | 2 | 42 | src/NHibernate.Test/NHSpecificTest/NH280/Fixture.cs |
| ||||
Assert.AreEqual( typeof(Int32), result[1].GetType()); Assert.AreEqual( typeof(Double), result[2].GetType()); |
| ||||
Assert.AreEqual( typeof(Int32), result[0].GetType()); Assert.AreEqual( typeof(Foo), result[1].GetType()); |
| |||
Assert.AreEqual( typeof(Int32), result[ [[#variable270f70e0]]].GetType()); Assert.AreEqual( typeof( [[#variable270f6560]]), result[ [[#variable270f7100]]].GetType()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#270f70e0]] | 1 |
1 | 2 | [[#270f70e0]] | 0 |
2 | 1 | [[#270f6560]] | Double |
2 | 2 | [[#270f6560]] | Foo |
3 | 1 | [[#270f7100]] | 2 |
3 | 2 | [[#270f7100]] | 1 |