CloneSet898


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9310.967block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1996
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/CenterArrangement.java
29127
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/ColumnArrangement.java
311103
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/GridArrangement.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
96
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/CenterArrangement.java

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


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

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


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

{
  if (h == LengthConstraintType.NONE) {
    return arrangeNN(container, g2);
  }
  else
    if (h == LengthConstraintType.FIXED) {
      throw new RuntimeException("Not yet implemented.");
    }
    else
      if (h == LengthConstraintType.RANGE) {
        // find optimum height, then map to range
        throw new RuntimeException("Not yet implemented.");
      }
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (h == LengthConstraintType.NONE) {
    return arrangeNN(container, g2);
  }
  else
    if (h == LengthConstraintType.FIXED) {
      throw new RuntimeException( [[#variable18dd7900]]);
    }
    else
      if (h == LengthConstraintType.RANGE) {
        // find optimum height, then map to range
        throw new RuntimeException( [[#variable18dd7900]]);
      }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18dd7900]]
"Not implemented." 
12[[#18dd7900]]
"Not implemented." 
13[[#18dd7900]]
"Not yet implemented."