Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 3 | 3 | 0.951 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 472 | src/NHibernate/Mapping/Collection.cs |
2 | 3 | 109 | src/NHibernate/Mapping/Join.cs |
3 | 13 | 493 | src/NHibernate/Mapping/PersistentClass.cs |
| ||||
public ExecuteUpdateResultCheckStyle CustomSQLInsertCheckStyle { get { return insertCheckStyle; } } public ExecuteUpdateResultCheckStyle CustomSQLDeleteCheckStyle { get { return deleteCheckStyle; } } public ExecuteUpdateResultCheckStyle CustomSQLUpdateCheckStyle { get { return updateCheckStyle; } } |
| ||||
public ExecuteUpdateResultCheckStyle CustomSQLInsertCheckStyle { get { return insertCheckStyle; } } public ExecuteUpdateResultCheckStyle CustomSQLDeleteCheckStyle { get { return deleteCheckStyle; } } public ExecuteUpdateResultCheckStyle CustomSQLUpdateCheckStyle { get { return updateCheckStyle; } } |
| ||||
public ExecuteUpdateResultCheckStyle CustomSQLInsertCheckStyle { get { return insertCheckStyle; } } public bool IsCustomUpdateCallable { get { return customUpdateCallable; } } public ExecuteUpdateResultCheckStyle CustomSQLUpdateCheckStyle { get { return updateCheckStyle; } } |
| |||
public ExecuteUpdateResultCheckStyle CustomSQLInsertCheckStyle { get { return insertCheckStyle; } } public [[#variable4c86fe60]] [[#variable4c86fec0]] { get { return [[#variable4ccb5660]]; } } public ExecuteUpdateResultCheckStyle CustomSQLUpdateCheckStyle { get { return updateCheckStyle; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c86fe60]] | bool |
1 | 2 | [[#4c86fe60]] | ExecuteUpdateResultCheckStyle |
1 | 3 | [[#4c86fe60]] | ExecuteUpdateResultCheckStyle |
2 | 1 | [[#4c86fec0]] | IsCustomUpdateCallable |
2 | 2 | [[#4c86fec0]] | CustomSQLDeleteCheckStyle |
2 | 3 | [[#4c86fec0]] | CustomSQLDeleteCheckStyle |
3 | 1 | [[#4ccb5660]] | customUpdateCallable |
3 | 2 | [[#4ccb5660]] | deleteCheckStyle |
3 | 3 | [[#4ccb5660]] | deleteCheckStyle |