Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 30 | src/NHibernate/Type/ComponentType.cs |
2 | 2 | 231 | src/NHibernate/Type/CompositeCustomType.cs |
| ||||
//Not called at runtime so doesn't matter if its slow :) SqlType[] sqlTypes = new SqlType[GetColumnSpan(mapping)]; int n = 0; |
| ||||
SqlType[] result = new SqlType[GetColumnSpan(mapping)]; int n = 0; |
| |||
//Not called at runtime so doesn't matter if its slow :) SqlType[] [[#variable6ff77420]]= new SqlType[GetColumnSpan(mapping)]; int n = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ff77420]] | result |
1 | 2 | [[#6ff77420]] | sqlTypes |