Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.967 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 52 | src/NHibernate.Test/UtilityTest/AssemblyQualifiedTypeNameFixture.cs |
2 | 5 | 59 | src/NHibernate.Test/UtilityTest/AssemblyQualifiedTypeNameFixture.cs |
| ||||
[Test] public void ToStringSimple() { AssemblyQualifiedTypeName tn = new AssemblyQualifiedTypeName("MyType", null); Assert.AreEqual("MyType", tn.ToString()); } |
| ||||
[Test] public void ToStringComplex() { AssemblyQualifiedTypeName tn = new AssemblyQualifiedTypeName("MyType", "MyAssembly"); Assert.AreEqual("MyType, MyAssembly", tn.ToString()); } |
| |||
[Test] public void [[#variable270af680]]() { AssemblyQualifiedTypeName tn = new AssemblyQualifiedTypeName("MyType", [[#variable270ae7a0]]); Assert.AreEqual( [[#variable270af580]], tn.ToString()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#270af680]] | ToStringSimple |
1 | 2 | [[#270af680]] | ToStringComplex |
2 | 1 | [[#270ae7a0]] | null |
2 | 2 | [[#270ae7a0]] | "MyAssembly" |
3 | 1 | [[#270af580]] | "MyType" |
3 | 2 | [[#270af580]] | "MyType, MyAssembly" |