CloneSet1273


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.970method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141239
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
241272
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
1239
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/**
 * Maps a dataset to a particular domain axis.
 *
 * @param index  the dataset index (zero-based).
 * @param axisIndex  the axis index (zero-based).
 *
 * @see #getDomainAxisForDataset(int)
 */
public void mapDatasetToDomainAxis(int index, int axisIndex) {
  this.datasetToDomainAxisMap.set(index, new Integer(axisIndex));
  // fake a dataset change event to update axes...
  datasetChanged(new DatasetChangeEvent(this, getDataset(index)));
}


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

/**
 * Maps a dataset to a particular range axis.
 *
 * @param index  the dataset index (zero-based).
 * @param axisIndex  the axis index (zero-based).
 *
 * @see #getRangeAxisForDataset(int)
 */
public void mapDatasetToRangeAxis(int index, int axisIndex) {
  this.datasetToRangeAxisMap.set(index, new Integer(axisIndex));
  // fake a dataset change event to update axes...
  datasetChanged(new DatasetChangeEvent(this, getDataset(index)));
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Maps a dataset to a particular range axis.
     *
     * @param index  the dataset index (zero-based).
     * @param axisIndex  the axis index (zero-based).
     *
     * @see #getRangeAxisForDataset(int)
     */
/**
     * Maps a dataset to a particular domain axis.
     *
     * @param index  the dataset index (zero-based).
     * @param axisIndex  the axis index (zero-based).
     *
     * @see #getDomainAxisForDataset(int)
     */
public void [[#variable18f12540]](int index, int axisIndex) {
  this. [[#variable18f124c0]].set(index, new Integer(axisIndex));
  // fake a dataset change event to update axes...
  datasetChanged(new DatasetChangeEvent(this, getDataset(index)));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f12540]]
mapDatasetToDomainAxis 
12[[#18f12540]]
mapDatasetToRangeAxis 
21[[#18f124c0]]
datasetToDomainAxisMap 
22[[#18f124c0]]
datasetToRangeAxisMap