Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 224 | src/NHibernate/Bytecode/CodeDom/BytecodeProviderImpl.cs |
2 | 2 | 229 | src/NHibernate/Bytecode/CodeDom/BytecodeProviderImpl.cs |
| ||||
{ sb.AppendFormat(" t.{0} = values[{2}] == null ? new {1}() : ({1})values[{2}];\n", setter.PropertyName, type.FullName.Replace('+', '.'), i); } |
| ||||
{ sb.AppendFormat(" t.{0} = ({1})values[{2}];\n", setter.PropertyName, type.FullName.Replace('+', '.'), i); } |
| |||
{ sb.AppendFormat( [[#variable702f6d40]], setter.PropertyName, type.FullName.Replace('+', '.'), i); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#702f6d40]] | " t.{0} = values[{2}] == null ? new {1}() : ({1})values[{2}];\n" |
1 | 2 | [[#702f6d40]] | " t.{0} = ({1})values[{2}];\n" |