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.971 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 154 | plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java |
2 | 2 | 361 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/RemoteTestRunnerClient.java |
| ||||
//format: testId className testName int c0 = arg.indexOf(' '); int c1 = arg.indexOf(' ', c0 + 1); |
| ||||
// format: testId" "className" "testName" "status // status: FAILURE, ERROR, OK int i = arg.indexOf(' '); int c = arg.indexOf(' ', i + 1); |
| |||
//format: testId className testName // format: testId" "className" "testName" "status // status: FAILURE, ERROR, OK int [[#variable5615b3e0]]= arg.indexOf(' '); int [[#variable562788e0]]= arg.indexOf(' ', [[#variable5615b3e0]] + 1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5615b3e0]] | c0 |
1 | 2 | [[#5615b3e0]] | i |
2 | 1 | [[#562788e0]] | c1 |
2 | 2 | [[#562788e0]] | c |