Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.972 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 182 | src/NHibernate/Type/ComponentType.cs |
2 | 2 | 240 | src/NHibernate/Type/ComponentType.cs |
3 | 2 | 547 | src/NHibernate/Type/ComponentType.cs |
| ||||
bool[] subcheckable = new bool[len]; Array.Copy(checkable, loc, subcheckable, 0, len); |
| ||||
bool[] subsettable = new bool[len]; Array.Copy(settable, loc, subsettable, 0, len); |
| ||||
bool[] subcheckable = new bool[len]; Array.Copy(checkable, loc, subcheckable, 0, len); |
| |||
bool[] [[#variable690b3c00]]= new bool[len]; Array.Copy( [[#variable55452020]], loc, [[#variable690b3c00]], 0, len); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#690b3c00]] | subcheckable |
1 | 2 | [[#690b3c00]] | subsettable |
1 | 3 | [[#690b3c00]] | subcheckable |
2 | 1 | [[#55452020]] | checkable |
2 | 2 | [[#55452020]] | settable |
2 | 3 | [[#55452020]] | checkable |