CloneSet2207


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.976class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13128
src/NHibernate/Cfg/XmlHbmBinding/Binder.cs
23134
src/NHibernate/Cfg/XmlHbmBinding/Binder.cs
Clone Instance
1
Line Count
3
Source Line
128
Source File
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();
                }



Clone Instance
2
Line Count
3
Source Line
134
Source File
src/NHibernate/Cfg/XmlHbmBinding/Binder.cs

                protected static string GetQualifiedClassName(string unqualifiedName, Mappings mappings)
                {
                        return ClassForNameChecked(unqualifiedName, mappings, "unknown class {0}").AssemblyQualifiedName;
                }



Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6c78f380]]
GetQualifiedClassName 
12[[#6c78f380]]
GetClassName 
21[[#6c78f320]]
AssemblyQualifiedName 
22[[#6c78f320]]
FullName