CloneSet706


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11042
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Arc.java
21040
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Ellipse.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
42
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Arc.java

// CheckStyle:VisibilityModifier ON
/**
 * Set the width.
 * @param width the width of the arc.
 */
public void setWidth(int width) {
  this.width = width;
}

/**
 * Set the height.
 * @param height the height of the arc.
 */
public void setHeight(int height) {
  this.height = height;
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
40
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Ellipse.java

// CheckStyle:VisibilityModifier ON
/**
 * Set the width.
 * @param width the width of the elipse.
 */
public void setWidth(int width) {
  this.width = width;
}

/**
 * Set the height.
 * @param height the height of the elipse.
 */
public void setHeight(int height) {
  this.height = height;
}


Clone AbstractionParameter Count: 0Parameter Bindings

// CheckStyle:VisibilityModifier ON
/**
     * Set the width.
     * @param width the width of the arc.
     */
/**
     * Set the width.
     * @param width the width of the elipse.
     */
public void setWidth(int width) {
  this.width = width;
}

/**
     * Set the height.
     * @param height the height of the arc.
     */
/**
     * Set the height.
     * @param height the height of the elipse.
     */
public void setHeight(int height) {
  this.height = height;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None