Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.988 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 817 | src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs |
2 | 3 | 1252 | src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs |
| ||||
foreach (XmlNode childNode in typeChild.ChildNodes) parameters.Add(childNode.Attributes["name"].Value, childNode.InnerText.Trim()); |
| ||||
foreach (XmlNode childNode in typeNode.ChildNodes) parameters.Add(childNode.Attributes["name"].Value, childNode.InnerText.Trim()); |
| |||
foreach (XmlNode childNode in [[#variable54a6d400]].ChildNodes) parameters.Add(childNode.Attributes["name"].Value, childNode.InnerText.Trim()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54a6d400]] | typeChild |
1 | 2 | [[#54a6d400]] | typeNode |