| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 2 | 0.969 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 306 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaClasspathTab.java |
| 2 | 5 | 322 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaClasspathTab.java |
| ||||
entry = null;
if (bootEntry instanceof ClasspathEntry) {
entry = ((ClasspathEntry) bootEntry).getDelegate();
}
else if (bootEntry instanceof IRuntimeClasspathEntry) {
entry = (IRuntimeClasspathEntry) boot[i];
}
|
| ||||
entry = null;
if (userEntry instanceof ClasspathEntry) {
entry = ((ClasspathEntry) userEntry).getDelegate();
}
else if (userEntry instanceof IRuntimeClasspathEntry) {
entry = (IRuntimeClasspathEntry) user[i];
}
|
| |||
entry = null;
if ( [[#variablea0b7ae00]]instanceof ClasspathEntry) {
entry = ((ClasspathEntry) [[#variablea0b7ae00]]).getDelegate();
}
else
if ( [[#variablea0b7ae00]]instanceof IRuntimeClasspathEntry) {
entry = (IRuntimeClasspathEntry) [[#variablea0b7ab20]][i];
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a0b7ae00]] | bootEntry |
| 1 | 2 | [[#a0b7ae00]] | userEntry |
| 2 | 1 | [[#a0b7ab20]] | boot |
| 2 | 2 | [[#a0b7ab20]] | user |