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.984 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 233 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 4 | 240 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
if (((IJavaThread) item).isOutOfSynch()) { label.append(DebugUIMessages.JDIModelPresentation___out_of_synch__1); } else if (((IJavaThread) item).mayBeOutOfSynch()) { label.append(DebugUIMessages.JDIModelPresentation___may_be_out_of_synch__2); } |
| ||||
if (((IJavaDebugTarget) item).isOutOfSynch()) { label.append(DebugUIMessages.JDIModelPresentation___out_of_synch__1); } else if (((IJavaDebugTarget) item).mayBeOutOfSynch()) { label.append(DebugUIMessages.JDIModelPresentation___may_be_out_of_synch__2); } |
| |||
if ((( [[#variable964f3900]]) item).isOutOfSynch()) { label.append(DebugUIMessages.JDIModelPresentation___out_of_synch__1); } else if ((( [[#variable964f3900]]) item).mayBeOutOfSynch()) { label.append(DebugUIMessages.JDIModelPresentation___may_be_out_of_synch__2); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#964f3900]] | IJavaDebugTarget |
1 | 2 | [[#964f3900]] | IJavaThread |