CloneSet1299


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
26230.954class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
124141
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/PieSectionEntity.java
226630
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot.java
Next
Last
Clone Instance
1
Line Count
24
Source Line
141
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/PieSectionEntity.java

/**
 * Returns the pie index.  For a regular pie chart, the section index is 0. 
 * For a pie chart containing multiple pie plots, the pie index is the row 
 * or column index from which the pie data is extracted.
 *
 * @return The pie index.
 * 
 * @see #setPieIndex(int)
 */
public int getPieIndex() {
  return this.pieIndex;
}

/**
 * Sets the pie index.
 *
 * @param index  the new index value.
 * 
 * @see #getPieIndex()
 */
public void setPieIndex(int index) {
  this.pieIndex = index;
}

/**
 * Returns the section index.
 *
 * @return The section index.
 * 
 * @see #setSectionIndex(int)
 */
public int getSectionIndex() {
  return this.sectionIndex;
}


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

/**
 * Returns the pie index (this is used by the {@link MultiplePiePlot} class
 * to track subplots).
 * 
 * @return The pie index.
 * 
 * @see #setPieIndex(int)
 */
public int getPieIndex() {
  return this.pieIndex;
}

/**
 * Sets the pie index (this is used by the {@link MultiplePiePlot} class to 
 * track subplots).
 * 
 * @param index  the index.
 * 
 * @see #getPieIndex()
 */
public void setPieIndex(int index) {
  this.pieIndex = index;
}

/**
 * Returns the start angle for the first pie section.  This is measured in 
 * degrees starting from 3 o'clock and measuring anti-clockwise.
 *
 * @return The start angle.
 * 
 * @see #setStartAngle(double)
 */
public double getStartAngle() {
  return this.startAngle;
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * Returns the pie index (this is used by the {@link MultiplePiePlot} class
     * to track subplots).
     * 
     * @return The pie index.
     * 
     * @see #setPieIndex(int)
     */
/**
     * Returns the pie index.  For a regular pie chart, the section index is 0. 
     * For a pie chart containing multiple pie plots, the pie index is the row 
     * or column index from which the pie data is extracted.
     *
     * @return The pie index.
     * 
     * @see #setPieIndex(int)
     */
public int getPieIndex() {
  return this.pieIndex;
}

/**
     * Sets the pie index (this is used by the {@link MultiplePiePlot} class to 
     * track subplots).
     * 
     * @param index  the index.
     * 
     * @see #getPieIndex()
     */
/**
     * Sets the pie index.
     *
     * @param index  the new index value.
     * 
     * @see #getPieIndex()
     */
public void setPieIndex(int index) {
  this.pieIndex = index;
}

/**
     * Returns the start angle for the first pie section.  This is measured in 
     * degrees starting from 3 o'clock and measuring anti-clockwise.
     *
     * @return The start angle.
     * 
     * @see #setStartAngle(double)
     */
/**
     * Returns the section index.
     *
     * @return The section index.
     * 
     * @see #setSectionIndex(int)
     */
public [[#variable18f250e0]]  [[#variable18f27760]]() {
  return this. [[#variable18f24de0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f250e0]]
int 
12[[#18f250e0]]
double 
21[[#18f27760]]
getSectionIndex 
22[[#18f27760]]
getStartAngle 
31[[#18f24de0]]
sectionIndex 
32[[#18f24de0]]
startAngle