Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 4 | 0.950 | class_member_declarations[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 55 | src/NHibernate/Mapping/Collection.cs |
2 | 7 | 24 | src/NHibernate/Mapping/Join.cs |
3 | 7 | 50 | src/NHibernate/Mapping/PersistentClass.cs |
| ||||
private SqlString customSQLInsert; private bool customInsertCallable; private ExecuteUpdateResultCheckStyle insertCheckStyle; private SqlString customSQLDelete; private bool customDeleteCallable; private ExecuteUpdateResultCheckStyle deleteCheckStyle; private SqlString customSQLUpdate; |
| ||||
// Custom SQL private SqlString customSQLInsert; private bool customInsertCallable; private ExecuteUpdateResultCheckStyle insertCheckStyle; private SqlString customSQLUpdate; private bool customUpdateCallable; private ExecuteUpdateResultCheckStyle updateCheckStyle; private SqlString customSQLDelete; |
| ||||
private SqlString customSQLInsert; private bool customInsertCallable; private ExecuteUpdateResultCheckStyle insertCheckStyle; private SqlString customSQLUpdate; private bool customUpdateCallable; private ExecuteUpdateResultCheckStyle updateCheckStyle; private SqlString customSQLDelete; |
| |||
// Custom SQL private SqlString customSQLInsert; private bool customInsertCallable; private ExecuteUpdateResultCheckStyle insertCheckStyle; private SqlString [[#variable298b3f00]]; private bool [[#variable2a41bc60]]; private ExecuteUpdateResultCheckStyle [[#variable2a5768a0]]; private SqlString [[#variable2a576880]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#298b3f00]] | customSQLDelete |
1 | 2 | [[#298b3f00]] | customSQLUpdate |
1 | 3 | [[#298b3f00]] | customSQLUpdate |
2 | 1 | [[#2a41bc60]] | customDeleteCallable |
2 | 2 | [[#2a41bc60]] | customUpdateCallable |
2 | 3 | [[#2a41bc60]] | customUpdateCallable |
3 | 1 | [[#2a5768a0]] | deleteCheckStyle |
3 | 2 | [[#2a5768a0]] | updateCheckStyle |
3 | 3 | [[#2a5768a0]] | updateCheckStyle |
4 | 1 | [[#2a576880]] | customSQLUpdate |
4 | 2 | [[#2a576880]] | customSQLDelete |
4 | 3 | [[#2a576880]] | customSQLDelete |