CloneSet321


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15220.964statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115218
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BorderArrangement.java
215385
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BorderArrangement.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
218
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BorderArrangement.java

if (this.topBlock != null) {
  this.topBlock.setBounds(new Rectangle2D.Double(0.0, 0.0, width, h[0]));
}
if (this.bottomBlock != null) {
  this.bottomBlock.setBounds(new Rectangle2D.Double(0.0, height - h[1], width, h[1]));
}
if (this.leftBlock != null) {
  this.leftBlock.setBounds(new Rectangle2D.Double(0.0, h[0], w[2], centerHeight));
}
if (this.rightBlock != null) {
  this.rightBlock.setBounds(new Rectangle2D.Double(width - w[3], h[0], w[3], centerHeight));
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
385
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BorderArrangement.java

if (this.topBlock != null) {
  this.topBlock.setBounds(new Rectangle2D.Double(0.0, 0.0, width, h[0]));
}
if (this.bottomBlock != null) {
  this.bottomBlock.setBounds(new Rectangle2D.Double(0.0, height - h[1], width, h[1]));
}
if (this.leftBlock != null) {
  this.leftBlock.setBounds(new Rectangle2D.Double(0.0, h[0], w[2], h[2]));
}
if (this.rightBlock != null) {
  this.rightBlock.setBounds(new Rectangle2D.Double(width - w[3], h[0], w[3], h[3]));
}


Clone AbstractionParameter Count: 2Parameter Bindings

if (this.topBlock != null) {
  this.topBlock.setBounds(new Rectangle2D.Double(0.0, 0.0, width, h[0]));
}
if (this.bottomBlock != null) {
  this.bottomBlock.setBounds(new Rectangle2D.Double(0.0, height - h[1], width, h[1]));
}
if (this.leftBlock != null) {
  this.leftBlock.setBounds(new Rectangle2D.Double(0.0, h[0], w[2],  [[#variable1a8fe360]]));
}
if (this.rightBlock != null) {
  this.rightBlock.setBounds(new Rectangle2D.Double(width - w[3], h[0], w[3],  [[#variable1a8fe460]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a8fe360]]
centerHeight 
12[[#1a8fe360]]
h[2] 
21[[#1a8fe460]]
centerHeight 
22[[#1a8fe460]]
h[3]