Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 82 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/FieldImpl.java |
2 | 2 | 382 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
| ||||
// Return comparison of position within declaring type. int index1 = declaringType().fields().indexOf(this ); int index2 = type2.declaringType().fields().indexOf(type2); |
| ||||
// Return comparison of position within declaring type. int index1 = declaringType().methods().indexOf(this ); int index2 = type2.declaringType().methods().indexOf(type2); |
| |||
// Return comparison of position within declaring type. int index1 = declaringType(). [[#variable539b63a0]]().indexOf(this ); int index2 = type2.declaringType(). [[#variable539b63a0]]().indexOf(type2); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#539b63a0]] | fields |
1 | 2 | [[#539b63a0]] | methods |