CloneSet530


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8301.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18328
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/RectangleConstraint.java
28340
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/RectangleConstraint.java
38352
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/RectangleConstraint.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
328
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/RectangleConstraint.java

if (this.heightConstraintType == LengthConstraintType.NONE) {
  result.height = base.height;
}
else
  if (this.heightConstraintType == LengthConstraintType.RANGE) {
    result.height = this.heightRange.constrain(base.height);
  }
  else
    if (this.heightConstraintType == LengthConstraintType.FIXED) {
      result.height = this.height;
    }


Next
Previous
Clone Instance
2
Line Count
8
Source Line
340
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/RectangleConstraint.java

if (this.heightConstraintType == LengthConstraintType.NONE) {
  result.height = base.height;
}
else
  if (this.heightConstraintType == LengthConstraintType.RANGE) {
    result.height = this.heightRange.constrain(base.height);
  }
  else
    if (this.heightConstraintType == LengthConstraintType.FIXED) {
      result.height = this.height;
    }


First
Previous
Clone Instance
3
Line Count
8
Source Line
352
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/RectangleConstraint.java

if (this.heightConstraintType == LengthConstraintType.NONE) {
  result.height = base.height;
}
else
  if (this.heightConstraintType == LengthConstraintType.RANGE) {
    result.height = this.heightRange.constrain(base.height);
  }
  else
    if (this.heightConstraintType == LengthConstraintType.FIXED) {
      result.height = this.height;
    }


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.heightConstraintType == LengthConstraintType.NONE) {
  result.height = base.height;
}
else
  if (this.heightConstraintType == LengthConstraintType.RANGE) {
    result.height = this.heightRange.constrain(base.height);
  }
  else
    if (this.heightConstraintType == LengthConstraintType.FIXED) {
      result.height = this.height;
    }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None