Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 10 | 4 | 0.962 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 492 | src/NHibernate/Mapping/Collection.cs |
2 | 5 | 499 | src/NHibernate/Mapping/Collection.cs |
3 | 5 | 506 | src/NHibernate/Mapping/Collection.cs |
4 | 5 | 513 | src/NHibernate/Mapping/Collection.cs |
5 | 5 | 113 | src/NHibernate/Mapping/Join.cs |
6 | 5 | 120 | src/NHibernate/Mapping/Join.cs |
7 | 5 | 127 | src/NHibernate/Mapping/Join.cs |
8 | 5 | 1004 | src/NHibernate/Mapping/PersistentClass.cs |
9 | 5 | 1016 | src/NHibernate/Mapping/PersistentClass.cs |
10 | 5 | 1028 | src/NHibernate/Mapping/PersistentClass.cs |
| ||||
public void SetCustomSQLInsert(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLInsert = SqlString.Parse(sql); customInsertCallable = callable; insertCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLDelete(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLDelete = SqlString.Parse(sql); customDeleteCallable = callable; deleteCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLDeleteAll(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLDeleteAll = SqlString.Parse(sql); customDeleteAllCallable = callable; deleteAllCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLUpdate(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLUpdate = SqlString.Parse(sql); customUpdateCallable = callable; updateCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLInsert(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLInsert = SqlString.Parse(sql); customInsertCallable = callable; insertCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLDelete(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLDelete = SqlString.Parse(sql); customDeleteCallable = callable; deleteCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLUpdate(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLUpdate = SqlString.Parse(sql); customUpdateCallable = callable; updateCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLInsert(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLInsert = SqlString.Parse(sql); customInsertCallable = callable; insertCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLUpdate(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLUpdate = SqlString.Parse(sql); customUpdateCallable = callable; updateCheckStyle = checkStyle; } |
| ||||
public void SetCustomSQLDelete(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { customSQLDelete = SqlString.Parse(sql); customDeleteCallable = callable; deleteCheckStyle = checkStyle; } |
| |||
public void [[#variable5684d7c0]](string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle) { [[#variable5684d760]]= SqlString.Parse(sql); [[#variable5684d700]]= callable; [[#variable5684d5a0]]= checkStyle; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5684d7c0]] | SetCustomSQLUpdate |
1 | 2 | [[#5684d7c0]] | SetCustomSQLInsert |
1 | 3 | [[#5684d7c0]] | SetCustomSQLDelete |
1 | 4 | [[#5684d7c0]] | SetCustomSQLDeleteAll |
1 | 5 | [[#5684d7c0]] | SetCustomSQLUpdate |
1 | 6 | [[#5684d7c0]] | SetCustomSQLDelete |
1 | 7 | [[#5684d7c0]] | SetCustomSQLInsert |
1 | 8 | [[#5684d7c0]] | SetCustomSQLDelete |
1 | 9 | [[#5684d7c0]] | SetCustomSQLUpdate |
1 | 10 | [[#5684d7c0]] | SetCustomSQLInsert |
2 | 1 | [[#5684d760]] | customSQLUpdate |
2 | 2 | [[#5684d760]] | customSQLInsert |
2 | 3 | [[#5684d760]] | customSQLDelete |
2 | 4 | [[#5684d760]] | customSQLDeleteAll |
2 | 5 | [[#5684d760]] | customSQLUpdate |
2 | 6 | [[#5684d760]] | customSQLDelete |
2 | 7 | [[#5684d760]] | customSQLInsert |
2 | 8 | [[#5684d760]] | customSQLDelete |
2 | 9 | [[#5684d760]] | customSQLUpdate |
2 | 10 | [[#5684d760]] | customSQLInsert |
3 | 1 | [[#5684d700]] | customUpdateCallable |
3 | 2 | [[#5684d700]] | customInsertCallable |
3 | 3 | [[#5684d700]] | customDeleteCallable |
3 | 4 | [[#5684d700]] | customDeleteAllCallable |
3 | 5 | [[#5684d700]] | customUpdateCallable |
3 | 6 | [[#5684d700]] | customDeleteCallable |
3 | 7 | [[#5684d700]] | customInsertCallable |
3 | 8 | [[#5684d700]] | customDeleteCallable |
3 | 9 | [[#5684d700]] | customUpdateCallable |
3 | 10 | [[#5684d700]] | customInsertCallable |
4 | 1 | [[#5684d5a0]] | updateCheckStyle |
4 | 2 | [[#5684d5a0]] | insertCheckStyle |
4 | 3 | [[#5684d5a0]] | deleteCheckStyle |
4 | 4 | [[#5684d5a0]] | deleteAllCheckStyle |
4 | 5 | [[#5684d5a0]] | updateCheckStyle |
4 | 6 | [[#5684d5a0]] | deleteCheckStyle |
4 | 7 | [[#5684d5a0]] | insertCheckStyle |
4 | 8 | [[#5684d5a0]] | deleteCheckStyle |
4 | 9 | [[#5684d5a0]] | updateCheckStyle |
4 | 10 | [[#5684d5a0]] | insertCheckStyle |