Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 114 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/LineNeedle.java |
2 | 14 | 171 | 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>LineNeedle</code> * cannot be cloned (in theory, this should not happen). */ public Object clone() throws CloneNotSupportedException { return super.clone(); } |
| |||||
/** * 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(); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |