Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 147 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/CategoryToPieDataset.java |
2 | 9 | 241 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/CategoryToPieDataset.java |
| |||||
if (this.source != null) { if (this.extract == TableOrder.BY_ROW) { result = this.source.getColumnCount(); } else if (this.extract == TableOrder.BY_COLUMN) { result = this.source.getRowCount(); } } return result; |
| |||||
if (this.source != null) { if (this.extract == TableOrder.BY_ROW) { result = this.source.getColumnKeys(); } else if (this.extract == TableOrder.BY_COLUMN) { result = this.source.getRowKeys(); } } return result; |
| |||
if (this.source != null) { if (this.extract == TableOrder.BY_ROW) { result = this.source. [[#variable18ea8480]](); } else if (this.extract == TableOrder.BY_COLUMN) { result = this.source. [[#variable18ea8460]](); } } return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ea8480]] | getColumnCount |
1 | 2 | [[#18ea8480]] | getColumnKeys |
2 | 1 | [[#18ea8460]] | getRowCount |
2 | 2 | [[#18ea8460]] | getRowKeys |