Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.955 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 81 | src/NHibernate/Bytecode/EmitUtil.cs |
2 | 3 | 83 | src/NHibernate/Bytecode/EmitUtil.cs |
| ||||
typeToOpcode[ typeof(char)] = OpCodes.Ldind_U2; typeToOpcode[ typeof(short)] = OpCodes.Ldind_I2; |
| ||||
typeToOpcode[ typeof(ushort)] = OpCodes.Ldind_U2; typeToOpcode[ typeof(int)] = OpCodes.Ldind_I4; |
| |||
typeToOpcode[ typeof( [[#variable70c0cc00]])] = OpCodes.Ldind_U2; typeToOpcode[ typeof( [[#variable70c0cc60]])] = OpCodes. [[#variable70c0cc20]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70c0cc00]] | char |
1 | 2 | [[#70c0cc00]] | ushort |
2 | 1 | [[#70c0cc60]] | short |
2 | 2 | [[#70c0cc60]] | int |
3 | 1 | [[#70c0cc20]] | Ldind_I2 |
3 | 2 | [[#70c0cc20]] | Ldind_I4 |