Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 4 | 0.950 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 22 | 621 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
2 | 22 | 1068 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
| ||||
/** * @see IBytecodeVisitor#_goto(int, int) */ public void _goto(int pc, int branchOffset) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_i2b(int) */ public void _i2b(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_i2c(int) */ public void _i2c(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_i2d(int) */ public void _i2d(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_jsr(int, int) */ public void _jsr(int pc, int branchOffset) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_l2d(int) */ public void _l2d(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_l2f(int) */ public void _l2f(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_l2i(int) */ public void _l2i(int pc) { // default behavior is to do nothing } |
| |||
/** * @see IBytecodeVisitor#_jsr(int, int) */ /** * @see IBytecodeVisitor#_goto(int, int) */ public void [[#variableb43853c0]](int pc, int branchOffset) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_l2d(int) */ /** * @see IBytecodeVisitor#_i2b(int) */ public void [[#variableb4385860]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_l2f(int) */ /** * @see IBytecodeVisitor#_i2c(int) */ public void [[#variableb4385960]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_l2i(int) */ /** * @see IBytecodeVisitor#_i2d(int) */ public void [[#variableb4385940]](int pc) { // default behavior is to do nothing } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b43853c0]] | _jsr |
1 | 2 | [[#b43853c0]] | _goto |
2 | 1 | [[#b4385860]] | _l2d |
2 | 2 | [[#b4385860]] | _i2b |
3 | 1 | [[#b4385960]] | _l2f |
3 | 2 | [[#b4385960]] | _i2c |
4 | 1 | [[#b4385940]] | _l2i |
4 | 2 | [[#b4385940]] | _i2d |