Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.970 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 59 | src/NHibernate.Test/TypesTest/TypeFactoryFixture.cs |
2 | 1 | 60 | src/NHibernate.Test/TypesTest/TypeFactoryFixture.cs |
| ||||
Assert.AreEqual( int64Type, TypeFactory.HeuristicType( reflectedType.AssemblyQualifiedName), "using AQN should return nh Int64Type"); |
| ||||
Assert.AreEqual( int64Type, TypeFactory.HeuristicType( reflectedType.FullName), "using FullName should return nh Int64Type"); |
| |||
Assert.AreEqual(int64Type, TypeFactory.HeuristicType(reflectedType. [[#variable5840f560]]), [[#variable5840f4e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5840f560]] | AssemblyQualifiedName |
1 | 2 | [[#5840f560]] | FullName |
2 | 1 | [[#5840f4e0]] | "using AQN should return nh Int64Type" |
2 | 2 | [[#5840f4e0]] | "using FullName should return nh Int64Type" |