| 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.965 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1509 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| 2 | 2 | 161 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/console/JavaStackTraceHyperlink.java |
| ||||
int start = token.indexOf('(');
int end = token.indexOf(')');
|
| ||||
int start = linkText.indexOf('(');
int end = linkText.indexOf(':');
|
| |||
int start = [[#variable9b852080]].indexOf('(');
int end = [[#variable9b852080]].indexOf( [[#variable9b851fa0]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9b852080]] | token |
| 1 | 2 | [[#9b852080]] | linkText |
| 2 | 1 | [[#9b851fa0]] | ')' |
| 2 | 2 | [[#9b851fa0]] | ':' |