CloneSet829


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19744
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs
2121289
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs
Clone Instance
1
Line Count
9
Source Line
744
Source File
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs

                        if (log.IsDebugEnabled)
                        {
                                string msg = "Mapped property: " + property.Name;
                                string columns = Columns(property.Value);
                                if (columns.Length > 0)
                                        msg += " -> " + columns;
                                if (property.Type != null)
                                        msg += ", type: " + property.Type.Name;
                                log.Debug(msg);
                        }


Clone Instance
2
Line Count
12
Source Line
1289
Source File
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs

                        if (log.IsDebugEnabled)
                        {
                                string msg = "Mapped property: " + property.Name;
                                string columns = Columns(property.Value);

                                if (columns.Length > 0)
                                        msg += " -> " + columns;

                                if (property.Type != null)
                                        msg += ", type: " + property.Type.Name;

                                log.Debug(msg);
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (log.IsDebugEnabled)
{
   string msg = "Mapped property: " + property.Name;
   string columns = Columns(property.Value);
   if (columns.Length > 0)
      msg += " -> " + columns;
   if (property.Type != null)
      msg += ", type: " + property.Type.Name;
   log.Debug(msg);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None