Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 186 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java |
2 | 3 | 111 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestSuiteElement.java |
| ||||
TestSuiteElement parent = getParent(); if (parent != null) parent.childChangedStatus(this, status); |
| ||||
TestSuiteElement parent = getParent(); if (parent != null) parent.childChangedStatus(this, getStatus()); |
| |||
TestSuiteElement parent = getParent(); if (parent != null) parent.childChangedStatus(this, [[#variable97b570c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97b570c0]] | getStatus() |
1 | 2 | [[#97b570c0]] | status |