CloneSet1148


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1242080
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
224712
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
Next
Last
Clone Instance
1
Line Count
24
Source Line
2080
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

/**
 * Sets the zoom in factor.
 *
 * @param factor  the factor.
 *
 * @see #getZoomInFactor()
 */
public void setZoomInFactor(double factor) {
  this.zoomInFactor = factor;
}

/**
 * Returns the zoom out factor.
 *
 * @return The zoom out factor.
 *
 * @see #setZoomOutFactor(double)
 */
public double getZoomOutFactor() {
  return this.zoomOutFactor;
}

/**
 * Sets the zoom out factor.
 *
 * @param factor  the factor.
 *
 * @see #getZoomOutFactor()
 */
public void setZoomOutFactor(double factor) {
  this.zoomOutFactor = factor;
}


First
Previous
Clone Instance
2
Line Count
24
Source Line
712
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

/**
 * Sets the zoom in factor.
 * 
 * @param factor  the factor.
 * 
 * @see #getZoomInFactor()
 */
public void setZoomInFactor(double factor) {
  this.zoomInFactor = factor;
}

/**
 * Returns the zoom out factor.
 * 
 * @return The zoom out factor.
 * 
 * @see #setZoomOutFactor(double)
 */
public double getZoomOutFactor() {
  return this.zoomOutFactor;
}

/**
 * Sets the zoom out factor.
 * 
 * @param factor  the factor.
 * 
 * @see #getZoomOutFactor()
 */
public void setZoomOutFactor(double factor) {
  this.zoomOutFactor = factor;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the zoom in factor.
     * 
     * @param factor  the factor.
     * 
     * @see #getZoomInFactor()
     */
/**
     * Sets the zoom in factor.
     *
     * @param factor  the factor.
     *
     * @see #getZoomInFactor()
     */
public void setZoomInFactor(double factor) {
  this.zoomInFactor = factor;
}

/**
     * Returns the zoom out factor.
     * 
     * @return The zoom out factor.
     * 
     * @see #setZoomOutFactor(double)
     */
/**
     * Returns the zoom out factor.
     *
     * @return The zoom out factor.
     *
     * @see #setZoomOutFactor(double)
     */
public double getZoomOutFactor() {
  return this.zoomOutFactor;
}

/**
     * Sets the zoom out factor.
     * 
     * @param factor  the factor.
     * 
     * @see #getZoomOutFactor()
     */
/**
     * Sets the zoom out factor.
     *
     * @param factor  the factor.
     *
     * @see #getZoomOutFactor()
     */
public void setZoomOutFactor(double factor) {
  this.zoomOutFactor = factor;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None