CloneSet5646


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.984statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14233
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
24240
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
Clone Instance
1
Line Count
4
Source Line
233
Source File
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);
                                               }


Clone Instance
2
Line Count
4
Source Line
240
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

                                        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);
                                               }


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#964f3900]]
IJavaDebugTarget 
12[[#964f3900]]
IJavaThread