Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 1 | 0.970 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 10 | src/NHibernate/Cfg/XmlHbmBinding/NamedQueryBinder.cs |
2 | 8 | 10 | src/NHibernate/Cfg/XmlHbmBinding/NamedSQLQueryBinder.cs |
3 | 8 | 16 | src/NHibernate/Cfg/XmlHbmBinding/ResultSetMappingBinder.cs |
| ||||
public NamedQueryBinder(Mappings mappings) : base(mappings) { } public NamedQueryBinder(Binder parent) : base(parent) { } |
| ||||
public NamedSQLQueryBinder(Mappings mappings) : base(mappings) { } public NamedSQLQueryBinder(Binder parent) : base(parent) { } |
| ||||
public ResultSetMappingBinder(Mappings mappings) : base(mappings) { } public ResultSetMappingBinder(Binder parent) : base(parent) { } |
| |||
public [[#variable4b8bd8e0]](Mappings mappings): base(mappings) { } public [[#variable4b8bd8e0]](Binder parent): base(parent) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b8bd8e0]] | NamedQueryBinder |
1 | 2 | [[#4b8bd8e0]] | NamedSQLQueryBinder |
1 | 3 | [[#4b8bd8e0]] | ResultSetMappingBinder |