Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 4 | 0.963 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 320 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DefaultBytecodeVisitor.java |
2 | 6 | 2256 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DefaultBytecodeVisitor.java |
3 | 6 | 2294 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DefaultBytecodeVisitor.java |
| ||||
/** * @see IBytecodeVisitor#_bipush(int, byte) */ public void _bipush(int pc, byte _byte) { dumpPcNumber(pc); buffer.append(OpcodeStringValues.BYTECODE_NAMES[IOpcodeMnemonics.BIPUSH]) .append(Messages.disassembler_space). append(_byte); writeNewLine(); } |
| ||||
/** * @see IBytecodeVisitor#_ret(int, int) */ public void _ret(int pc, int index) { dumpPcNumber(pc); buffer.append(OpcodeStringValues.BYTECODE_NAMES[IOpcodeMnemonics.RET]) .append(Messages.disassembler_space). append(index); writeNewLine(); } |
| ||||
/** * @see IBytecodeVisitor#_sipush(int, short) */ public void _sipush(int pc, short value) { dumpPcNumber(pc); buffer.append(OpcodeStringValues.BYTECODE_NAMES[IOpcodeMnemonics.SIPUSH]) .append(Messages.disassembler_space). append(value); writeNewLine(); } |
| |||
/** * @see IBytecodeVisitor#_bipush(int, byte) */ /** * @see IBytecodeVisitor#_ret(int, int) */ /** * @see IBytecodeVisitor#_sipush(int, short) */ public void [[#variableb2a56ae0]](int pc, [[#variableb2a56ac0]] [[#variableb2a562a0]]) { dumpPcNumber(pc); buffer.append(OpcodeStringValues.BYTECODE_NAMES[IOpcodeMnemonics. [[#variableb2a56b80]]]).append(Messages.disassembler_space).append( [[#variableb2a562a0]]); writeNewLine(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2a56ae0]] | _bipush |
1 | 2 | [[#b2a56ae0]] | _ret |
1 | 3 | [[#b2a56ae0]] | _sipush |
2 | 1 | [[#b2a56ac0]] | byte |
2 | 2 | [[#b2a56ac0]] | int |
2 | 3 | [[#b2a56ac0]] | short |
3 | 1 | [[#b2a562a0]] | _byte |
3 | 2 | [[#b2a562a0]] | index |
3 | 3 | [[#b2a562a0]] | value |
4 | 1 | [[#b2a56b80]] | BIPUSH |
4 | 2 | [[#b2a56b80]] | RET |
4 | 3 | [[#b2a56b80]] | SIPUSH |