Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
23 | 3 | 6 | 0.953 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 23 | 49 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ExceptionTableEntry.java |
2 | 23 | 64 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTableEntry.java |
3 | 23 | 64 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTypeTableEntry.java |
| ||||
/** * @see IExceptionTableEntry#getStartPC() */ public int getStartPC() { return this.startPC; } /** * @see IExceptionTableEntry#getEndPC() */ public int getEndPC() { return this.endPC; } /** * @see IExceptionTableEntry#getHandlerPC() */ public int getHandlerPC() { return this.handlerPC; } /** * @see IExceptionTableEntry#getCatchTypeIndex() */ public int getCatchTypeIndex() { return this.catchTypeIndex; } |
| ||||
/** * @see ILocalVariableTableEntry#getStartPC() */ public int getStartPC() { return this.startPC; } /** * @see ILocalVariableTableEntry#getLength() */ public int getLength() { return this.length; } /** * @see ILocalVariableTableEntry#getNameIndex() */ public int getNameIndex() { return this.nameIndex; } /** * @see ILocalVariableTableEntry#getDescriptorIndex() */ public int getDescriptorIndex() { return this.descriptorIndex; } |
| ||||
/** * @see ILocalVariableTypeTableEntry#getStartPC() */ public int getStartPC() { return this.startPC; } /** * @see ILocalVariableTypeTableEntry#getLength() */ public int getLength() { return this.length; } /** * @see ILocalVariableTypeTableEntry#getNameIndex() */ public int getNameIndex() { return this.nameIndex; } /** * @see ILocalVariableTypeTableEntry#getSignatureIndex() */ public int getSignatureIndex() { return this.signatureIndex; } |
| |||
/** * @see IExceptionTableEntry#getStartPC() */ /** * @see ILocalVariableTableEntry#getStartPC() */ /** * @see ILocalVariableTypeTableEntry#getStartPC() */ public int getStartPC() { return this.startPC; } /** * @see IExceptionTableEntry#getEndPC() */ /** * @see ILocalVariableTableEntry#getLength() */ /** * @see ILocalVariableTypeTableEntry#getLength() */ public int [[#variable6000d700]]() { return this. [[#variable6000d6a0]]; } /** * @see IExceptionTableEntry#getHandlerPC() */ /** * @see ILocalVariableTableEntry#getNameIndex() */ /** * @see ILocalVariableTypeTableEntry#getNameIndex() */ public int [[#variable6000d620]]() { return this. [[#variable6000c2a0]]; } /** * @see IExceptionTableEntry#getCatchTypeIndex() */ /** * @see ILocalVariableTableEntry#getDescriptorIndex() */ /** * @see ILocalVariableTypeTableEntry#getSignatureIndex() */ public int [[#variable6000c220]]() { return this. [[#variable6000d5e0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6000d700]] | getEndPC |
1 | 2 | [[#6000d700]] | getLength |
1 | 3 | [[#6000d700]] | getLength |
2 | 1 | [[#6000d6a0]] | endPC |
2 | 2 | [[#6000d6a0]] | length |
2 | 3 | [[#6000d6a0]] | length |
3 | 1 | [[#6000d620]] | getHandlerPC |
3 | 2 | [[#6000d620]] | getNameIndex |
3 | 3 | [[#6000d620]] | getNameIndex |
4 | 1 | [[#6000c2a0]] | handlerPC |
4 | 2 | [[#6000c2a0]] | nameIndex |
4 | 3 | [[#6000c2a0]] | nameIndex |
5 | 1 | [[#6000c220]] | getCatchTypeIndex |
5 | 2 | [[#6000c220]] | getDescriptorIndex |
5 | 3 | [[#6000c220]] | getSignatureIndex |
6 | 1 | [[#6000d5e0]] | catchTypeIndex |
6 | 2 | [[#6000d5e0]] | descriptorIndex |
6 | 3 | [[#6000d5e0]] | signatureIndex |