Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.973 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 221 | src/NHibernate.Test/UtilityTest/TypeNameParserFixture.cs |
2 | 2 | 230 | src/NHibernate.Test/UtilityTest/TypeNameParserFixture.cs |
3 | 2 | 251 | src/NHibernate.Test/UtilityTest/TypeNameParserFixture.cs |
| ||||
var a = TypeNameParser.Parse(expectedType); Assert.AreEqual(expectedType, a.ToString()); |
| ||||
var a = TypeNameParser.Parse(expectedType); Assert.AreEqual(expectedType, a.ToString()); |
| ||||
var a = TypeNameParser.Parse(typeName); Assert.AreEqual(typeName, a.ToString()); |
| |||
var a = TypeNameParser.Parse( [[#variable27d6c400]]); Assert.AreEqual( [[#variable27d6c400]], a.ToString()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27d6c400]] | expectedType |
1 | 2 | [[#27d6c400]] | typeName |
1 | 3 | [[#27d6c400]] | expectedType |