Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.993 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 758 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java |
2 | 9 | 772 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java |
| ||||
{ Iterator threads = getThreadIterator(); while (threads.hasNext()) { JDIThread thread = (JDIThread) threads.next(); if (thread.isOutOfSynch()) { return true; } } return false; } |
| ||||
{ Iterator threads = getThreadIterator(); while (threads.hasNext()) { JDIThread thread = (JDIThread) threads.next(); if (thread.mayBeOutOfSynch()) { return true; } } return false; } |
| |||
{ Iterator threads = getThreadIterator(); while (threads.hasNext()) { JDIThread thread = (JDIThread) threads.next(); if (thread. [[#variableb36bd940]]()) { return true; } } return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b36bd940]] | mayBeOutOfSynch |
1 | 2 | [[#b36bd940]] | isOutOfSynch |