Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1211 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java |
2 | 4 | 1221 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java |
| ||||
{ Iterator threads = getThreadIterator(); while (threads.hasNext()) { ((JDIThread) threads.next()).suspendedByVM(); } } |
| ||||
{ Iterator threads = getThreadIterator(); while (threads.hasNext()) { ((JDIThread) threads.next()).resumedByVM(); } } |
| |||
{ Iterator threads = getThreadIterator(); while (threads.hasNext()) { ((JDIThread) threads.next()). [[#variablebaed46c0]](); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#baed46c0]] | resumedByVM |
1 | 2 | [[#baed46c0]] | suspendedByVM |