| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.975 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 75 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureContainerAction.java |
| 2 | 3 | 118 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java |
| ||||
int idx = indexInClasspath(entries, entry);
if (idx == -1) {
return;
}
|
| ||||
int idx = indexOfClasspath(entries, path);
if (idx == -1) {
return;
}
|
| |||
int idx = [[#variablebbf3dd40]](entries, [[#variablebc243d00]]);
if (idx == -1) {
return;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bbf3dd40]] | indexInClasspath |
| 1 | 2 | [[#bbf3dd40]] | indexOfClasspath |
| 2 | 1 | [[#bc243d00]] | entry |
| 2 | 2 | [[#bc243d00]] | path |