Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 194 | src/NHibernate/Cfg/XmlHbmBinding/CollectionBinder.cs |
2 | 4 | 38 | src/NHibernate/Cfg/XmlHbmBinding/UnionSubclassBinder.cs |
| ||||
XmlAttribute schemaNode = node.Attributes["schema"]; string schema = schemaNode == null ? mappings.SchemaName: schemaNode.Value; XmlAttribute catalogNode = node.Attributes["catalog"]; string catalog = catalogNode == null ? mappings.CatalogName: catalogNode.Value; |
| ||||
//table + schema names XmlAttribute schemaNode = subnode.Attributes["schema"]; string schema = schemaNode == null ? mappings.SchemaName: schemaNode.Value; XmlAttribute catalogNode = subnode.Attributes["catalog"]; string catalog = catalogNode == null ? mappings.CatalogName: catalogNode.Value; |
| |||
//table + schema names XmlAttribute schemaNode = [[#variable50f08100]].Attributes["schema"]; string schema = schemaNode == null ? mappings.SchemaName: schemaNode.Value; XmlAttribute catalogNode = [[#variable50f08100]].Attributes["catalog"]; string catalog = catalogNode == null ? mappings.CatalogName: catalogNode.Value; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50f08100]] | subnode |
1 | 2 | [[#50f08100]] | node |