Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
36 | 2 | 6 | 0.952 | class_body_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 36 | 79 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
2 | 36 | 177 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java |
| ||||
/** * @see IBytecodeVisitor#_anewarray(int, int, IConstantPoolEntry) */ public void _anewarray(int pc, int index, IConstantPoolEntry constantClass) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_areturn(int) */ public void _areturn(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_arraylength(int) */ public void _arraylength(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_astore_0(int) */ public void _astore_0(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_astore_1(int) */ public void _astore_1(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_astore_2(int) */ public void _astore_2(int pc) { // default behavior is to do nothing } |
| ||||
/** * @see IBytecodeVisitor#_checkcast(int, int, IConstantPoolEntry) */ public void _checkcast(int pc, int index, IConstantPoolEntry constantClass) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_d2f(int) */ public void _d2f(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_d2i(int) */ public void _d2i(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_d2l(int) */ public void _d2l(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_dadd(int) */ public void _dadd(int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_daload(int) */ public void _daload(int pc) { // default behavior is to do nothing } |
| |||
/** * @see IBytecodeVisitor#_anewarray(int, int, IConstantPoolEntry) */ /** * @see IBytecodeVisitor#_checkcast(int, int, IConstantPoolEntry) */ public void [[#variable945a64c0]](int pc, int index, IConstantPoolEntry constantClass) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_areturn(int) */ /** * @see IBytecodeVisitor#_d2f(int) */ public void [[#variable945a6440]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_arraylength(int) */ /** * @see IBytecodeVisitor#_d2i(int) */ public void [[#variable945a63c0]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_astore_0(int) */ /** * @see IBytecodeVisitor#_d2l(int) */ public void [[#variable945a6280]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_astore_1(int) */ /** * @see IBytecodeVisitor#_dadd(int) */ public void [[#variable945a6340]](int pc) { // default behavior is to do nothing } /** * @see IBytecodeVisitor#_astore_2(int) */ /** * @see IBytecodeVisitor#_daload(int) */ public void [[#variable945a6260]](int pc) { // default behavior is to do nothing } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#945a64c0]] | _anewarray |
1 | 2 | [[#945a64c0]] | _checkcast |
2 | 1 | [[#945a6440]] | _areturn |
2 | 2 | [[#945a6440]] | _d2f |
3 | 1 | [[#945a63c0]] | _arraylength |
3 | 2 | [[#945a63c0]] | _d2i |
4 | 1 | [[#945a6280]] | _astore_0 |
4 | 2 | [[#945a6280]] | _d2l |
5 | 1 | [[#945a6340]] | _astore_1 |
5 | 2 | [[#945a6340]] | _dadd |
6 | 1 | [[#945a6260]] | _astore_2 |
6 | 2 | [[#945a6260]] | _daload |