| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.957 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 59 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CodeAttribute.java |
| 2 | 3 | 44 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/InnerClassesAttribute.java |
| ||||
for (int i = 0; i < this.exceptionTableLength; i++) {
this.exceptionTableEntries [i] = new ExceptionTableEntry(classFileBytes, constantPool, offset + readOffset);
readOffset += 8;
}
|
| ||||
for (int i = 0; i < length; i++) {
this.entries[i] = new InnerClassesAttributeEntry(classFileBytes, constantPool, offset + readOffset);
readOffset += 8;
}
|
| |||
for (int i = 0; i < [[#variable7802d600]]; i++) {
this. [[#variable7802d560]][i] = new [[#variable7802d660]](classFileBytes, constantPool, offset + readOffset);
readOffset += 8;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#7802d600]] | this.exceptionTableLength |
| 1 | 2 | [[#7802d600]] | length |
| 2 | 1 | [[#7802d560]] | exceptionTableEntries |
| 2 | 2 | [[#7802d560]] | entries |
| 3 | 1 | [[#7802d660]] | ExceptionTableEntry |
| 3 | 2 | [[#7802d660]] | InnerClassesAttributeEntry |