Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 5 | 0.961 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 350 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/RemoteTestRunnerClient.java |
2 | 3 | 363 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/RemoteTestRunnerClient.java |
| ||||
int t = arg.indexOf(" ", c + 1); //$NON-NLS-1$ String className = arg.substring(0, c); String testName = arg.substring(c + 1, t); |
| ||||
int t = arg.indexOf(' ', c + 1); String testId = arg.substring(0, i); String className = arg.substring(i + 1, c); |
| |||
int t = arg.indexOf( [[#variable9a152120]], c + 1); //$NON-NLS-1$ String [[#variable9a1520e0]]= arg.substring(0, [[#variable9d432f80]]); String [[#variable9d433fa0]]= arg.substring( [[#variable9d432f80]] + 1, [[#variable9a152020]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a152120]] | ' ' |
1 | 2 | [[#9a152120]] | " " |
2 | 1 | [[#9a1520e0]] | testId |
2 | 2 | [[#9a1520e0]] | className |
3 | 1 | [[#9d432f80]] | i |
3 | 2 | [[#9d432f80]] | c |
4 | 1 | [[#9d433fa0]] | className |
4 | 2 | [[#9d433fa0]] | testName |
5 | 1 | [[#9a152020]] | c |
5 | 2 | [[#9a152020]] | t |