Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.957 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 62 | src/NHibernate.Test/FilterTest/Category.cs |
2 | 6 | 31 | src/NHibernate.Test/SqlTest/MonetaryAmount.cs |
| ||||
if (this == o) return true; if ( !(o is Category)) return false; Category category = (Category) o; |
| ||||
if (this == o) return true; if ( !(o is MonetaryAmount)) return false; MonetaryAmount monetaryAmount = (MonetaryAmount) o; |
| |||
if (this == o) return true; if ( !(o is [[#variable6ad357c0]])) return false; [[#variable6ad357c0]] [[#variable6ad37ac0]]= ( [[#variable6ad357c0]])o; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ad357c0]] | MonetaryAmount |
1 | 2 | [[#6ad357c0]] | Category |
2 | 1 | [[#6ad37ac0]] | monetaryAmount |
2 | 2 | [[#6ad37ac0]] | category |