CloneSet2798


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.985non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1348
src/NHibernate/Type/CompositeCustomType.cs
2366
src/NHibernate/Type/CustomType.cs
Clone Instance
1
Line Count
3
Source Line
48
Source File
src/NHibernate/Type/CompositeCustomType.cs

                        if ( !userType.ReturnedClass.IsSerializable)
                        {
                                LogManager.GetLogger( typeof(CustomType)).Warn("custom type is not Serializable: " + userTypeClass);
                        }


Clone Instance
2
Line Count
3
Source Line
66
Source File
src/NHibernate/Type/CustomType.cs

                        if ( !userType.ReturnedType.IsSerializable)
                        {
                                LogManager.GetLogger( typeof(CustomType)).Warn("custom type is not Serializable: " + userTypeClass);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !userType. [[#variable5e455160]].IsSerializable)
{
   LogManager.GetLogger( typeof(CustomType)).Warn("custom type is not Serializable: " + userTypeClass);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e455160]]
ReturnedClass 
12[[#5e455160]]
ReturnedType