CloneSet1322


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18210.984class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
118128
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainXYPlot.java
216130
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeXYPlot.java
Next
Last
Clone Instance
1
Line Count
18
Source Line
128
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainXYPlot.java

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

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

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

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

// TODO:  the subplot areas needs to be moved out of the plot into the plot
//        state
/**
 * Default constructor.
 */
public CombinedDomainXYPlot() {
  this(new NumberAxis());
}


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

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

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

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

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

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

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

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

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

// TODO:  the subplot areas needs to be moved out of the plot into the plot
//        state
/**
     * Default constructor.
     */
public [[#variable18f2bb60]]() {
  this(new NumberAxis());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f2bb60]]
CombinedDomainXYPlot 
12[[#18f2bb60]]
CombinedRangeXYPlot