Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 7 | 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 | 128 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
2 | 22 | 289 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
3 | 22 | 352 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
4 | 22 | 520 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
5 | 22 | 1033 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
6 | 22 | 1296 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
7 | 22 | 1401 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
| ||||
/** * @see IBytecodeVisitor#_astore(int, int) */ public void _astore(int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_athrow(int) */ public void _athrow(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_baload(int) */ public void _baload(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_bastore(int) */ public void _bastore(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_dload(int, int) */ public void _dload(int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_dmul(int) */ public void _dmul(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_dneg(int) */ public void _dneg(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_drem(int) */ public void _drem(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_dstore(int, int) */ public void _dstore(int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_dsub(int) */ public void _dsub(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_dup_x1(int) */ public void _dup_x1(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_dup_x2(int) */ public void _dup_x2(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_fload(int, int) */ public void _fload(int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_fmul(int) */ public void _fmul(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_fneg(int) */ public void _fneg(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_frem(int) */ public void _frem(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_istore(int, int) */ public void _istore(int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_isub(int) */ public void _isub(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_iushr(int) */ public void _iushr(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_ixor(int) */ public void _ixor(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_lstore(int, int) */ public void _lstore(int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_lsub(int) */ public void _lsub(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_lushr(int) */ public void _lushr(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_lxor(int) */ public void _lxor(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_ret(int, int) */ public void _ret(int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_return(int) */ public void _return(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_saload(int) */ public void _saload(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_sastore(int) */ public void _sastore(int pc) { // default behavior is to do nothing } |
| |||
/** * @see IBytecodeVisitor#_ret(int, int) */ /** * @see IBytecodeVisitor#_lstore(int, int) */ /** * @see IBytecodeVisitor#_istore(int, int) */ /** * @see IBytecodeVisitor#_fload(int, int) */ /** * @see IBytecodeVisitor#_dstore(int, int) */ /** * @see IBytecodeVisitor#_dload(int, int) */ /** * @see IBytecodeVisitor#_astore(int, int) */ public void [[#variableba646740]](int pc, int index) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_return(int) */ /** * @see IBytecodeVisitor#_lsub(int) */ /** * @see IBytecodeVisitor#_isub(int) */ /** * @see IBytecodeVisitor#_fmul(int) */ /** * @see IBytecodeVisitor#_dsub(int) */ /** * @see IBytecodeVisitor#_dmul(int) */ /** * @see IBytecodeVisitor#_athrow(int) */ public void [[#variableba646720]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_saload(int) */ /** * @see IBytecodeVisitor#_lushr(int) */ /** * @see IBytecodeVisitor#_iushr(int) */ /** * @see IBytecodeVisitor#_fneg(int) */ /** * @see IBytecodeVisitor#_dup_x1(int) */ /** * @see IBytecodeVisitor#_dneg(int) */ /** * @see IBytecodeVisitor#_baload(int) */ public void [[#variableba646640]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_sastore(int) */ /** * @see IBytecodeVisitor#_lxor(int) */ /** * @see IBytecodeVisitor#_ixor(int) */ /** * @see IBytecodeVisitor#_frem(int) */ /** * @see IBytecodeVisitor#_dup_x2(int) */ /** * @see IBytecodeVisitor#_drem(int) */ /** * @see IBytecodeVisitor#_bastore(int) */ public void [[#variableba646620]](int pc) { // default behavior is to do nothing } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba646740]] | _ret |
1 | 2 | [[#ba646740]] | _lstore |
1 | 3 | [[#ba646740]] | _istore |
1 | 4 | [[#ba646740]] | _fload |
1 | 5 | [[#ba646740]] | _dstore |
1 | 6 | [[#ba646740]] | _dload |
1 | 7 | [[#ba646740]] | _astore |
2 | 1 | [[#ba646720]] | _return |
2 | 2 | [[#ba646720]] | _lsub |
2 | 3 | [[#ba646720]] | _isub |
2 | 4 | [[#ba646720]] | _fmul |
2 | 5 | [[#ba646720]] | _dsub |
2 | 6 | [[#ba646720]] | _dmul |
2 | 7 | [[#ba646720]] | _athrow |
3 | 1 | [[#ba646640]] | _saload |
3 | 2 | [[#ba646640]] | _lushr |
3 | 3 | [[#ba646640]] | _iushr |
3 | 4 | [[#ba646640]] | _fneg |
3 | 5 | [[#ba646640]] | _dup_x1 |
3 | 6 | [[#ba646640]] | _dneg |
3 | 7 | [[#ba646640]] | _baload |
4 | 1 | [[#ba646620]] | _sastore |
4 | 2 | [[#ba646620]] | _lxor |
4 | 3 | [[#ba646620]] | _ixor |
4 | 4 | [[#ba646620]] | _frem |
4 | 5 | [[#ba646620]] | _dup_x2 |
4 | 6 | [[#ba646620]] | _drem |
4 | 7 | [[#ba646620]] | _bastore |