CloneSet181


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
51040.962class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15492
src/NHibernate/Mapping/Collection.cs
25499
src/NHibernate/Mapping/Collection.cs
35506
src/NHibernate/Mapping/Collection.cs
45513
src/NHibernate/Mapping/Collection.cs
55113
src/NHibernate/Mapping/Join.cs
65120
src/NHibernate/Mapping/Join.cs
75127
src/NHibernate/Mapping/Join.cs
851004
src/NHibernate/Mapping/PersistentClass.cs
951016
src/NHibernate/Mapping/PersistentClass.cs
1051028
src/NHibernate/Mapping/PersistentClass.cs
Clone Instance
1
Line Count
5
Source Line
492
Source File
src/NHibernate/Mapping/Collection.cs

                public void SetCustomSQLInsert(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLInsert = SqlString.Parse(sql);
                        customInsertCallable = callable;
                        insertCheckStyle = checkStyle;
                }



Clone Instance
2
Line Count
5
Source Line
499
Source File
src/NHibernate/Mapping/Collection.cs

                public void SetCustomSQLDelete(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLDelete = SqlString.Parse(sql);
                        customDeleteCallable = callable;
                        deleteCheckStyle = checkStyle;
                }



Clone Instance
3
Line Count
5
Source Line
506
Source File
src/NHibernate/Mapping/Collection.cs

                public void SetCustomSQLDeleteAll(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLDeleteAll = SqlString.Parse(sql);
                        customDeleteAllCallable = callable;
                        deleteAllCheckStyle = checkStyle;
                }



Clone Instance
4
Line Count
5
Source Line
513
Source File
src/NHibernate/Mapping/Collection.cs

                public void SetCustomSQLUpdate(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLUpdate = SqlString.Parse(sql);
                        customUpdateCallable = callable;
                        updateCheckStyle = checkStyle;
                }



Clone Instance
5
Line Count
5
Source Line
113
Source File
src/NHibernate/Mapping/Join.cs

                public void SetCustomSQLInsert(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLInsert = SqlString.Parse(sql);
                        customInsertCallable = callable;
                        insertCheckStyle = checkStyle;
                }



Clone Instance
6
Line Count
5
Source Line
120
Source File
src/NHibernate/Mapping/Join.cs

                public void SetCustomSQLDelete(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLDelete = SqlString.Parse(sql);
                        customDeleteCallable = callable;
                        deleteCheckStyle = checkStyle;
                }



Clone Instance
7
Line Count
5
Source Line
127
Source File
src/NHibernate/Mapping/Join.cs

                public void SetCustomSQLUpdate(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLUpdate = SqlString.Parse(sql);
                        customUpdateCallable = callable;
                        updateCheckStyle = checkStyle;
                }



Clone Instance
8
Line Count
5
Source Line
1004
Source File
src/NHibernate/Mapping/PersistentClass.cs

                public void SetCustomSQLInsert(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLInsert = SqlString.Parse(sql);
                        customInsertCallable = callable;
                        insertCheckStyle = checkStyle;
                }



Clone Instance
9
Line Count
5
Source Line
1016
Source File
src/NHibernate/Mapping/PersistentClass.cs

                public void SetCustomSQLUpdate(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLUpdate = SqlString.Parse(sql);
                        customUpdateCallable = callable;
                        updateCheckStyle = checkStyle;
                }



Clone Instance
10
Line Count
5
Source Line
1028
Source File
src/NHibernate/Mapping/PersistentClass.cs

                public void SetCustomSQLDelete(string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
                {
                        customSQLDelete = SqlString.Parse(sql);
                        customDeleteCallable = callable;
                        deleteCheckStyle = checkStyle;
                }



Clone AbstractionParameter Count: 4Parameter Bindings

public void [[#variable5684d7c0]](string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle)
{
    [[#variable5684d760]]= SqlString.Parse(sql);
    [[#variable5684d700]]= callable;
    [[#variable5684d5a0]]= checkStyle;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5684d7c0]]
SetCustomSQLUpdate 
12[[#5684d7c0]]
SetCustomSQLInsert 
13[[#5684d7c0]]
SetCustomSQLDelete 
14[[#5684d7c0]]
SetCustomSQLDeleteAll 
15[[#5684d7c0]]
SetCustomSQLUpdate 
16[[#5684d7c0]]
SetCustomSQLDelete 
17[[#5684d7c0]]
SetCustomSQLInsert 
18[[#5684d7c0]]
SetCustomSQLDelete 
19[[#5684d7c0]]
SetCustomSQLUpdate 
110[[#5684d7c0]]
SetCustomSQLInsert 
21[[#5684d760]]
customSQLUpdate 
22[[#5684d760]]
customSQLInsert 
23[[#5684d760]]
customSQLDelete 
24[[#5684d760]]
customSQLDeleteAll 
25[[#5684d760]]
customSQLUpdate 
26[[#5684d760]]
customSQLDelete 
27[[#5684d760]]
customSQLInsert 
28[[#5684d760]]
customSQLDelete 
29[[#5684d760]]
customSQLUpdate 
210[[#5684d760]]
customSQLInsert 
31[[#5684d700]]
customUpdateCallable 
32[[#5684d700]]
customInsertCallable 
33[[#5684d700]]
customDeleteCallable 
34[[#5684d700]]
customDeleteAllCallable 
35[[#5684d700]]
customUpdateCallable 
36[[#5684d700]]
customDeleteCallable 
37[[#5684d700]]
customInsertCallable 
38[[#5684d700]]
customDeleteCallable 
39[[#5684d700]]
customUpdateCallable 
310[[#5684d700]]
customInsertCallable 
41[[#5684d5a0]]
updateCheckStyle 
42[[#5684d5a0]]
insertCheckStyle 
43[[#5684d5a0]]
deleteCheckStyle 
44[[#5684d5a0]]
deleteAllCheckStyle 
45[[#5684d5a0]]
updateCheckStyle 
46[[#5684d5a0]]
deleteCheckStyle 
47[[#5684d5a0]]
insertCheckStyle 
48[[#5684d5a0]]
deleteCheckStyle 
49[[#5684d5a0]]
updateCheckStyle 
410[[#5684d5a0]]
insertCheckStyle