Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.980 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 319 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/CenterArrangement.java |
2 | 8 | 88 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYDrawableAnnotationTests.java |
| |||||
/** * Tests this instance for equality with an arbitrary object. * * @param obj the object (<code>null</code> permitted). * * @return A boolean. */ public boolean equals(Object obj) { if (obj == this ) { return true; } if ( !(obj instanceof CenterArrangement)) { return false; } return true; } |
| |||||
/** * Tests this object for equality with an arbitrary object. * @param obj the object to test against (<code>null</code> permitted). * @return A boolean. */ public boolean equals(Object obj) { if (obj == this ) { return true; } if ( !(obj instanceof TestDrawable)) { return false; } return true; } |
| |||
/** * Tests this instance for equality with an arbitrary object. * * @param obj the object (<code>null</code> permitted). * * @return A boolean. */ /** * Tests this object for equality with an arbitrary object. * @param obj the object to test against (<code>null</code> permitted). * @return A boolean. */ public boolean equals(Object obj) { if (obj == this ) { return true; } if ( !(obj instanceof [[#variable18ffe960]])) { return false; } return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ffe960]] | CenterArrangement |
1 | 2 | [[#18ffe960]] | TestDrawable |