Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
23 | 2 | 5 | 0.959 | class_member_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 23 | 432 | src/NHibernate/Mapping/Collection.cs |
2 | 6 | 101 | src/NHibernate/Mapping/Join.cs |
| ||||
public SqlString CustomSQLInsert { get { return customSQLInsert; } } public SqlString CustomSQLDelete { get { return customSQLDelete; } } public SqlString CustomSQLUpdate { get { return customSQLUpdate; } } public SqlString CustomSQLDeleteAll { get { return customSQLDeleteAll; } } public bool IsCustomInsertCallable { get { return customInsertCallable; } } |
| ||||
public SqlString CustomSQLInsert { get { return customSQLInsert; } } public SqlString CustomSQLDelete { get { return customSQLDelete; } } public SqlString CustomSQLUpdate { get { return customSQLUpdate; } } public bool IsCustomInsertCallable { get { return customInsertCallable; } } public bool IsCustomDeleteCallable { get { return customDeleteCallable; } } |
| |||
public SqlString CustomSQLInsert { get { return customSQLInsert; } } public SqlString CustomSQLDelete { get { return customSQLDelete; } } public SqlString CustomSQLUpdate { get { return customSQLUpdate; } } public [[#variable28f09680]] [[#variable2b973e20]] { get { return [[#variable28f097c0]]; } } public bool [[#variable28f09600]] { get { return [[#variable28f095a0]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28f09680]] | SqlString |
1 | 2 | [[#28f09680]] | bool |
2 | 1 | [[#2b973e20]] | CustomSQLDeleteAll |
2 | 2 | [[#2b973e20]] | IsCustomInsertCallable |
3 | 1 | [[#28f097c0]] | customSQLDeleteAll |
3 | 2 | [[#28f097c0]] | customInsertCallable |
4 | 1 | [[#28f09600]] | IsCustomInsertCallable |
4 | 2 | [[#28f09600]] | IsCustomDeleteCallable |
5 | 1 | [[#28f095a0]] | customInsertCallable |
5 | 2 | [[#28f095a0]] | customDeleteCallable |