Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 128 | src/NHibernate/Cfg/XmlHbmBinding/Binder.cs |
2 | 3 | 134 | src/NHibernate/Cfg/XmlHbmBinding/Binder.cs |
| ||||
protected static string GetClassName(string unqualifiedName, Mappings mappings) { return ClassForNameChecked(unqualifiedName, mappings, "unknown class {0}").FullName; //return TypeNameParser.Parse(unqualifiedName, mappings.DefaultNamespace, mappings.DefaultAssembly).ToString(); } |
| ||||
protected static string GetQualifiedClassName(string unqualifiedName, Mappings mappings) { return ClassForNameChecked(unqualifiedName, mappings, "unknown class {0}").AssemblyQualifiedName; } |
| |||
protected static string [[#variable6c78f380]](string unqualifiedName, Mappings mappings) { return ClassForNameChecked(unqualifiedName, mappings, "unknown class {0}"). [[#variable6c78f320]]; //return TypeNameParser.Parse(unqualifiedName, mappings.DefaultNamespace, mappings.DefaultAssembly).ToString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6c78f380]] | GetQualifiedClassName |
1 | 2 | [[#6c78f380]] | GetClassName |
2 | 1 | [[#6c78f320]] | AssemblyQualifiedName |
2 | 2 | [[#6c78f320]] | FullName |