CloneSet1921


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.977executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15142
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/ColumnArrangement.java
25132
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/FlowArrangement.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
142
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/ColumnArrangement.java

if (h == LengthConstraintType.FIXED) {
  return arrangeFF(container, g2, constraint);
}
else
  if (h == LengthConstraintType.RANGE) {
    throw new RuntimeException("Not implemented.");
  }


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

if (h == LengthConstraintType.FIXED) {
  return arrangeNF(container, g2, constraint);
}
else
  if (h == LengthConstraintType.RANGE) {
    throw new RuntimeException("Not implemented.");
  }


Clone AbstractionParameter Count: 1Parameter Bindings

if (h == LengthConstraintType.FIXED) {
  return [[#variable1a0acfc0]](container, g2, constraint);
}
else
  if (h == LengthConstraintType.RANGE) {
    throw new RuntimeException("Not implemented.");
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0acfc0]]
arrangeFF 
12[[#1a0acfc0]]
arrangeNF