Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 85 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/RemoteTestRunnerClient.java |
2 | 3 | 89 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/RemoteTestRunnerClient.java |
3 | 3 | 112 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/RemoteTestRunnerClient.java |
| ||||
if (message.startsWith(MessageIds.TEST_START)) { notifyTestStarted(arg); return this ; } |
| ||||
if (message.startsWith(MessageIds.TEST_END)) { notifyTestEnded(arg); return this ; } |
| ||||
if (message.startsWith(MessageIds.TEST_TREE)) { notifyTestTreeEntry(arg); return this ; } |
| |||
if (message.startsWith(MessageIds. [[#variable63bd5aa0]])) { [[#variable63bd5a00]](arg); return this ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63bd5aa0]] | TEST_START |
1 | 2 | [[#63bd5aa0]] | TEST_END |
1 | 3 | [[#63bd5aa0]] | TEST_TREE |
2 | 1 | [[#63bd5a00]] | notifyTestStarted |
2 | 2 | [[#63bd5a00]] | notifyTestEnded |
2 | 3 | [[#63bd5a00]] | notifyTestTreeEntry |