Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.970 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 176 | src/NHibernate/Cfg/XmlHbmBinding/Binder.cs |
2 | 3 | 219 | src/NHibernate/Cfg/XmlHbmBinding/Binder.cs |
| ||||
public static IDictionary<string, MetaAttribute> GetMetas(IDecoratable decoratable, IDictionary<string, MetaAttribute> inheritedMeta) { return GetMetas(decoratable, inheritedMeta, false); } |
| ||||
public static IDictionary<string, MetaAttribute> GetMetas(XmlNodeList nodes, IDictionary<string, MetaAttribute> inheritedMeta) { return GetMetas(nodes, inheritedMeta, false); } |
| |||
public static IDictionary<string, MetaAttribute> GetMetas( [[#variable54b45fc0]] [[#variable54b45f40]], IDictionary<string, MetaAttribute> inheritedMeta) { return GetMetas( [[#variable54b45f40]], inheritedMeta, false); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b45fc0]] | XmlNodeList |
1 | 2 | [[#54b45fc0]] | IDecoratable |
2 | 1 | [[#54b45f40]] | nodes |
2 | 2 | [[#54b45f40]] | decoratable |