CloneSet1455


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.978block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14535
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java
24577
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
535
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java

{
  Rectangle imageBounds = image.getBounds();
  result.width = imageBounds.width;
  result.height = imageBounds.height;
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
577
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java

{
  Rectangle imageBounds = firstImage.getBounds();
  result.width = imageBounds.width;
  result.height = imageBounds.height;
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  Rectangle imageBounds = [[#variable175c2b60]].getBounds();
  result.width = imageBounds.width;
  result.height = imageBounds.height;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175c2b60]]
image 
12[[#175c2b60]]
firstImage