CloneSet2108


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

if (h == LengthConstraintType.FIXED) {
  throw new RuntimeException("Not implemented.");
}
else
  if (h == LengthConstraintType.RANGE) {
    throw new RuntimeException("Not implemented.");
  }


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

if (h == LengthConstraintType.FIXED) {
  throw new RuntimeException("Not implemented.");
}
else
  if (h == LengthConstraintType.RANGE) {
    throw new RuntimeException("Not implemented.");
  }


Clone AbstractionParameter Count: 0Parameter Bindings

if (h == LengthConstraintType.FIXED) {
  throw new RuntimeException("Not implemented.");
}
else
  if (h == LengthConstraintType.RANGE) {
    throw new RuntimeException("Not implemented.");
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None