| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 12 | 2 | 0 | 1.000 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 744 | src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs |
| 2 | 12 | 1289 | 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);
}
|
| ||||
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);
}
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||