| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.967 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 316 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java |
| 2 | 2 | 194 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageReader.java |
| ||||
for (int index = 0; index < objects.length; index++) {
fTypesToExtract.add(objects[index]);
}
|
| ||||
for (int index = 0; index < descriptors.length; index++) {
elements.add(descriptors[index]);
}
|
| |||
for (int index = 0; index < [[#variable4f336b00]].length; index++) {
[[#variable4f337420]].add( [[#variable4f336b00]][index]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4f336b00]] | descriptors |
| 1 | 2 | [[#4f336b00]] | objects |
| 2 | 1 | [[#4f337420]] | elements |
| 2 | 2 | [[#4f337420]] | fTypesToExtract |