CloneSet940


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9320.966block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112129
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/GridArrangement.java
29527
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendGraphic.java
39398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
129
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/GridArrangement.java

{
  // find optimum width and map to range
  if (h == LengthConstraintType.NONE) {
    // find optimum height
    throw new RuntimeException("Not yet implemented.");
  }
  else
    if (h == LengthConstraintType.FIXED) {
      // fixed width
      throw new RuntimeException("Not yet implemented.");
    }
    else
      if (h == LengthConstraintType.RANGE) {
        throw new RuntimeException("Not yet implemented.");
      }
}


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

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


First
Previous
Clone Instance
3
Line Count
9
Source Line
398
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java

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


Clone AbstractionParameter Count: 2Parameter Bindings

{
  // find optimum width and map to range
  if (h == LengthConstraintType.NONE) {
    // find optimum height
    throw new RuntimeException("Not yet implemented.");
  }
  else
    if (h == LengthConstraintType. [[#variable18dfba60]]) {
      // fixed width
      throw new RuntimeException("Not yet implemented.");
    }
    else
      if (h == LengthConstraintType. [[#variable18dfb9c0]]) {
        throw new RuntimeException("Not yet implemented.");
      }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18dfba60]]
FIXED 
12[[#18dfba60]]
RANGE 
13[[#18dfba60]]
RANGE 
21[[#18dfb9c0]]
RANGE 
22[[#18dfb9c0]]
FIXED 
23[[#18dfb9c0]]
FIXED