Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 488 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValues2D.java |
2 | 4 | 433 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects2D.java |
| |||||
/** * Clears all the data and associated keys. */ public void clear() { this.rowKeys.clear(); this.columnKeys.clear(); this.rows.clear(); } |
| |||||
/** * Clears all the data and associated keys. * * @since 1.0.7 */ public void clear() { this.rowKeys.clear(); this.columnKeys.clear(); this.rows.clear(); } |
| |||
/** * Clears all the data and associated keys. */ /** * Clears all the data and associated keys. * * @since 1.0.7 */ public void clear() { this.rowKeys.clear(); this.columnKeys.clear(); this.rows.clear(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |