Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 5 | 0.962 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 243 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CodeAttribute.java |
2 | 4 | 247 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CodeAttribute.java |
| ||||
case IOpcodeMnemonics.BIPUSH: visitor._bipush(pc - this.codeOffset, (byte) i1At(this.classFileBytes, 1, pc)); pc += 2; break; |
| ||||
case IOpcodeMnemonics.SIPUSH: visitor._sipush(pc - this.codeOffset, (short) i2At(this.classFileBytes, 1, pc)); pc += 3; break; |
| |||
case IOpcodeMnemonics. [[#variablea42b6fa0]]: visitor. [[#variablea42b6ee0]](pc - this.codeOffset, ( [[#variablea42b6e60]]) [[#variablea42b6e00]](this.classFileBytes, 1, pc)); pc += [[#variablea42b6da0]]; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a42b6fa0]] | BIPUSH |
1 | 2 | [[#a42b6fa0]] | SIPUSH |
2 | 1 | [[#a42b6ee0]] | _bipush |
2 | 2 | [[#a42b6ee0]] | _sipush |
3 | 1 | [[#a42b6e60]] | byte |
3 | 2 | [[#a42b6e60]] | short |
4 | 1 | [[#a42b6e00]] | i1At |
4 | 2 | [[#a42b6e00]] | i2At |
5 | 1 | [[#a42b6da0]] | 2 |
5 | 2 | [[#a42b6da0]] | 3 |