CloneSet1405


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
113307
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
217320
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
307
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/** Storage for the range axes. */
private ObjectList rangeAxes;

/** Storage for the range axis locations. */
private ObjectList rangeAxisLocations;

/** Storage for the datasets. */
private ObjectList datasets;

/** Storage for keys that map datasets to domain axes. */
private ObjectList datasetToDomainAxisMap;

/** Storage for keys that map datasets to range axes. */
private ObjectList datasetToRangeAxisMap;


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

/** The range axis (used for the y-values). */
private ObjectList rangeAxes;

/** The range axis location. */
private ObjectList rangeAxisLocations;

/** Storage for the datasets. */
private ObjectList datasets;

/** Storage for the renderers. */
private ObjectList renderers;

/**
 * Storage for keys that map datasets/renderers to domain axes.  If the
 * map contains no entry for a dataset, it is assumed to map to the
 * primary domain axis (index = 0).
 */
private Map datasetToDomainAxisMap;


Clone AbstractionParameter Count: 3Parameter Bindings

/** The range axis (used for the y-values). */
/** Storage for the range axes. */
private ObjectList rangeAxes;

/** The range axis location. */
/** Storage for the range axis locations. */
private ObjectList rangeAxisLocations;

/** Storage for the datasets. */
private ObjectList datasets;

/** Storage for the renderers. */
/** Storage for keys that map datasets to domain axes. */
private ObjectList  [[#variable18f6c1e0]];

/**
     * Storage for keys that map datasets/renderers to domain axes.  If the
     * map contains no entry for a dataset, it is assumed to map to the
     * primary domain axis (index = 0).
     */
/** Storage for keys that map datasets to range axes. */
private [[#variable18f6c200]]  [[#variable18f74da0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f6c1e0]]
datasetToDomainAxisMap 
12[[#18f6c1e0]]
renderers 
21[[#18f6c200]]
ObjectList 
22[[#18f6c200]]
Map 
31[[#18f74da0]]
datasetToRangeAxisMap 
32[[#18f74da0]]
datasetToDomainAxisMap