CloneSet3974


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.994executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17154
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIImageDescriptor.java
27161
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIImageDescriptor.java
Clone Instance
1
Line Count
7
Source Line
154
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIImageDescriptor.java

                                                          {
                                x = getSize().x;
                                y = getSize().y;
                                data = getImageData(JavaDebugImages.IMG_OVR_OWNED);
                                x -= data.width;
                                y -= data.height;
                                drawImage(data, x, y);
                                                          }


Clone Instance
2
Line Count
7
Source Line
161
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIImageDescriptor.java

                                                                     {
                                x = getSize().x;
                                y = getSize().y;
                                data = getImageData(JavaDebugImages.IMG_OVR_IN_CONTENTION);
                                x -= data.width;
                                y -= data.height;
                                drawImage(data, x, y);
                                                                     }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  x = getSize().x;
  y = getSize().y;
  data = getImageData(JavaDebugImages. [[#variable91b5a120]]);
  x -= data.width;
  y -= data.height;
  drawImage(data, x, y);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#91b5a120]]
IMG_OVR_OWNED 
12[[#91b5a120]]
IMG_OVR_IN_CONTENTION