Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.952 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 81 | src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs |
2 | 1 | 88 | src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs |
3 | 1 | 91 | src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs |
| ||||
System.Type noType = ReflectHelper.TypeFromAssembly("noclass", "noassembly", false); |
| ||||
System.Type httpRequest = ReflectHelper.TypeFromAssembly("System.Web.HttpRequest", "System.Web", false); |
| ||||
System.Type sameType = ReflectHelper.TypeFromAssembly("System.Web.HttpRequest", "System.Web", false); |
| |||
System.Type [[#variable5f01a1c0]]= ReflectHelper.TypeFromAssembly( [[#variable5f01a140]], [[#variable5f01a0e0]], false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f01a1c0]] | noType |
1 | 2 | [[#5f01a1c0]] | httpRequest |
1 | 3 | [[#5f01a1c0]] | sameType |
2 | 1 | [[#5f01a140]] | "noclass" |
2 | 2 | [[#5f01a140]] | "System.Web.HttpRequest" |
2 | 3 | [[#5f01a140]] | "System.Web.HttpRequest" |
3 | 1 | [[#5f01a0e0]] | "noassembly" |
3 | 2 | [[#5f01a0e0]] | "System.Web" |
3 | 3 | [[#5f01a0e0]] | "System.Web" |