CloneSet1404


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17230.950class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11794
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainCategoryPlot.java
21692
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
94
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainCategoryPlot.java

/** Storage for the subplot references. */
private List subplots;

/** Total weight of all charts. */
private int totalWeight;

/** The gap between subplots. */
private double gap;

/** Temporary storage for the subplot areas. */
private transient Rectangle2D[] subplotAreas;

// TODO:  move the above to the plot state
/**
 * Default constructor.
 */
public CombinedDomainCategoryPlot() {
  this(new CategoryAxis());
}


First
Previous
Clone Instance
2
Line Count
16
Source Line
92
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java

/** Storage for the subplot references. */
private List subplots;

/** Total weight of all charts. */
private int totalWeight;

/** The gap between subplots. */
private double gap;

/** Temporary storage for the subplot areas. */
private transient Rectangle2D[] subplotArea; // TODO: move to plot state

/**
 * Default constructor.
 */
public CombinedRangeCategoryPlot() {
  this(new NumberAxis());
}


Clone AbstractionParameter Count: 3Parameter Bindings

/** Storage for the subplot references. */
private List subplots;

/** Total weight of all charts. */
private int totalWeight;

/** The gap between subplots. */
private double gap;

/** Temporary storage for the subplot areas. */
private transient Rectangle2D[]  [[#variable18f75300]]; // TODO: move to plot state

// TODO:  move the above to the plot state
/**
     * Default constructor.
     */
public [[#variable18f75240]]() {
  this(new [[#variable18f74640]]());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f75300]]
subplotAreas 
12[[#18f75300]]
subplotArea 
21[[#18f75240]]
CombinedDomainCategoryPlot 
22[[#18f75240]]
CombinedRangeCategoryPlot 
31[[#18f74640]]
CategoryAxis 
32[[#18f74640]]
NumberAxis