CloneSet2554


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.972class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131754
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
2346
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs
Clone Instance
1
Line Count
3
Source Line
1754
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                public bool TryToType(string propertyName, out IType type)
                {
                        return propertyMapping.TryToType(propertyName, out type);
                }



Clone Instance
2
Line Count
3
Source Line
46
Source File
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs

                public bool TryToType(string propertyName, out IType type)
                {
                        return typesByPropertyPath.TryGetValue(propertyName, out type);
                }



Clone AbstractionParameter Count: 2Parameter Bindings

public bool TryToType(string propertyName, out IType type)
{
   return [[#variable6fec6020]]. [[#variable6fe2bfa0]](propertyName, out type);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6fec6020]]
propertyMapping 
12[[#6fec6020]]
typesByPropertyPath 
21[[#6fe2bfa0]]
TryToType 
22[[#6fe2bfa0]]
TryGetValue