CloneSet1804


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114114
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/LineNeedle.java
214171
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/LongNeedle.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
114
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/LineNeedle.java

/**
 * Returns a hash code for this instance.
 * 
 * @return A hash code.
 */
public int hashCode() {
  return super.hashCode();
}

/**
 * Returns a clone of this needle.
 * 
 * @return A clone.
 * 
 * @throws CloneNotSupportedException if the <code>LineNeedle</code> 
 *     cannot be cloned (in theory, this should not happen).
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}


First
Previous
Clone Instance
2
Line Count
14
Source Line
171
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/LongNeedle.java

/**
 * Returns a hash code for this instance.
 * 
 * @return A hash code.
 */
public int hashCode() {
  return super.hashCode();
}

/**
 * Returns a clone of this needle.
 * 
 * @return A clone.
 * 
 * @throws CloneNotSupportedException if the <code>LongNeedle</code> 
 *     cannot be cloned (in theory, this should not happen).
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns a hash code for this instance.
     * 
     * @return A hash code.
     */
public int hashCode() {
  return super.hashCode();
}

/**
     * Returns a clone of this needle.
     * 
     * @return A clone.
     * 
     * @throws CloneNotSupportedException if the <code>LineNeedle</code> 
     *     cannot be cloned (in theory, this should not happen).
     */
/**
     * Returns a clone of this needle.
     * 
     * @return A clone.
     * 
     * @throws CloneNotSupportedException if the <code>LongNeedle</code> 
     *     cannot be cloned (in theory, this should not happen).
     */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None